Upstream merge with main. Demo branch officially up-to-date.
4
.gitignore
vendored
@ -11,6 +11,7 @@
|
||||
*.sln.docstates
|
||||
emsdk
|
||||
emscripten
|
||||
release
|
||||
commercial_assets
|
||||
*.o
|
||||
*.h.gch
|
||||
@ -400,3 +401,6 @@ test.cpp
|
||||
/x64/Release/Adventures in Lestoria.zip
|
||||
/x64/Release/Adventures in Lestoria_web.zip
|
||||
/x64/Release/AdventuresInLestoria_web.zip
|
||||
Adventures in Lestoria/packkey.cpp
|
||||
Adventures in Lestoria/packkey.cpp
|
||||
packkey.cpp
|
@ -50,7 +50,7 @@
|
||||
"foresty1_1",
|
||||
"overworld",
|
||||
"foresty_boss",
|
||||
"foresty_loop1"
|
||||
"base_camp"
|
||||
],
|
||||
"valuesAsFlags": false
|
||||
},
|
||||
|
@ -162,7 +162,7 @@
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/MP20 %(AdditionalOptions)</AdditionalOptions>
|
||||
<TreatSpecificWarningsAsErrors>4099;5030;4715;4172;4834</TreatSpecificWarningsAsErrors>
|
||||
</ClCompile>
|
||||
@ -170,7 +170,7 @@
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalLibraryDirectories>C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>discord_game_sdk.dll.lib;freetype.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
|
||||
<AdditionalDependencies>discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
||||
@ -190,14 +190,14 @@
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<AdditionalOptions>/MP20 %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>discord_game_sdk.dll.lib;freetype.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
|
||||
<AdditionalDependencies>discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
||||
@ -329,6 +329,7 @@
|
||||
</ClInclude>
|
||||
<ClInclude Include="Effect.h" />
|
||||
<ClInclude Include="Emitter.h" />
|
||||
<ClInclude Include="emscripten_compat.h" />
|
||||
<ClInclude Include="EncountersSpawnListScrollableWindowComponent.h" />
|
||||
<ClInclude Include="EnhancementStatsLabel.h">
|
||||
<SubType>
|
||||
@ -401,6 +402,7 @@
|
||||
<SubType>
|
||||
</SubType>
|
||||
</ClInclude>
|
||||
<ClInclude Include="MenuItemLoadoutButton.h" />
|
||||
<ClInclude Include="MenuType.h">
|
||||
<SubType>
|
||||
</SubType>
|
||||
@ -513,6 +515,54 @@
|
||||
<SubType>
|
||||
</SubType>
|
||||
</ClInclude>
|
||||
<ClInclude Include="SteamKeyboardCallbackHandler.h">
|
||||
<SubType>
|
||||
</SubType>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamapps.h" />
|
||||
<ClInclude Include="steam\isteamappticket.h" />
|
||||
<ClInclude Include="steam\isteamclient.h" />
|
||||
<ClInclude Include="steam\isteamcontroller.h" />
|
||||
<ClInclude Include="steam\isteamdualsense.h" />
|
||||
<ClInclude Include="steam\isteamfriends.h" />
|
||||
<ClInclude Include="steam\isteamgamecoordinator.h" />
|
||||
<ClInclude Include="steam\isteamgameserver.h" />
|
||||
<ClInclude Include="steam\isteamgameserverstats.h" />
|
||||
<ClInclude Include="steam\isteamhtmlsurface.h" />
|
||||
<ClInclude Include="steam\isteamhttp.h" />
|
||||
<ClInclude Include="steam\isteaminput.h" />
|
||||
<ClInclude Include="steam\isteaminventory.h" />
|
||||
<ClInclude Include="steam\isteammatchmaking.h" />
|
||||
<ClInclude Include="steam\isteammusic.h" />
|
||||
<ClInclude Include="steam\isteammusicremote.h" />
|
||||
<ClInclude Include="steam\isteamnetworking.h" />
|
||||
<ClInclude Include="steam\isteamnetworkingmessages.h" />
|
||||
<ClInclude Include="steam\isteamnetworkingsockets.h" />
|
||||
<ClInclude Include="steam\isteamnetworkingutils.h" />
|
||||
<ClInclude Include="steam\isteamparentalsettings.h" />
|
||||
<ClInclude Include="steam\isteamps3overlayrenderer.h" />
|
||||
<ClInclude Include="steam\isteamremoteplay.h" />
|
||||
<ClInclude Include="steam\isteamremotestorage.h" />
|
||||
<ClInclude Include="steam\isteamscreenshots.h" />
|
||||
<ClInclude Include="steam\isteamugc.h" />
|
||||
<ClInclude Include="steam\isteamuser.h" />
|
||||
<ClInclude Include="steam\isteamuserstats.h" />
|
||||
<ClInclude Include="steam\isteamutils.h" />
|
||||
<ClInclude Include="steam\isteamvideo.h" />
|
||||
<ClInclude Include="steam\matchmakingtypes.h" />
|
||||
<ClInclude Include="steam\steamclientpublic.h" />
|
||||
<ClInclude Include="steam\steamencryptedappticket.h" />
|
||||
<ClInclude Include="steam\steamhttpenums.h" />
|
||||
<ClInclude Include="steam\steamnetworkingfakeip.h" />
|
||||
<ClInclude Include="steam\steamnetworkingtypes.h" />
|
||||
<ClInclude Include="steam\steamps3params.h" />
|
||||
<ClInclude Include="steam\steamtypes.h" />
|
||||
<ClInclude Include="steam\steamuniverse.h" />
|
||||
<ClInclude Include="steam\steam_api.h" />
|
||||
<ClInclude Include="steam\steam_api_common.h" />
|
||||
<ClInclude Include="steam\steam_api_flat.h" />
|
||||
<ClInclude Include="steam\steam_api_internal.h" />
|
||||
<ClInclude Include="steam\steam_gameserver.h" />
|
||||
<ClInclude Include="TextEntryLabel.h">
|
||||
<SubType>
|
||||
</SubType>
|
||||
@ -762,6 +812,10 @@
|
||||
<SubType>
|
||||
</SubType>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SteamKeyboardCallbackHandler.cpp">
|
||||
<SubType>
|
||||
</SubType>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SwordSlash.cpp">
|
||||
<SubType>
|
||||
</SubType>
|
||||
@ -790,9 +844,11 @@
|
||||
<ClCompile Include="Wolf.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ClassDiagram.cd" />
|
||||
<None Include="ClassDiagram2.cd" />
|
||||
<None Include="cpp.hint" />
|
||||
<None Include="CREDITS" />
|
||||
<None Include="steam\steam_api.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="assets\config\audio\audio.txt" />
|
||||
|
@ -88,6 +88,9 @@
|
||||
<Filter Include="Configurations\Setttings">
|
||||
<UniqueIdentifier>{c90a78bc-c74d-4609-b758-69320d7741e5}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Header Files\steam">
|
||||
<UniqueIdentifier>{ac44510a-638e-4ae5-8529-2c68dddad459}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="olcPixelGameEngine.h">
|
||||
@ -483,6 +486,147 @@
|
||||
<ClInclude Include="MenuItemLabel.h">
|
||||
<Filter>Header Files\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="MenuItemLoadoutButton.h">
|
||||
<Filter>Header Files\Interface</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamapps.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamappticket.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamclient.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamcontroller.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamdualsense.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamfriends.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamgamecoordinator.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamgameserver.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamgameserverstats.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamhtmlsurface.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamhttp.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteaminput.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteaminventory.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteammatchmaking.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteammusic.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteammusicremote.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamnetworking.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamnetworkingmessages.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamnetworkingsockets.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamnetworkingutils.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamparentalsettings.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamps3overlayrenderer.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamremoteplay.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamremotestorage.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamscreenshots.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamugc.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamuser.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamuserstats.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamutils.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\isteamvideo.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\matchmakingtypes.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steam_api.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steam_api_common.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steam_api_flat.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steam_api_internal.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steam_gameserver.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamclientpublic.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamencryptedappticket.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamhttpenums.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamnetworkingfakeip.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamnetworkingtypes.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamps3params.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamtypes.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="steam\steamuniverse.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="SteamKeyboardCallbackHandler.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="emscripten_compat.h">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Player.cpp">
|
||||
@ -851,6 +995,9 @@
|
||||
<ClCompile Include="SwordSlash.cpp">
|
||||
<Filter>Source Files\Effects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SteamKeyboardCallbackHandler.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="cpp.hint" />
|
||||
@ -858,6 +1005,10 @@
|
||||
<None Include="CREDITS">
|
||||
<Filter>Documentation</Filter>
|
||||
</None>
|
||||
<None Include="ClassDiagram.cd" />
|
||||
<None Include="steam\steam_api.json">
|
||||
<Filter>Header Files\steam</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="InitialConcept.txt">
|
||||
|
@ -74,10 +74,12 @@ All rights reserved.
|
||||
#include "InventoryScrollableWindowComponent.h"
|
||||
#ifndef __EMSCRIPTEN__
|
||||
#include "discord.h"
|
||||
#include "steam/steam_api.h"
|
||||
#endif
|
||||
#include "GameSettings.h"
|
||||
#include "LoadingScreen.h"
|
||||
#include "Tutorial.h"
|
||||
#include "SteamKeyboardCallbackHandler.h"
|
||||
|
||||
INCLUDE_EMITTER_LIST
|
||||
INCLUDE_ITEM_CATEGORIES
|
||||
@ -133,11 +135,13 @@ InputGroup AiL::KEY_SCROLLLEFT;
|
||||
InputGroup AiL::KEY_SCROLLRIGHT;
|
||||
InputGroup AiL::KEY_SCROLLHORZ;
|
||||
InputGroup AiL::KEY_SCROLLHORZ_L;
|
||||
InputGroup AiL::KEY_SCROLLHORZ_R;
|
||||
InputGroup AiL::KEY_SCROLLVERT;
|
||||
InputGroup AiL::KEY_SCROLLVERT_R;
|
||||
InputGroup AiL::KEY_SCROLLVERT_L;
|
||||
InputGroup AiL::KEY_SCROLL;
|
||||
InputGroup AiL::KEY_SHOULDER;
|
||||
InputGroup AiL::KEY_SHOULDER2;
|
||||
InputGroup AiL::KEY_CHANGE_LOADOUT;
|
||||
InputGroup AiL::KEY_MOUSE_RIGHT;
|
||||
|
||||
@ -149,11 +153,14 @@ float AiL::SIZE_CHANGE_SPEED=1;
|
||||
|
||||
AiL::AiL()
|
||||
{
|
||||
debugLogger.open("debug.log");
|
||||
utils::datafile::Read(DATA,"assets/config/configuration.txt");
|
||||
std::filesystem::create_directories("save_file_path"_S);
|
||||
|
||||
_DEBUG_MAP_LOAD_INFO=bool("debug_map_load_info"_I);
|
||||
|
||||
MONSTER_LIST.reserve(500); //This is going to make it so the monster limit is soft-capped. We have hitlists in this game that may store pointers to monsters, this hopefully protects them from invalidated pointers. Worst-case-scenario we get double hits when there are more than 500 monsters on-screen at once which I really don't think will ever occur.
|
||||
|
||||
std::string CONFIG_PATH = "config_path"_S;
|
||||
|
||||
std::string GFX_CONFIG = CONFIG_PATH + "gfx_config"_S;
|
||||
@ -203,7 +210,7 @@ AiL::AiL()
|
||||
|
||||
std::vector<std::string>values=DATA.GetProperty("class_list").GetValues();
|
||||
for(const std::string&cl:values){
|
||||
std::cout<<cl<<std::endl;
|
||||
LOG(cl);
|
||||
utils::datafile::Read(DATA,CONFIG_PATH + "class_directory"_S + cl + ".txt");
|
||||
}
|
||||
|
||||
@ -233,9 +240,11 @@ AiL::AiL()
|
||||
}
|
||||
|
||||
bool AiL::OnUserCreate(){
|
||||
if(PACK_KEY=="INSERT_PACK_KEY_HERE")ERR("ERROR! Starting the game with the default pack ID is not allowed!")
|
||||
gamepack.LoadPack("assets/"+"gamepack_file"_S,PACK_KEY);
|
||||
|
||||
GamePad::init();
|
||||
Input::Initialize();
|
||||
|
||||
Font::init();
|
||||
|
||||
@ -298,7 +307,7 @@ bool AiL::OnUserCreate(){
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
emscripten_idb_async_load("/assets",("save_file_path"_S+"system.conf").c_str(),0,[](void*arg,void*data,int length){
|
||||
std::cout<<"Loaded System Save File successfully!"<<std::endl;
|
||||
LOG("Loaded System Save File successfully!");
|
||||
|
||||
std::string rawMetadata=(char*)data;
|
||||
std::ofstream file("save_file_path"_S+"system.conf");
|
||||
@ -308,13 +317,24 @@ bool AiL::OnUserCreate(){
|
||||
file.close();
|
||||
GameSettings::Initialize();
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to load System Save File!"<<std::endl;
|
||||
LOG("Failed to load System Save File!");
|
||||
});
|
||||
#else
|
||||
GameSettings::Initialize();
|
||||
#endif
|
||||
|
||||
State_OverworldMap::SetStageMarker("starting_map_name"_S);
|
||||
STEAMINPUT(
|
||||
SteamInput()->Init(false);
|
||||
Input::LoadSteamButtonIcons();
|
||||
Input::ingameControlsHandle=SteamInput()->GetActionSetHandle("InGameControls");
|
||||
)
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
if(steamKeyboardCallbackListener==nullptr){
|
||||
steamKeyboardCallbackListener=new SteamKeyboardCallbackHandler();
|
||||
}
|
||||
#endif
|
||||
|
||||
utils::datafile::INITIAL_SETUP_COMPLETE=true;
|
||||
|
||||
@ -327,7 +347,7 @@ bool AiL::OnUserCreate(){
|
||||
|
||||
if(!gamepack.Loaded()&&"GENERATE_GAMEPACK"_B){
|
||||
gamepack.SavePack("assets/"+"gamepack_file"_S,PACK_KEY);
|
||||
std::cout<<"Game Pack has been generated!"<<std::endl<<"========================"<<std::endl<<std::endl;
|
||||
LOG("Game Pack has been generated!"<<std::endl<<"========================"<<std::endl);
|
||||
}
|
||||
|
||||
return true;
|
||||
@ -335,10 +355,21 @@ bool AiL::OnUserCreate(){
|
||||
|
||||
bool AiL::OnUserUpdate(float fElapsedTime){
|
||||
levelTime+=fElapsedTime;
|
||||
SteamAPI_RunCallbacks();
|
||||
STEAMINPUT(
|
||||
ActivateActionSetForAllControllers(Input::ingameControlsHandle);
|
||||
Input::UpdateSteamInput();
|
||||
)
|
||||
|
||||
if(GetMousePos()!=lastMousePos){
|
||||
lastMouseMovement=0.f;
|
||||
lastMousePos=GetMousePos();
|
||||
}else lastMouseMovement+=fElapsedTime;
|
||||
|
||||
if(Audio::Engine().IsPlaying(GetPlayer()->cooldownSoundInstance)){
|
||||
Audio::Engine().SetVolume(GetPlayer()->cooldownSoundInstance,Audio::GetCalculatedSFXVolume("Audio.Casting Sound Volume"_F/100.f));
|
||||
}
|
||||
|
||||
if(!GamePaused()){
|
||||
GameState::STATE->OnUserUpdate(this);
|
||||
}else{
|
||||
@ -348,10 +379,8 @@ bool AiL::OnUserUpdate(float fElapsedTime){
|
||||
InputListener::Update();
|
||||
Tutorial::Update();
|
||||
Audio::Update();
|
||||
RenderWorld(GetElapsedTime());
|
||||
GameState::STATE->Draw(this);
|
||||
RenderMenu();
|
||||
Tutorial::Draw();
|
||||
GameState::STATE->DrawOverlay(this);
|
||||
RenderFadeout();
|
||||
LoadingScreen::Draw();
|
||||
@ -360,7 +389,7 @@ bool AiL::OnUserUpdate(float fElapsedTime){
|
||||
if(Discord){
|
||||
auto result=Discord->RunCallbacks();
|
||||
if(result!=::discord::Result::Ok){
|
||||
std::cout<<"Discord Error Code "<<int(result)<<std::endl;
|
||||
LOG("Discord Error Code "<<int(result));
|
||||
delete Discord;
|
||||
Discord=nullptr;
|
||||
}
|
||||
@ -409,6 +438,7 @@ bool AiL::DownPressed(){
|
||||
|
||||
void AiL::HandleUserInput(float fElapsedTime){
|
||||
if(!Menu::stack.empty())return; //A window being opened means there's no user input allowed.
|
||||
if(GetKey(SCROLL).bPressed)displayHud=!displayHud;
|
||||
|
||||
bool setIdleAnimation=true;
|
||||
bool heldDownMovementKey=false; //Is true when a movement key has been held down.
|
||||
@ -416,7 +446,7 @@ void AiL::HandleUserInput(float fElapsedTime){
|
||||
if(KEY_MENU.Released()){
|
||||
Menu::OpenMenu(MenuType::PAUSE);
|
||||
}
|
||||
if(player->GetVelocity()==vf2d{0,0}&&player->CanMove()){
|
||||
if(player->GetVelocity().mag()<"Player.Move Allowed Velocity Lower Limit"_F&&player->CanMove()){
|
||||
auto GetPlayerStaircaseDirection=[&](){
|
||||
for(LayerTag&layer:MAP_DATA[GetCurrentLevel()].LayerData){
|
||||
int truncatedPlayerX=int(player->GetX())/game->GetCurrentMapData().tilewidth;
|
||||
@ -733,7 +763,7 @@ void AiL::UpdateBullets(float fElapsedTime){
|
||||
}
|
||||
std::erase_if(BULLET_LIST,[](std::unique_ptr<Bullet>&b){return b->dead;});
|
||||
}
|
||||
const MonsterHurtList AiL::HurtEnemies(vf2d pos,float radius,int damage,bool upperLevel,float z){
|
||||
const MonsterHurtList AiL::HurtEnemies(vf2d pos,float radius,int damage,bool upperLevel,float z)const{
|
||||
MonsterHurtList hitList;
|
||||
for(Monster&m:MONSTER_LIST){
|
||||
if(geom2d::overlaps(geom2d::circle(pos,radius),geom2d::circle(m.GetPos(),12*m.GetSizeMult()))){
|
||||
@ -744,6 +774,34 @@ const MonsterHurtList AiL::HurtEnemies(vf2d pos,float radius,int damage,bool upp
|
||||
return hitList;
|
||||
}
|
||||
|
||||
const MonsterHurtList AiL::HurtEnemiesNotHit(vf2d pos,float radius,int damage,HitList&hitList,bool upperLevel,float z){
|
||||
MonsterHurtList affectedList;
|
||||
for(Monster&m:MONSTER_LIST){
|
||||
if(!hitList.count(&m)&&geom2d::overlaps(geom2d::circle(pos,radius),geom2d::circle(m.GetPos(),12*m.GetSizeMult()))){
|
||||
HurtReturnValue returnVal=m.Hurt(damage,upperLevel,z);
|
||||
affectedList.push_back({&m,returnVal});
|
||||
hitList.insert(&m);
|
||||
}
|
||||
}
|
||||
return affectedList;
|
||||
}
|
||||
|
||||
const MonsterHurtList AiL::HurtEnemiesConeNotHit(vf2d pos,float radius,float angle,float sweepAngle,int damage,HitList&hitList,bool upperLevel,float z){
|
||||
MonsterHurtList affectedList;
|
||||
for(Monster&m:MONSTER_LIST){
|
||||
if(!hitList.count(&m)&&geom2d::overlaps(geom2d::circle(pos,radius),geom2d::circle(m.GetPos(),12*m.GetSizeMult()))){
|
||||
float angleToMonster=geom2d::line<float>{pos,m.GetPos()}.vector().polar().y;
|
||||
float angleDiff=util::angle_difference(angleToMonster,angle);
|
||||
if(abs(angleDiff)<=sweepAngle){
|
||||
HurtReturnValue returnVal=m.Hurt(damage,upperLevel,z);
|
||||
affectedList.push_back({&m,returnVal});
|
||||
hitList.insert(&m);
|
||||
}
|
||||
}
|
||||
}
|
||||
return affectedList;
|
||||
}
|
||||
|
||||
void AiL::PopulateRenderLists(){
|
||||
monstersBeforeLower.clear();
|
||||
monstersAfterLower.clear();
|
||||
@ -1639,6 +1697,7 @@ Player*AiL::GetPlayer(){
|
||||
}
|
||||
|
||||
void AiL::RenderHud(){
|
||||
if(!displayHud)return;
|
||||
healthCounter.Update();
|
||||
manaCounter.Update();
|
||||
|
||||
@ -1691,12 +1750,42 @@ void AiL::RenderHud(){
|
||||
RenderCastbar(CastInfo{"Exiting Level...",GetPlayer()->GetEndZoneStandTime(),"Player.End Zone Wait Time"_F});
|
||||
}
|
||||
|
||||
Pixel healthOutlineCol=BLACK;
|
||||
if(player->GetHealth()/player->GetMaxHealth()<="Player.Health Warning Pct"_F/100.f){
|
||||
float runTimeAmt=fmod(GetRuntime(),"Player.Health Warning Flicker Time"_F*2);
|
||||
if(runTimeAmt<"Player.Health Warning Flicker Time"_F){
|
||||
healthOutlineCol="Player.Health Warning Outline Color"_Pixel;
|
||||
}
|
||||
|
||||
Input::SetLightbar(healthOutlineCol);
|
||||
}
|
||||
|
||||
DrawDecal({2,2},GFX["heart_outline.png"].Decal(),{1.f,1.f},healthOutlineCol);
|
||||
DrawDecal({2,2},GFX["heart.png"].Decal());
|
||||
DrawDecal({2,20},GFX["mana.png"].Decal());
|
||||
std::string text=player->GetHealth()>0?std::to_string(healthCounter.GetDisplayValue()):"X";
|
||||
std::string text_mana=std::to_string(manaCounter.GetDisplayValue());
|
||||
DrawShadowStringPropDecal({20,3},text,healthCounter.GetDisplayColor(),BLACK,{2,2},INFINITE);
|
||||
|
||||
DrawShadowStringPropDecal({20,3},text,healthCounter.GetDisplayColor(),healthOutlineCol,{2,2},INFINITE);
|
||||
DrawShadowStringPropDecal({24,23},text_mana,manaCounter.GetDisplayColor(),BLACK,{1.5f,1.5f},INFINITE);
|
||||
|
||||
#pragma region Show Max Health/Max Mana
|
||||
if(GameSettings::ShowMaxHealth()){
|
||||
vf2d healthTextSize=GetTextSizeProp(text)*vf2d{2.f,2.f};
|
||||
|
||||
std::string maxHealthText="/"+std::to_string(int(player->GetMaxHealth()));
|
||||
float maxHealthTextHeight=GetTextSizeProp(maxHealthText).y;
|
||||
DrawShadowStringPropDecal(vf2d{20,3}+healthTextSize+vf2d{1.f,-maxHealthTextHeight},maxHealthText,{200,200,200,255},healthOutlineCol,{1.f,1.f},INFINITE);
|
||||
}
|
||||
if(GameSettings::ShowMaxMana()){
|
||||
vf2d manaTextSize=GetTextSizeProp(text_mana)*vf2d{1.5f,1.5f};
|
||||
|
||||
std::string maxManaText="/"+std::to_string(player->GetMaxMana());
|
||||
float maxManaTextHeight=GetTextSizeProp(maxManaText).y;
|
||||
DrawShadowStringPropDecal(vf2d{24,23}+manaTextSize+vf2d{1.f,-maxManaTextHeight},maxManaText,{200,200,255,255},BLACK,{1.f,1.f},INFINITE);
|
||||
}
|
||||
#pragma endregion
|
||||
|
||||
if(player->notEnoughManaDisplay.second>0){
|
||||
std::string displayText="Not enough mana for "+player->notEnoughManaDisplay.first+"!";
|
||||
DrawShadowStringPropDecal(vf2d{float(ScreenWidth()/2),float(ScreenHeight()/4)}-GetTextSizeProp(displayText)/2,displayText,DARK_RED,VERY_DARK_RED);
|
||||
@ -1895,7 +1984,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
|
||||
MAP_TILESETS["assets/maps/"+baseSourceDir].reflectiveData=tileset.GetData().ReflectiveData;
|
||||
MAP_TILESETS["assets/maps/"+baseSourceDir].isTerrain=tileset.GetData().isTerrain;
|
||||
MAP_TILESETS["assets/maps/"+baseSourceDir].collision.SetInitialized();
|
||||
std::cout<<"assets/maps/"+baseSourceDir<<" Animation Data Size: "<<MAP_TILESETS["assets/maps/"+baseSourceDir].animationData.size()<<std::endl;
|
||||
LOG("assets/maps/"+baseSourceDir<<" Animation Data Size: "<<MAP_TILESETS["assets/maps/"+baseSourceDir].animationData.size());
|
||||
std::string mapPath="assets/maps/"+tileset.GetData().ImageData.data["source"];
|
||||
if(gamepack.Loaded()){
|
||||
r->Load(mapPath,&gamepack);
|
||||
@ -1906,7 +1995,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
|
||||
gamepack.AddFile(mapPath);
|
||||
}
|
||||
}else{
|
||||
std::cout<<"WARNING! "<<mapPath<<" does not exist, auto-generating mock-up texture"<<std::endl;
|
||||
LOG("WARNING! "<<mapPath<<" does not exist, auto-generating mock-up texture");
|
||||
r->Create(tileset.GetData().imagewidth,tileset.GetData().imageheight);
|
||||
SetDrawTarget(r->Sprite());
|
||||
int tileXCount=tileset.GetData().imagewidth/tileset.GetData().tilewidth;
|
||||
@ -1948,7 +2037,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
|
||||
}
|
||||
|
||||
if(MAP_DATA[map].MapData.optimized){
|
||||
std::cout<<"Generating optimized map for Map "<<map<<std::endl;
|
||||
LOG("Generating optimized map for Map "<<map);
|
||||
MAP_DATA[map].optimizedTile=NEW Renderable();
|
||||
MAP_DATA[map].optimizedTile->Create(MAP_DATA[map].MapData.width*MAP_DATA[map].MapData.tilewidth,MAP_DATA[map].MapData.height*MAP_DATA[map].MapData.tileheight);
|
||||
SetDrawTarget(MAP_DATA[map].optimizedTile->Sprite());
|
||||
@ -1975,7 +2064,7 @@ void AiL::InitializeLevel(std::string mapFile,MapName map){
|
||||
SetPixelMode(prevMode);
|
||||
MAP_DATA[map].optimizedTile->Decal()->Update();
|
||||
SetDrawTarget(nullptr);
|
||||
std::cout<<" Clearing Layer Data..."<<std::endl;
|
||||
LOG(" Clearing Layer Data...");
|
||||
MAP_DATA[map].LayerData.clear();
|
||||
}
|
||||
}
|
||||
@ -2018,7 +2107,6 @@ void AiL::_PrepareLevel(MapName map,MusicChange changeMusic){
|
||||
Audio::UpdateBGMVolume();
|
||||
#endif
|
||||
game->view.SetZoom(1.f,game->view.WorldToScreen(game->camera.GetViewPosition()));
|
||||
SetMosaicEffect(1U);
|
||||
worldColor=WHITE;
|
||||
worldColorFunc=[&](vi2d pos){return game->worldColor;};
|
||||
levelTime=0;
|
||||
@ -2031,6 +2119,8 @@ void AiL::_PrepareLevel(MapName map,MusicChange changeMusic){
|
||||
Inventory::Clear("Stage Loot");
|
||||
Inventory::ResetLoadoutItemsUsed();
|
||||
|
||||
|
||||
Input::SetLightbar({255,0,255});
|
||||
GetPlayer()->hp=GetPlayer()->GetMaxHealth();
|
||||
GetPlayer()->mana=GetPlayer()->GetMaxMana();
|
||||
GetPlayer()->SetState(State::NORMAL);
|
||||
@ -2040,6 +2130,11 @@ void AiL::_PrepareLevel(MapName map,MusicChange changeMusic){
|
||||
GetPlayer()->SetInvisible(false);
|
||||
GetPlayer()->ResetVelocity();
|
||||
|
||||
STEAMINPUT( //This is kind of a hack to refresh the in-game controls handle and button icons if for some reason it's not setup correctly.
|
||||
Input::LoadSteamButtonIcons();
|
||||
Input::ingameControlsHandle=SteamInput()->GetActionSetHandle("InGameControls");
|
||||
)
|
||||
|
||||
ZONE_LIST=game->MAP_DATA[game->GetCurrentLevel()].ZoneData;
|
||||
return true;
|
||||
});
|
||||
@ -2056,6 +2151,7 @@ void AiL::_PrepareLevel(MapName map,MusicChange changeMusic){
|
||||
|
||||
#pragma region Monster Spawn Data Setup (Loading phase 2)
|
||||
LoadingScreen::AddPhase([&](){
|
||||
SetMosaicEffect(1U);
|
||||
for(auto&[key,value]:MAP_DATA[GetCurrentLevel()].SpawnerData){
|
||||
SpawnerTag&spawnData=MAP_DATA[GetCurrentLevel()].SpawnerData[key];
|
||||
std::vector<std::pair<std::string,vf2d>>monster_list;
|
||||
@ -2477,7 +2573,11 @@ geom2d::rect<float>AiL::GetTileCollision(MapName map,vf2d pos,bool upperLevel){
|
||||
}
|
||||
|
||||
const MapName&AiL::GetCurrentLevel()const{
|
||||
if(GameState::STATE!=nullptr&&GameState::STATE==GameState::states[States::STORY]){ //If we're inside a story, we expect the map/level name to be from the visual novel itself. Right now currentLevel would be WORLD_MAP which is not useful for a function like this.
|
||||
return VisualNovel::novel.storyLevel;
|
||||
}else{
|
||||
return currentLevel;
|
||||
}
|
||||
}
|
||||
|
||||
void AiL::ChangePlayerClass(Class cl){
|
||||
@ -2585,8 +2685,30 @@ datafiledoubledata AiL::GetDoubleList(std::string key){
|
||||
return {DATA,key};
|
||||
}
|
||||
|
||||
bool Steam_Init(){
|
||||
#ifndef __EMSCRIPTEN__
|
||||
if(SteamAPI_Init()){
|
||||
if(SteamUtils()!=nullptr){
|
||||
SteamUtils()->SetWarningMessageHook([](int severity,const char*message){
|
||||
LOG(std::format("STEAM[{}]: {}",severity,std::string(message)));
|
||||
});
|
||||
}
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
#ifndef __EMSCRIPTEN__
|
||||
if(SteamAPI_RestartAppIfNecessary(2895980U))return false; //Immediately quit if steam is detected and can be started through it.
|
||||
if(Steam_Init()){
|
||||
LOG("Steam API Initialized successfully!");
|
||||
}else{
|
||||
LOG("Steam API failed to initialize!");
|
||||
}
|
||||
#endif
|
||||
{
|
||||
AiL demo;
|
||||
|
||||
@ -2598,6 +2720,7 @@ int main()
|
||||
vi2d windowPosConf={30,30};
|
||||
vi2d windowSizeConf=WINDOW_SIZE*4;
|
||||
bool fullscreenConf=false;
|
||||
bool vsyncConf=GameSettings::VSyncEnabled();
|
||||
|
||||
if(std::filesystem::exists(loadSystemFilename)){
|
||||
utils::datafile::Read(loadSystemFile,loadSystemFilename);
|
||||
@ -2606,11 +2729,24 @@ int main()
|
||||
windowPosConf={loadSystemFile["Window Pos"].GetInt(0),loadSystemFile["Window Pos"].GetInt(1)};
|
||||
}
|
||||
if(loadSystemFile.HasProperty("Window Size"))windowSizeConf={loadSystemFile["Window Size"].GetInt(0),loadSystemFile["Window Size"].GetInt(1)};
|
||||
size_t requiredSize=0;
|
||||
|
||||
#ifdef WIN32
|
||||
getenv_s( &requiredSize, NULL, 0, "SteamTenfoot");
|
||||
#else
|
||||
const char*bigPicture=getenv("SteamTenfoot");
|
||||
if(bigPicture){
|
||||
requiredSize=strlen(bigPicture);
|
||||
LOG("Big Picture reported a length of "<<requiredSize);
|
||||
}
|
||||
#endif
|
||||
if(loadSystemFile.HasProperty("Fullscreen"))fullscreenConf=loadSystemFile["Fullscreen"].GetBool();
|
||||
if(loadSystemFile.HasProperty("VSync"))vsyncConf=loadSystemFile["VSync"].GetBool();
|
||||
if(requiredSize>0)fullscreenConf=true;
|
||||
}
|
||||
#pragma endregion
|
||||
|
||||
if (demo.Construct(windowPosConf.x, windowPosConf.y, windowSizeConf.x, windowSizeConf.y, WINDOW_SIZE.x, WINDOW_SIZE.y, 4, 4, fullscreenConf))
|
||||
if (demo.Construct(windowPosConf.x, windowPosConf.y, windowSizeConf.x, windowSizeConf.y, WINDOW_SIZE.x, WINDOW_SIZE.y, 4, 4, fullscreenConf, vsyncConf))
|
||||
demo.Start();
|
||||
}
|
||||
|
||||
@ -2634,11 +2770,11 @@ int main()
|
||||
if(line.find("AiL\\")!=std::string::npos){
|
||||
if(!leaked){
|
||||
leaked=true;
|
||||
std::cout<<std::endl<<std::endl<<std::endl<<"Memory leak detected!"<<std::endl;
|
||||
LOG(std::endl<<std::endl<<std::endl<<"Memory leak detected!");
|
||||
}
|
||||
std::cout<<line<<std::endl;
|
||||
LOG(line);
|
||||
std::getline(file,line);
|
||||
std::cout<<line<<std::endl;
|
||||
LOG(line);
|
||||
}
|
||||
}
|
||||
if(leaked)ERR("")
|
||||
@ -2649,6 +2785,14 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef _DEBUG
|
||||
#ifdef _WIN32
|
||||
int CALLBACK WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow){
|
||||
main();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
datafilestringdata operator ""_s(const char*key,std::size_t len){
|
||||
AiL::OutputDebugInfo(key,len);
|
||||
return {DATA,std::string(key,len)};
|
||||
@ -2722,7 +2866,7 @@ void AiL::OutputDebugInfo(const char*key,std::size_t len){
|
||||
if(utils::datafile::DEBUG_ACCESS_OPTIONS){
|
||||
std::string k=std::string(key);
|
||||
if(!k.starts_with("debug_")){
|
||||
std::cout<<"Reading "<<k<<std::endl;
|
||||
LOG("Reading "<<k);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@ -2733,6 +2877,9 @@ bool AiL::IsReflectiveTile(TilesheetData tileSheet,int tileID){
|
||||
}
|
||||
|
||||
bool AiL::OnUserDestroy(){
|
||||
#ifndef __EMSCRIPTEN__
|
||||
SteamAPI_Shutdown();
|
||||
#endif
|
||||
GFX.Reset();
|
||||
for(auto&[key,value]:MAP_DATA){
|
||||
if(MAP_DATA[key].optimizedTile!=nullptr){
|
||||
@ -2808,47 +2955,63 @@ void AiL::DrawSquarePie(vf2d center,float radius,float degreesCut,Pixel col){
|
||||
void AiL::InitializeDefaultKeybinds(){
|
||||
Player::KEY_ABILITY1.AddKeybind({KEY,Q});
|
||||
Player::KEY_ABILITY1.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_L)});
|
||||
Player::KEY_ABILITY1.AddKeybind({STEAM,Steam::ABILITY_1});
|
||||
Player::KEY_ABILITY2.AddKeybind({KEY,E});
|
||||
Player::KEY_ABILITY2.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_U)});
|
||||
Player::KEY_ABILITY2.AddKeybind({STEAM,Steam::ABILITY_2});
|
||||
Player::KEY_ABILITY3.AddKeybind({KEY,R});
|
||||
Player::KEY_ABILITY3.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::R1)});
|
||||
Player::KEY_ABILITY3.AddKeybind({STEAM,Steam::ABILITY_3});
|
||||
Player::KEY_ABILITY4.AddKeybind({KEY,F});
|
||||
Player::KEY_ABILITY4.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::R2)});
|
||||
Player::KEY_ABILITY4.AddKeybind({STEAM,Steam::ABILITY_4});
|
||||
Player::KEY_DEFENSIVE.AddKeybind({MOUSE,Mouse::RIGHT});
|
||||
Player::KEY_DEFENSIVE.AddKeybind({KEY,SPACE});
|
||||
Player::KEY_DEFENSIVE.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_D)});
|
||||
Player::KEY_DEFENSIVE.AddKeybind({STEAM,Steam::DEFENSIVE});
|
||||
Player::KEY_ITEM1.AddKeybind({KEY,K1});
|
||||
Player::KEY_ITEM1.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::L1)});
|
||||
Player::KEY_ITEM1.AddKeybind({STEAM,Steam::ITEM_1});
|
||||
Player::KEY_ITEM2.AddKeybind({KEY,K2});
|
||||
Player::KEY_ITEM2.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::L2)});
|
||||
Player::KEY_ITEM2.AddKeybind({STEAM,Steam::ITEM_2});
|
||||
Player::KEY_ITEM3.AddKeybind({KEY,K3});
|
||||
Player::KEY_ITEM3.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::R2)});
|
||||
Player::KEY_ITEM3.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::SELECT)});
|
||||
Player::KEY_ITEM3.AddKeybind({STEAM,Steam::ITEM_3});
|
||||
KEY_ATTACK.AddKeybind({KEY,SHIFT});
|
||||
KEY_ATTACK.AddKeybind({MOUSE,Mouse::LEFT});
|
||||
KEY_ATTACK.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_R)});
|
||||
KEY_ATTACK.AddKeybind({STEAM,Steam::BASIC_ATTACK});
|
||||
KEY_LEFT.AddKeybind({KEY,Key::A});
|
||||
KEY_LEFT.AddKeybind({KEY,LEFT});
|
||||
KEY_LEFT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::DPAD_L)});
|
||||
KEY_LEFT.AddKeybind({STEAM,Steam::LEFT});
|
||||
KEY_RIGHT.AddKeybind({KEY,D});
|
||||
KEY_RIGHT.AddKeybind({KEY,RIGHT});
|
||||
KEY_RIGHT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::DPAD_R)});
|
||||
KEY_RIGHT.AddKeybind({STEAM,Steam::RIGHT});
|
||||
KEY_UP.AddKeybind({KEY,W});
|
||||
KEY_UP.AddKeybind({KEY,UP});
|
||||
KEY_UP.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::DPAD_U)});
|
||||
KEY_UP.AddKeybind({STEAM,Steam::UP});
|
||||
KEY_DOWN.AddKeybind({KEY,S});
|
||||
KEY_DOWN.AddKeybind({KEY,DOWN});
|
||||
KEY_DOWN.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::DPAD_D)});
|
||||
KEY_DOWN.AddKeybind({STEAM,Steam::DOWN});
|
||||
KEY_CONFIRM.AddKeybind({MOUSE,Mouse::LEFT});
|
||||
KEY_CONFIRM.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_R)});
|
||||
//KEY_CONFIRM.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::START)});
|
||||
KEY_CONFIRM.AddKeybind({KEY,Z});
|
||||
KEY_CONFIRM.AddKeybind({KEY,ENTER});
|
||||
KEY_CONFIRM.AddKeybind({STEAM,Steam::CONFIRM});
|
||||
KEY_BACK.AddKeybind({KEY,X});
|
||||
KEY_BACK.AddKeybind({KEY,SHIFT});
|
||||
KEY_BACK.AddKeybind({KEY,ESCAPE});
|
||||
KEY_BACK.AddKeybind({STEAM,Steam::BACK});
|
||||
KEY_BACK.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_D)});
|
||||
KEY_MENU.AddKeybind({KEY,ESCAPE});
|
||||
KEY_MENU.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::START)});
|
||||
KEY_MENU.AddKeybind({STEAM,Steam::MENU_PAUSE});
|
||||
|
||||
KEY_ENTER.AddKeybind({KEY,ENTER});
|
||||
|
||||
@ -2857,53 +3020,80 @@ void AiL::InitializeDefaultKeybinds(){
|
||||
KEY_FASTSCROLLUP.AddKeybind({KEY,NP8});
|
||||
KEY_FASTSCROLLUP.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::L1)});
|
||||
KEY_FASTSCROLLUP.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::L2)});
|
||||
KEY_FASTSCROLLUP.AddKeybind({STEAM,Steam::FAST_SCROLL_UP});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({KEY,E});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({KEY,PGDN});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({KEY,NP2});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::R1)});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::R2)});
|
||||
KEY_FASTSCROLLDOWN.AddKeybind({STEAM,Steam::FAST_SCROLL_DOWN});
|
||||
|
||||
KEY_CHANGE_LOADOUT.AddKeybind({KEY,R});
|
||||
KEY_CHANGE_LOADOUT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_U)});
|
||||
KEY_CHANGE_LOADOUT.AddKeybind({STEAM,Steam::FUNCTION_1});
|
||||
|
||||
KEY_START.AddKeybind({KEY,SPACE});
|
||||
KEY_START.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::START)});
|
||||
KEY_START.AddKeybind({STEAM,Steam::MENU_PAUSE});
|
||||
KEY_CONTROLLER_START.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::START)});
|
||||
KEY_CONTROLLER_START.AddKeybind({STEAM,Steam::MENU_PAUSE});
|
||||
KEY_SELECT.AddKeybind({KEY,CTRL});
|
||||
KEY_SELECT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::SELECT)});
|
||||
KEY_SELECT.AddKeybind({STEAM,Steam::LOCK_UNLOCK_ACC});
|
||||
|
||||
KEY_FACEUP.AddKeybind({KEY,R});
|
||||
KEY_FACEUP.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_U)});
|
||||
KEY_FACEUP.AddKeybind({STEAM,Steam::FUNCTION_1});
|
||||
KEY_FACERIGHT.AddKeybind({KEY,Z});
|
||||
KEY_FACERIGHT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_R)});
|
||||
KEY_FACERIGHT.AddKeybind({STEAM,Steam::CONFIRM});
|
||||
KEY_FACELEFT.AddKeybind({KEY,F});
|
||||
KEY_FACELEFT.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_L)});
|
||||
KEY_FACELEFT.AddKeybind({STEAM,Steam::FUNCTION_2});
|
||||
KEY_FACEDOWN.AddKeybind({KEY,X});
|
||||
KEY_FACEDOWN.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_D)});
|
||||
KEY_FACEDOWN.AddKeybind({STEAM,Steam::BACK});
|
||||
|
||||
KEY_SCROLLLEFT.AddKeybind({ANALOG,static_cast<int>(GPAxes::LX)});
|
||||
KEY_SCROLLLEFT.AddKeybind({ANALOG,static_cast<int>(GPAxes::RX)});
|
||||
KEY_SCROLLLEFT.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLRIGHT.AddKeybind({ANALOG,static_cast<int>(GPAxes::LX)});
|
||||
KEY_SCROLLRIGHT.AddKeybind({ANALOG,static_cast<int>(GPAxes::RX)});
|
||||
KEY_SCROLLRIGHT.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLUP.AddKeybind({ANALOG,static_cast<int>(GPAxes::LY)});
|
||||
KEY_SCROLLUP.AddKeybind({ANALOG,static_cast<int>(GPAxes::RY)});
|
||||
KEY_SCROLLUP.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLDOWN.AddKeybind({ANALOG,static_cast<int>(GPAxes::LY)});
|
||||
KEY_SCROLLDOWN.AddKeybind({ANALOG,static_cast<int>(GPAxes::RY)});
|
||||
KEY_SCROLLDOWN.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLVERT.AddKeybind({ANALOG,static_cast<int>(GPAxes::LY)});
|
||||
KEY_SCROLLVERT.AddKeybind({ANALOG,static_cast<int>(GPAxes::RY)});
|
||||
KEY_SCROLLVERT.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLVERT_L.AddKeybind({ANALOG,static_cast<int>(GPAxes::LY)});
|
||||
KEY_SCROLLVERT_L.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLVERT_R.AddKeybind({ANALOG,static_cast<int>(GPAxes::RY)});
|
||||
KEY_SCROLLHORZ.AddKeybind({ANALOG,static_cast<int>(GPAxes::LX)});
|
||||
KEY_SCROLLVERT_R.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLHORZ_L.AddKeybind({ANALOG,static_cast<int>(GPAxes::LX)});
|
||||
KEY_SCROLLHORZ_L.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLHORZ_R.AddKeybind({ANALOG,static_cast<int>(GPAxes::RX)});
|
||||
KEY_SCROLLHORZ_R.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLLHORZ.AddKeybind({ANALOG,static_cast<int>(GPAxes::LX)});
|
||||
KEY_SCROLLHORZ.AddKeybind({ANALOG,static_cast<int>(GPAxes::RX)});
|
||||
KEY_SCROLLHORZ.AddKeybind({STEAM,Steam::SCROLL});
|
||||
KEY_SCROLL.AddKeybind({KEY,ARROWS});
|
||||
KEY_SCROLL.AddKeybind({ANALOG,static_cast<int>(GPAxes::ALL)});
|
||||
KEY_SCROLL.AddKeybind({STEAM,Steam::SCROLL});
|
||||
|
||||
KEY_SHOULDER.AddKeybind({KEY,SHOULDER});
|
||||
KEY_SHOULDER.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::SHOULDER)});
|
||||
KEY_SHOULDER.AddKeybind({STEAM,Steam::FAST_SCROLL_UP});
|
||||
KEY_SHOULDER2.AddKeybind({STEAM,Steam::FAST_SCROLL_DOWN});
|
||||
KEY_FACEDOWN.AddKeybind({STEAM,Steam::FAST_SCROLL_DOWN});
|
||||
KEY_FACEDOWN.AddKeybind({STEAM,Steam::FAST_SCROLL_UP});
|
||||
|
||||
KEY_UNEQUIP.AddKeybind({KEY,R});
|
||||
KEY_UNEQUIP.AddKeybind({CONTROLLER,static_cast<int>(GPButtons::FACE_U)});
|
||||
KEY_FACEDOWN.AddKeybind({STEAM,Steam::FUNCTION_1});
|
||||
|
||||
KEY_MOUSE_RIGHT.AddKeybind({MOUSE,Mouse::RIGHT});
|
||||
|
||||
@ -3047,7 +3237,7 @@ void AiL::InitializeGraphics(){
|
||||
for(auto&val:DATA["Images"].GetKeys()){
|
||||
std::string key=val.first;
|
||||
std::string imgFile=DATA["Images"][key].GetString(0);
|
||||
std::cout<<"Loading image "+imgFile+"..."<<std::endl;
|
||||
LOG("Loading image "+imgFile+"...");
|
||||
bool filtering=false;
|
||||
bool clamping=false;
|
||||
if(DATA["Images"][key].GetValueCount()>1){
|
||||
@ -3091,11 +3281,11 @@ void AiL::InitializeGraphics(){
|
||||
}
|
||||
SetPixelMode(prevMode);
|
||||
|
||||
std::cout<<"Theme "<<themeName<<" Loaded."<<std::endl;
|
||||
LOG("Theme "<<themeName<<" Loaded.");
|
||||
|
||||
if(DATA["Themes"][themeName].HasProperty("CustomBack")){
|
||||
std::string backPath=DATA["Themes"][themeName]["CustomBack"].GetString();
|
||||
std::cout<<" Custom background detected, Loading "<<backPath<<"..."<<std::endl;
|
||||
LOG(" Custom background detected, Loading "<<backPath<<"...");
|
||||
if(!GFX.count(backPath)){
|
||||
Renderable&background=GFX[backPath];
|
||||
LoadResource(background,"GFX_Prefix"_S+backPath,false,false);
|
||||
@ -3110,12 +3300,15 @@ void AiL::InitializeGraphics(){
|
||||
Renderable&image=GFX[img];
|
||||
LoadResource(image,"GFX_Prefix"_S+img);
|
||||
}
|
||||
std::cout<<VisualNovel::graphicsToLoad.size()<<" images for visual novel engine have been loaded."<<std::endl;
|
||||
LOG(VisualNovel::graphicsToLoad.size()<<" images for visual novel engine have been loaded.");
|
||||
|
||||
SetFontSprite("GFX_Prefix"_S+"font.png",&gamepack,"GENERATE_GAMEPACK"_B);
|
||||
LOG("Custom font loaded.");
|
||||
|
||||
Menu::themes.SetInitialized();
|
||||
std::cout<<Menu::themes.size()<<" themes have been loaded."<<std::endl;
|
||||
LOG(Menu::themes.size()<<" themes have been loaded.");
|
||||
GFX.SetInitialized();
|
||||
std::cout<<GFX.size()<<" images have been loaded."<<std::endl;
|
||||
LOG(GFX.size()<<" images have been loaded.");
|
||||
}
|
||||
|
||||
const Map&AiL::GetCurrentMap()const{
|
||||
@ -3144,6 +3337,14 @@ void AiL::ValidateGameStatus(){
|
||||
}
|
||||
}
|
||||
|
||||
auto MapStoryDataExists = [&](std::string_view mapName){
|
||||
return MAP_DATA.count(MapName(mapName))>0||
|
||||
VisualNovel::storyLevelData.count(std::string(mapName))>0;
|
||||
};
|
||||
|
||||
if(!MapStoryDataExists("NPCs.Sherman.Potion Crafting Unlock Condition"_S))ERR(std::format("WARNING! Sherman's Potion Crafting Unlock Condition: {} is not a valid map!","NPCs.Sherman.Potion Crafting Unlock Condition"_S))
|
||||
if(!MapStoryDataExists("NPCs.Greg.Camp Notification Unlock Condition"_S))ERR(std::format("WARNING! Greg's Potion Crafting Unlock Condition: {} is not a valid map!","NPCs.Greg.Camp Notification Unlock Condition"_S))
|
||||
|
||||
#pragma region Map Spawn Statistics
|
||||
if("display_spawn_report"_I){
|
||||
for(auto&[map,data]:MAP_DATA){
|
||||
@ -3157,12 +3358,12 @@ void AiL::ValidateGameStatus(){
|
||||
monsterCounts[monsterName]++;
|
||||
}
|
||||
}
|
||||
std::cout<<"Spawns Report for "<<map<<":"<<std::endl;
|
||||
LOG("Spawns Report for "<<map<<":");
|
||||
for(auto&[monster,count]:monsterCounts){
|
||||
std::cout<<"\t"<<count<<"x "<<monster<<std::endl;
|
||||
LOG("\t"<<count<<"x "<<monster);
|
||||
}
|
||||
std::map<ItemInfo*,long>totalDrops;
|
||||
std::cout<<"Monte Carlo Test: 100000 tries:"<<std::endl;
|
||||
LOG("Monte Carlo Test: 100000 tries:");
|
||||
for(int i=0;i<100000;i++){
|
||||
//Try to kill every single monster and see what drops.
|
||||
for(auto&[monster,count]:monsterCounts){
|
||||
@ -3176,9 +3377,9 @@ void AiL::ValidateGameStatus(){
|
||||
}
|
||||
}
|
||||
}
|
||||
std::cout<<"Average: "<<std::endl;
|
||||
LOG("Average: ");
|
||||
for(auto&[itemInfo,count]:totalDrops){
|
||||
std::cout<<"\t"<<itemInfo->Name()<<" x"<<std::format("{:.3}",count/100000.)<<std::endl;
|
||||
LOG("\t"<<itemInfo->Name()<<" x"<<std::format("{:.3}",count/100000.));
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3415,16 +3616,18 @@ void AiL::EndGame(){
|
||||
discord::LogLevel::Debug, [](discord::LogLevel level, const char* message) {
|
||||
std::cerr << "Log(" << static_cast<uint32_t>(level) << "): " << message << "\n";
|
||||
});
|
||||
std::cout<<"Connected to Discord!"<<std::endl;
|
||||
LOG("Connected to Discord!");
|
||||
UpdateDiscordStatus("Main Menu",player.get()->GetClassName());
|
||||
}else{
|
||||
std::cout<<"Could not connect to Discord. Error Code "<<int(result)<<std::endl;
|
||||
LOG("Could not connect to Discord. Error Code "<<int(result));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
void AiL::UpdateDiscordStatus(std::string levelName,std::string className){
|
||||
std::string originalClassName=className;
|
||||
bool retry=false;
|
||||
#ifndef __EMSCRIPTEN__
|
||||
if(Discord){
|
||||
::discord::Activity newActivity{};
|
||||
@ -3444,16 +3647,33 @@ void AiL::UpdateDiscordStatus(std::string levelName,std::string className){
|
||||
}
|
||||
Discord->ActivityManager().UpdateActivity(newActivity,[](::discord::Result result){
|
||||
if(result==::discord::Result::Ok){
|
||||
std::cout<<"Discord Activity successfully updated!"<<std::endl;
|
||||
LOG("Discord Activity successfully updated!");
|
||||
}else{
|
||||
std::cout<<"Could not update Discord Activity. Error Code "<<int(result)<<std::endl;
|
||||
LOG("Could not update Discord Activity. Error Code "<<int(result));
|
||||
}
|
||||
});
|
||||
}else{
|
||||
if(SetupDiscord()==::discord::Result::Ok){
|
||||
UpdateDiscordStatus(levelName,className);
|
||||
retry=true;
|
||||
}
|
||||
}
|
||||
|
||||
if(SteamFriends()!=nullptr){
|
||||
if(levelName!="Main Menu"){
|
||||
SteamFriends()->SetRichPresence("status",std::format("Level {} {} - Exploring {}",player->Level(),originalClassName,levelName.c_str()).c_str());
|
||||
}else{
|
||||
SteamFriends()->SetRichPresence("status","Main Menu");
|
||||
}
|
||||
SteamFriends()->SetRichPresence("steam_display","#Status");
|
||||
}else{
|
||||
if(Steam_Init()){
|
||||
retry=true;
|
||||
LOG("Steam API Initialized successfully!");
|
||||
}
|
||||
}
|
||||
if(retry){
|
||||
UpdateDiscordStatus(levelName,className);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -3462,7 +3682,7 @@ void AiL::InitializePlayerLevelCap(){
|
||||
player->levelCap++;
|
||||
}
|
||||
if(player->levelCap<=1)ERR("Could not detect level cap properly!")
|
||||
std::cout<<"Level cap detected as "<<int(player->levelCap)<<std::endl;
|
||||
LOG("Level cap detected as "<<int(player->levelCap));
|
||||
}
|
||||
|
||||
void AiL::ResetGame(bool changeToMainMenu){
|
||||
@ -3648,7 +3868,9 @@ void AiL::UpdateMonsters(){
|
||||
m.Update(game->GetElapsedTime());
|
||||
}
|
||||
for(Monster&m:game->monstersToBeSpawned){
|
||||
size_t prevCapacity=MONSTER_LIST.capacity();
|
||||
MONSTER_LIST.push_back(m);
|
||||
if(MONSTER_LIST.capacity()>prevCapacity)LOG(std::format("WARNING! The monster list has automatically reserved more space and resized to {}! This caused one potential frame where bullet/effect hitlists that stored information on what monsters were hit to potentially be hit a second time or cause monsters that should've been hit to never be hit. Consider starting with a larger default reserved size for MONSTER_LIST if your intention was to have this many monsters!",MONSTER_LIST.capacity()));
|
||||
}
|
||||
game->monstersToBeSpawned.clear();
|
||||
}
|
||||
@ -3656,3 +3878,11 @@ void AiL::UpdateMonsters(){
|
||||
int AiL::GetLoadoutSize()const{
|
||||
return loadout.size();
|
||||
}
|
||||
|
||||
void AiL::ActivateActionSetForAllControllers(InputActionSetHandle_t actionSetHandle){
|
||||
STEAMINPUT(
|
||||
for(int i=0;i<Input::controllerCount;i++){
|
||||
SteamInput()->ActivateActionSet(Input::steamControllers[i],actionSetHandle);
|
||||
}
|
||||
)
|
||||
}
|
@ -57,6 +57,9 @@ All rights reserved.
|
||||
#include "DynamicCounter.h"
|
||||
#include "UndefKeys.h"
|
||||
|
||||
|
||||
class SteamKeyboardCallbackHandler;
|
||||
|
||||
#define CreateBullet(type) BULLET_LIST.push_back(std::make_unique<type>(type
|
||||
#define EndBullet ));
|
||||
|
||||
@ -105,11 +108,13 @@ public:
|
||||
static InputGroup KEY_SCROLLRIGHT;
|
||||
static InputGroup KEY_SCROLLHORZ;
|
||||
static InputGroup KEY_SCROLLHORZ_L;
|
||||
static InputGroup KEY_SCROLLHORZ_R;
|
||||
static InputGroup KEY_SCROLLVERT;
|
||||
static InputGroup KEY_SCROLLVERT_R;
|
||||
static InputGroup KEY_SCROLLVERT_L;
|
||||
static InputGroup KEY_SCROLL;
|
||||
static InputGroup KEY_SHOULDER;
|
||||
static InputGroup KEY_SHOULDER2;
|
||||
static InputGroup KEY_CHANGE_LOADOUT;
|
||||
static InputGroup KEY_ENTER;
|
||||
|
||||
@ -175,6 +180,7 @@ private:
|
||||
uint8_t mosaicEffectTransition=1U;
|
||||
float saveGameDisplayTime=0.f;
|
||||
float loadingWaitTime=0.f;
|
||||
bool displayHud=true;
|
||||
|
||||
void ValidateGameStatus();
|
||||
void _PrepareLevel(MapName map,MusicChange changeMusic);
|
||||
@ -182,6 +188,7 @@ private:
|
||||
::discord::Result SetupDiscord();
|
||||
#endif
|
||||
Audio audioEngine;
|
||||
SteamKeyboardCallbackHandler*steamKeyboardCallbackListener=nullptr;
|
||||
public:
|
||||
AiL();
|
||||
bool OnUserCreate() override;
|
||||
@ -208,7 +215,13 @@ public:
|
||||
void AddEffect(std::unique_ptr<Effect>foreground,std::unique_ptr<Effect>background);
|
||||
//If back is true, places the effect in the background
|
||||
void AddEffect(std::unique_ptr<Effect>foreground,bool back=false);
|
||||
const MonsterHurtList HurtEnemies(vf2d pos,float radius,int damage,bool upperLevel,float z);
|
||||
const MonsterHurtList HurtEnemies(vf2d pos,float radius,int damage,bool upperLevel,float z)const;
|
||||
//NOTE: This function will also add any enemies that were hit into the hit list!
|
||||
const MonsterHurtList HurtEnemiesNotHit(vf2d pos,float radius,int damage,HitList&hitList,bool upperLevel,float z);
|
||||
// angle: The central angle where the arc will extend from.
|
||||
// sweepAngle: The amount of radians to extend in both directions from the central angle.
|
||||
// NOTE: This function will also add any enemies that were hit into the hit list!
|
||||
const MonsterHurtList HurtEnemiesConeNotHit(vf2d pos,float radius,float angle,float sweepAngle,int damage,HitList&hitList,bool upperLevel,float z);
|
||||
vf2d GetWorldMousePos();
|
||||
bool LeftHeld();
|
||||
bool RightHeld();
|
||||
@ -302,6 +315,7 @@ public:
|
||||
const bool GameInitialized()const;
|
||||
rcode LoadResource(Renderable&renderable,std::string_view imgPath,bool filter=false,bool clamp=true);
|
||||
void UpdateMonsters();
|
||||
void ActivateActionSetForAllControllers(InputActionSetHandle_t actionSetHandle);
|
||||
|
||||
struct TileGroupData{
|
||||
vi2d tilePos;
|
||||
|
@ -250,7 +250,7 @@ void sig::Animation::InitializeAnimations(){
|
||||
for(auto&dat:GFX){
|
||||
std::string imgFile=dat.first;
|
||||
if(!ANIMATION_DATA.count(imgFile)){
|
||||
std::cout<<"WARNING! Animation data for "<<imgFile<<" not found! Auto-generating..."<<std::endl;
|
||||
LOG("WARNING! Animation data for "<<imgFile<<" not found! Auto-generating...");
|
||||
CreateStillAnimation(imgFile,GFX[imgFile].Sprite()->Size());
|
||||
}
|
||||
}
|
||||
|
@ -201,7 +201,8 @@ void Menu::InitializeBlacksmithCraftingWindow(){
|
||||
#pragma region Inventory Description
|
||||
float inventoryDescriptionWidth=blacksmithWindow->pos.x+blacksmithWindow->size.x-26-224;
|
||||
blacksmithWindow->ADD("Item Description Outline",MenuLabel)(geom2d::rect<float>{{224,28},{inventoryDescriptionWidth,blacksmithWindow->size.y-44}},"",1,ComponentAttr::LEFT_ALIGN|ComponentAttr::OUTLINE|ComponentAttr::BACKGROUND)END;
|
||||
blacksmithWindow->ADD("Item Icon",MenuItemItemButton)(geom2d::rect<float>{{226+inventoryDescriptionWidth/2-24,30},{48,48}},Item::BLANK,DO_NOTHING,"","",IconButtonAttr::NOT_SELECTABLE)END;
|
||||
blacksmithWindow->ADD("Item Icon",MenuItemItemButton)(geom2d::rect<float>{{226+inventoryDescriptionWidth/2-24,30},{48,48}},Item::BLANK,DO_NOTHING,"","",IconButtonAttr::NOT_SELECTABLE)END
|
||||
->SetIconScale({2.f,2.f});
|
||||
blacksmithWindow->ADD("Item Name Label",MenuLabel)(geom2d::rect<float>{{226,84},{inventoryDescriptionWidth-6,12}},"",0.75f,ComponentAttr::LEFT_ALIGN|ComponentAttr::SHADOW)END;
|
||||
blacksmithWindow->ADD("Item Description Label",MenuLabel)(geom2d::rect<float>{{226,94},{inventoryDescriptionWidth-6,blacksmithWindow->size.y-44-66}},"",0.5f,ComponentAttr::LEFT_ALIGN|ComponentAttr::SHADOW)END;
|
||||
#pragma endregion
|
||||
@ -271,6 +272,7 @@ void Menu::InitializeBlacksmithCraftingWindow(){
|
||||
Component<MenuComponent>(type,"Weapon Tab")->Click();
|
||||
}
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
}
|
||||
,{ //Button Navigation Rules
|
||||
|
@ -134,6 +134,7 @@ void Menu::InitializeBuyItemWindow(){
|
||||
},[](MenuType type){
|
||||
Component<MenuComponent>(type,"Purchase Button")->Click();
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLDOWN,PressedDAS},{"",[](MenuType type){
|
||||
Component<MenuComponent>(type,"Increase buy amount Button")->Click();
|
||||
|
@ -60,13 +60,13 @@ namespace CharacterMenuWindow{
|
||||
const std::function<int()>calcFunc;
|
||||
};
|
||||
const static std::array<AttributeData,7>displayAttrs{
|
||||
AttributeData{"Health",[&]()->int{return game->GetPlayer()->GetMaxHealth();}},
|
||||
AttributeData{"Attack",[&]()->int{return game->GetPlayer()->GetAttack();}},
|
||||
AttributeData{"Defense",[&]()->int{return game->GetPlayer()->GetStat("Defense");}},
|
||||
AttributeData{"Move Spd %",[&]()->int{return ceil(game->GetPlayer()->GetMoveSpdMult()*100);}},
|
||||
AttributeData{"CDR",[&]()->int{return ceil(game->GetPlayer()->GetCooldownReductionPct()*100);}},
|
||||
AttributeData{"Crit Rate",[&]()->int{return ceil(game->GetPlayer()->GetCritRatePct()*100);}},
|
||||
AttributeData{"Crit Dmg",[&]()->int{return ceil(game->GetPlayer()->GetCritDmgPct()*100);}},
|
||||
AttributeData{"Health",[]()->int{return game->GetPlayer()->GetMaxHealth();}},
|
||||
AttributeData{"Attack",[]()->int{return game->GetPlayer()->GetAttack();}},
|
||||
AttributeData{"Defense",[]()->int{return game->GetPlayer()->GetStat("Defense");}},
|
||||
AttributeData{"Move Spd %",[]()->int{return ceil(game->GetPlayer()->GetMoveSpdMult()*100);}},
|
||||
AttributeData{"CDR",[]()->int{return ceil(game->GetPlayer()->GetCooldownReductionPct()*100);}},
|
||||
AttributeData{"Crit Rate",[]()->int{return ceil(game->GetPlayer()->GetCritRatePct()*100);}},
|
||||
AttributeData{"Crit Dmg",[]()->int{return ceil(game->GetPlayer()->GetCritDmgPct()*100);}},
|
||||
};
|
||||
const static std::array<std::string,8>slotNames{"Helmet","Weapon","Armor","Gloves","Pants","Shoes","Ring 1","Ring 2"};
|
||||
template<class T>
|
||||
@ -384,6 +384,7 @@ void Menu::InitializeCharacterMenuWindow(){
|
||||
returnData=std::format("Equip Slot {}",CharacterMenuWindow::slotNames[0]);
|
||||
},
|
||||
{ //Button Key
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_SCROLL,Analog},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_MOUSE_RIGHT,Pressed},{[](MenuFuncData data){
|
||||
|
1334
Adventures in Lestoria/ClassDiagram.cd
Normal file
@ -45,6 +45,9 @@ All rights reserved.
|
||||
#include "SaveFileNameButton.h"
|
||||
#include "TextEntryLabel.h"
|
||||
#include "Checkbox.h"
|
||||
#ifndef __EMSCRIPTEN__
|
||||
#include "steam/isteamutils.h"
|
||||
#endif
|
||||
|
||||
INCLUDE_game
|
||||
using A=Attribute;
|
||||
@ -68,6 +71,12 @@ void Menu::InitializeClassSelectionWindow(){
|
||||
Component<TextEntryLabel>(SAVE_FILE_NAME,"Save File Name Text Entry")->SetInput(std::string(SaveFile::GetSaveFileName()));
|
||||
game->TextEntryEnable(true);
|
||||
Menu::OpenMenu(SAVE_FILE_NAME);
|
||||
vf2d textboxWindowPos=data.component.lock()->rect.pos*game->GetPixelSize();
|
||||
vf2d textboxWindowSize=data.component.lock()->rect.size*game->GetPixelSize();
|
||||
|
||||
STEAMUTILS(
|
||||
SteamUtils()->ShowGamepadTextInput(k_EGamepadTextInputModeNormal,k_EGamepadTextInputLineModeSingleLine,"Character Name:",16U,std::string(SaveFile::GetSaveFileName()).c_str());
|
||||
)
|
||||
return true;
|
||||
},vf2d{2.f,2.f})END;
|
||||
|
||||
|
@ -51,6 +51,10 @@ void ConnectionPoint::SetVisited(){
|
||||
visited=true;
|
||||
}
|
||||
|
||||
void ConnectionPoint::ResetVisitedFlag(){
|
||||
visited=false;
|
||||
}
|
||||
|
||||
const bool ConnectionPoint::Visited()const{
|
||||
return visited;
|
||||
}
|
@ -63,6 +63,7 @@ struct ConnectionPoint{
|
||||
bool IsNeighbor(ConnectionPoint&testPoint);
|
||||
//Sets the visited flag to true.
|
||||
void SetVisited();
|
||||
void ResetVisitedFlag();
|
||||
//Whether or not this connection point has been visited yet.
|
||||
const bool Visited()const;
|
||||
};
|
||||
|
@ -139,6 +139,7 @@ void Menu::InitializeConsumableCraftItemWindow(){
|
||||
},[](MenuType type){
|
||||
Component<MenuComponent>(type,"Craft Button")->Click();
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLDOWN,PressedDAS},{"",[](MenuType type){
|
||||
Component<MenuComponent>(type,"Increase Craft amount Button")->Click();
|
||||
|
@ -121,8 +121,9 @@ void Menu::InitializeConsumableCraftingWindow(){
|
||||
#pragma region Inventory Description
|
||||
float inventoryDescriptionWidth=consumableCraftingWindow->pos.x+consumableCraftingWindow->size.x-26-224;
|
||||
consumableCraftingWindow->ADD("Item Description Outline",MenuLabel)(geom2d::rect<float>{{224,28},{inventoryDescriptionWidth,consumableCraftingWindow->size.y-44}},"",1,ComponentAttr::LEFT_ALIGN|ComponentAttr::OUTLINE|ComponentAttr::BACKGROUND)END;
|
||||
consumableCraftingWindow->ADD("Item Icon",MenuItemItemButton)(geom2d::rect<float>{{226+inventoryDescriptionWidth/2-24,30},{48,48}},Item::BLANK,DO_NOTHING,"","",IconButtonAttr::NOT_SELECTABLE)END
|
||||
->SetShowQuantity(false);
|
||||
auto itemIconButton=consumableCraftingWindow->ADD("Item Icon",MenuItemItemButton)(geom2d::rect<float>{{226+inventoryDescriptionWidth/2-24,30},{48,48}},Item::BLANK,DO_NOTHING,"","",IconButtonAttr::NOT_SELECTABLE)END;
|
||||
itemIconButton->SetShowQuantity(false);
|
||||
itemIconButton->SetIconScale({2.f,2.f});
|
||||
consumableCraftingWindow->ADD("Item Name Label",MenuLabel)(geom2d::rect<float>{{226,84},{inventoryDescriptionWidth-6,12}},"",0.75f,ComponentAttr::LEFT_ALIGN|ComponentAttr::SHADOW)END;
|
||||
consumableCraftingWindow->ADD("Item Description Label",MenuLabel)(geom2d::rect<float>{{226,94},{inventoryDescriptionWidth-6,consumableCraftingWindow->size.y-44-66}},"",0.5f,ComponentAttr::LEFT_ALIGN|ComponentAttr::SHADOW)END;
|
||||
#pragma endregion
|
||||
@ -153,6 +154,7 @@ void Menu::InitializeConsumableCraftingWindow(){
|
||||
}
|
||||
},
|
||||
{ //Button Key
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLDOWN,PressedDAS},{"",[&](MenuType type){
|
||||
if(!Menu::menus[type]->GetSelection().expired()&&
|
||||
|
@ -40,6 +40,7 @@ All rights reserved.
|
||||
#include "EnhancementStatsLabel.h"
|
||||
#include "RequiredMaterialsList.h"
|
||||
#include "SoundEffect.h"
|
||||
#include "Tutorial.h"
|
||||
|
||||
void Menu::InitializeCraftItemWindow(){
|
||||
Menu*craftItemWindow=CreateMenu(CRAFT_ITEM,CENTERED,{240,120});
|
||||
@ -76,6 +77,9 @@ void Menu::InitializeCraftItemWindow(){
|
||||
}else{ //Since we already own this equipment, just enhance it.
|
||||
item.lock()->EnhanceItem();
|
||||
}
|
||||
if(!Tutorial::TaskIsComplete(TutorialTaskName::EQUIP_GEAR)){
|
||||
Tutorial::SetNextTask(TutorialTaskName::EQUIP_GEAR);
|
||||
}
|
||||
}
|
||||
std::string label="";
|
||||
if(item.lock()->EnhancementIsPossible()&&item.lock()->GetEnhancementInfo().size()>item.lock()->EnhancementLevel()+1
|
||||
|
@ -67,6 +67,7 @@ void Menu::InitializeCreditsWindow(){
|
||||
{{game->KEY_SCROLLDOWN,Held},{"",[](MenuType type){
|
||||
Component<ScrollableWindowComponent>(type,"Display Text Scroll Window")->Scroll(-1.f);
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll",[](MenuType type){
|
||||
Component<ScrollableWindowComponent>(type,"Display Text Scroll Window")->Scroll(-1.0f);
|
||||
}}},
|
||||
|
@ -37,6 +37,9 @@ All rights reserved.
|
||||
#pragma endregion
|
||||
#pragma once
|
||||
#include "Animation.h"
|
||||
#include <unordered_set>
|
||||
class Monster;
|
||||
using HitList=std::unordered_set<Monster*>;
|
||||
|
||||
struct Effect{
|
||||
friend class AiL;
|
||||
@ -86,4 +89,6 @@ struct PulsatingFire:Effect{
|
||||
struct SwordSlash:Effect{
|
||||
SwordSlash(float lifetime,std::string imgFile,vf2d size={1,1},float fadeout=0.0f,vf2d spd={},Pixel col=WHITE,float rotation=0,float rotationSpd=0,bool additiveBlending=false);
|
||||
bool Update(float fElapsedTime)override;
|
||||
private:
|
||||
HitList hitList;
|
||||
};
|
@ -42,6 +42,9 @@ All rights reserved.
|
||||
#include <any>
|
||||
#include <memory>
|
||||
#include <source_location>
|
||||
#include <fstream>
|
||||
|
||||
inline std::ofstream debugLogger;
|
||||
|
||||
#ifdef _DEBUG
|
||||
#ifndef __EMSCRIPTEN__
|
||||
@ -67,10 +70,18 @@ All rights reserved.
|
||||
std::stringstream errStream; \
|
||||
errStream<<err; \
|
||||
Error::log(errStream,std::source_location::current());}
|
||||
|
||||
#define LOG(msg) { \
|
||||
std::stringstream debugStream; \
|
||||
debugStream<<msg; \
|
||||
Error::debug(debugStream,std::source_location::current());}
|
||||
class Error{
|
||||
public:
|
||||
inline static void debug(std::stringstream&str,std::source_location loc){
|
||||
debugLogger<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str()<<std::endl;
|
||||
std::cout<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str()<<std::endl;
|
||||
}
|
||||
inline static void log(std::stringstream&str,std::source_location loc){
|
||||
debugLogger<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str()<<std::endl;
|
||||
std::cout<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str()<<std::endl;
|
||||
throw;
|
||||
}
|
||||
@ -80,11 +91,15 @@ All rights reserved.
|
||||
std::stringstream errStream; \
|
||||
errStream<<err; \
|
||||
Error::log(errStream,std::source_location::current());}
|
||||
#define LOG(err) { \
|
||||
std::stringstream errStream; \
|
||||
errStream<<err; \
|
||||
Error::log(errStream,std::source_location::current());}
|
||||
|
||||
class Error{
|
||||
public:
|
||||
inline static void log(std::stringstream&str,std::source_location loc){
|
||||
std::cout<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str()<<std::endl;
|
||||
std::cout<<loc.file_name()<<"("<<loc.line()<<":"<<loc.column()<<") "<<loc.function_name()<<": "<<str.str();
|
||||
#ifdef __DEBUG__
|
||||
throw;
|
||||
#endif
|
||||
|
@ -46,13 +46,22 @@ All rights reserved.
|
||||
INCLUDE_DATA
|
||||
|
||||
bool GameSettings::screenShake=true;
|
||||
bool GameSettings::showMaxHealth=false;
|
||||
bool GameSettings::showMaxMana=false;
|
||||
bool GameSettings::rumble=true;
|
||||
bool GameSettings::terrainCollisionBoxes=true;
|
||||
bool GameSettings::keyboardAutoAim=false;
|
||||
bool GameSettings::vsync=true;
|
||||
const bool GameSettings::OVERRIDE=true;
|
||||
vi2d GameSettings::windowPos{30,30};
|
||||
IconType GameSettings::iconType=IconType::XB;
|
||||
|
||||
const bool GameSettings::ShowMaxHealth(){
|
||||
return showMaxHealth;
|
||||
}
|
||||
const bool GameSettings::ShowMaxMana(){
|
||||
return showMaxMana;
|
||||
}
|
||||
const bool GameSettings::ScreenShakeEnabled(){
|
||||
return screenShake;
|
||||
}
|
||||
@ -71,7 +80,16 @@ const vi2d GameSettings::GetWindowPos(){
|
||||
const IconType GameSettings::GetIconType(){
|
||||
return iconType;
|
||||
}
|
||||
const bool GameSettings::VSyncEnabled(){
|
||||
return vsync;
|
||||
}
|
||||
|
||||
void GameSettings::SetMaxHealthDisplay(bool maxHealthDisplayed){
|
||||
showMaxHealth=maxHealthDisplayed;
|
||||
}
|
||||
void GameSettings::SetMaxManaDisplay(bool maxManaDisplayed){
|
||||
showMaxMana=maxManaDisplayed;
|
||||
}
|
||||
void GameSettings::SetScreenShake(bool screenShakeEnabled){
|
||||
screenShake=screenShakeEnabled;
|
||||
}
|
||||
@ -91,16 +109,28 @@ void GameSettings::SetIconType(IconType type){
|
||||
iconType=type;
|
||||
}
|
||||
|
||||
void GameSettings::SetVSync(const bool vSyncEnabled){
|
||||
vsync=vSyncEnabled;
|
||||
}
|
||||
|
||||
void GameSettings::Initialize(){
|
||||
utils::datafile loadSystemFile;
|
||||
|
||||
std::string loadSystemFilename="save_file_path"_S+"system.conf";
|
||||
|
||||
if(std::filesystem::exists(loadSystemFilename)){
|
||||
std::cout<<"Reading system data file..."<<std::endl;
|
||||
LOG("Reading system data file...");
|
||||
utils::datafile::Read(loadSystemFile,loadSystemFilename);
|
||||
}
|
||||
|
||||
if(loadSystemFile.HasProperty("Show Max Health")){
|
||||
GameSettings::SetMaxHealthDisplay(loadSystemFile["Show Max Health"].GetBool());
|
||||
Component<Checkbox>(SETTINGS,"Show Max HP Checkbox")->SetChecked(loadSystemFile["Show Max Health"].GetBool());
|
||||
}
|
||||
if(loadSystemFile.HasProperty("Show Max Mana")){
|
||||
GameSettings::SetMaxManaDisplay(loadSystemFile["Show Max Mana"].GetBool());
|
||||
Component<Checkbox>(SETTINGS,"Show Max Mana Checkbox")->SetChecked(loadSystemFile["Show Max Mana"].GetBool());
|
||||
}
|
||||
if(loadSystemFile.HasProperty("Screen Shake")){
|
||||
GameSettings::SetScreenShake(loadSystemFile["Screen Shake"].GetBool());
|
||||
Component<Checkbox>(SETTINGS,"Screen Shake Checkbox")->SetChecked(loadSystemFile["Screen Shake"].GetBool());
|
||||
@ -117,6 +147,11 @@ void GameSettings::Initialize(){
|
||||
GameSettings::SetKeyboardAutoAim(loadSystemFile["Keyboard Auto-Aim"].GetBool());
|
||||
Component<Checkbox>(SETTINGS,"Keyboard Play Auto-Aim Checkbox")->SetChecked(loadSystemFile["Keyboard Auto-Aim"].GetBool());
|
||||
}
|
||||
if(loadSystemFile.HasProperty("VSync")){
|
||||
GameSettings::SetVSync(loadSystemFile["VSync"].GetBool());
|
||||
Component<Checkbox>(SETTINGS,"VSync Checkbox")->SetChecked(loadSystemFile["VSync"].GetBool());
|
||||
game->SetVSync(GameSettings::VSyncEnabled());
|
||||
}
|
||||
if(loadSystemFile.HasProperty("Controller Icons")){
|
||||
const int maxIterations=10;
|
||||
int iterationCount=0;
|
||||
|
@ -41,26 +41,35 @@ All rights reserved.
|
||||
#include "IconType.h"
|
||||
|
||||
class GameSettings{
|
||||
static bool showMaxHealth;
|
||||
static bool showMaxMana;
|
||||
static bool screenShake;
|
||||
static bool rumble;
|
||||
static bool terrainCollisionBoxes;
|
||||
static bool keyboardAutoAim;
|
||||
static bool vsync;
|
||||
static vi2d windowPos;
|
||||
static IconType iconType;
|
||||
public:
|
||||
static const bool OVERRIDE;
|
||||
|
||||
static const bool ShowMaxHealth();
|
||||
static const bool ShowMaxMana();
|
||||
static const bool ScreenShakeEnabled();
|
||||
static const bool RumbleEnabled(const bool override=false);
|
||||
static const bool TerrainCollisionBoxesEnabled();
|
||||
static const bool KeyboardAutoAimEnabled();
|
||||
static const bool VSyncEnabled();
|
||||
static const vi2d GetWindowPos();
|
||||
static const IconType GetIconType();
|
||||
static void SetMaxHealthDisplay(bool maxHealthDisplayed);
|
||||
static void SetMaxManaDisplay(bool maxManaDisplayed);
|
||||
static void SetScreenShake(bool screenShakeEnabled);
|
||||
static void SetRumble(bool rumbleEnabled);
|
||||
static void SetTerrainCollisionBoxes(bool terrainCollisionBoxesEnabled);
|
||||
static void SetKeyboardAutoAim(bool autoAimEnabled);
|
||||
static void SetWindowPos(vi2d windowPos);
|
||||
static void SetIconType(IconType type);
|
||||
static void SetVSync(const bool vSyncEnabled);
|
||||
static void Initialize();
|
||||
};
|
@ -45,6 +45,8 @@ INCLUDE_game
|
||||
INCLUDE_GFX
|
||||
INCLUDE_WINDOW_SIZE
|
||||
|
||||
using IconScale=float;
|
||||
|
||||
InputHelper::InputHelper(){}
|
||||
|
||||
void InputHelper::Initialize(MenuInputGroups&inputGroups){
|
||||
@ -62,13 +64,25 @@ const InputType InputHelper::InputMode()const{
|
||||
|
||||
void InputHelper::Draw(){
|
||||
InputType mode=InputMode();
|
||||
STEAMINPUT(if(mode==CONTROLLER){mode=STEAM;})
|
||||
if(mode==MOUSE)mode=KEY; //We're going to make it so the keyboard controls always show up when navigating using a mouse.
|
||||
|
||||
auto OriginalGameIcon=[](std::optional<Input>input)->bool{
|
||||
if(input.has_value()){
|
||||
EInputActionOrigin action=Input::steamGameInputToOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
EInputActionOrigin analogAction=Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
return Input::steamIconToGameIcon.count(action)+Input::steamIconToGameIcon.count(analogAction);
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
switch(mode){
|
||||
case STEAM:
|
||||
case CONTROLLER:
|
||||
case KEY:{
|
||||
float buttonImgWidth=0.f;
|
||||
float buttonDescriptionWidth=0.f;
|
||||
std::vector<std::vector<std::variant<Decal*,std::string>>>buttonImgs; //Store decals for buttons that actually have images, and strings for buttons that have labels. One button can have multiple icons. Store them all together.
|
||||
std::vector<std::vector<std::pair<IconScale,std::variant<Decal*,std::string>>>>buttonImgs; //Store decals for buttons that actually have images, and strings for buttons that have labels. One button can have multiple icons. Store them all together.
|
||||
std::vector<std::string>buttonDescriptions;
|
||||
#pragma region Populate all buttons to display
|
||||
inputGroups.clear();
|
||||
@ -116,7 +130,7 @@ void InputHelper::Draw(){
|
||||
}
|
||||
|
||||
buttonImgs.push_back({});
|
||||
std::vector<std::variant<Decal*,std::string>>&iconList=buttonImgs.back();
|
||||
std::vector<std::pair<IconScale,std::variant<Decal*,std::string>>>&iconList=buttonImgs.back();
|
||||
|
||||
for(InputGroup&group:inputGroupsToCheck){
|
||||
if(Menu::UsingMouseNavigation()){
|
||||
@ -125,14 +139,14 @@ void InputHelper::Draw(){
|
||||
if(displayName.length()>0&&primaryKey.has_value()){
|
||||
if(primaryKey.value().HasExtendedIcons()){//This means it follows the specialized icon controller schemes, now pick based on these icons.
|
||||
buttonImgWidth+=primaryKey.value().GetIcon(GameSettings::GetIconType()).Sprite()->width+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetIcon(GameSettings::GetIconType()).Decal());
|
||||
iconList.push_back({1.f,primaryKey.value().GetIcon(GameSettings::GetIconType()).Decal()});
|
||||
}else
|
||||
if(primaryKey.value().HasIcon()){
|
||||
buttonImgWidth+=primaryKey.value().GetIcon().Sprite()->width+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetIcon().Decal());
|
||||
iconList.push_back({1.f,primaryKey.value().GetIcon().Decal()});
|
||||
}else{
|
||||
buttonImgWidth+=game->GetTextSizeProp(primaryKey.value().GetDisplayName()).x+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetDisplayName());
|
||||
iconList.push_back({1.f,primaryKey.value().GetDisplayName()});
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -142,14 +156,18 @@ void InputHelper::Draw(){
|
||||
if(displayName.length()>0&&primaryKey.has_value()){
|
||||
if(primaryKey.value().HasExtendedIcons()){//This means it follows the specialized icon controller schemes, now pick based on these icons.
|
||||
buttonImgWidth+=primaryKey.value().GetIcon(GameSettings::GetIconType()).Sprite()->width+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetIcon(GameSettings::GetIconType()).Decal());
|
||||
iconList.push_back({1.f,primaryKey.value().GetIcon(GameSettings::GetIconType()).Decal()});
|
||||
}else
|
||||
if(primaryKey.value().HasIcon()){
|
||||
buttonImgWidth+=primaryKey.value().GetIcon().Sprite()->width+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetIcon().Decal());
|
||||
float alteredIconScale=1.f;
|
||||
|
||||
if(mode==STEAM&&!OriginalGameIcon(primaryKey))alteredIconScale/=2.85f; //They are initially 32x32.
|
||||
|
||||
buttonImgWidth+=primaryKey.value().GetIcon().Sprite()->width*alteredIconScale+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back({alteredIconScale,primaryKey.value().GetIcon().Decal()});
|
||||
}else{
|
||||
buttonImgWidth+=game->GetTextSizeProp(primaryKey.value().GetDisplayName()).x+"Interface.InputHelperSpacing"_I;
|
||||
iconList.push_back(primaryKey.value().GetDisplayName());
|
||||
iconList.push_back({1.f,primaryKey.value().GetDisplayName()});
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -176,11 +194,11 @@ void InputHelper::Draw(){
|
||||
#pragma region Draw all button inputs and descriptions
|
||||
float xOffset="Interface.InputHelperSpacing"_I;
|
||||
for(size_t index=0;auto&buttonList:buttonImgs){
|
||||
for(std::variant<Decal*,std::string>button:buttonList){
|
||||
for(auto&[iconScale,button]:buttonList){
|
||||
if(std::holds_alternative<Decal*>(button)){
|
||||
Decal*img=std::get<Decal*>(button);
|
||||
game->DrawDecal(vf2d{xOffset,float(WINDOW_SIZE.y-img->sprite->height)-4},img);
|
||||
xOffset+=img->sprite->width+"Interface.InputHelperSpacing"_I;
|
||||
game->DrawDecal(vf2d{xOffset,float(WINDOW_SIZE.y-img->sprite->height*iconScale)-4},img,vf2d{1.f,1.f}*iconScale);
|
||||
xOffset+=img->sprite->width*iconScale+"Interface.InputHelperSpacing"_I;
|
||||
}else
|
||||
if(std::holds_alternative<std::string>(button)){
|
||||
std::string label=std::get<std::string>(button);
|
||||
|
@ -43,6 +43,8 @@ All rights reserved.
|
||||
#include "InputDisplayComponent.h"
|
||||
#include "olcPGEX_Gamepad.h"
|
||||
|
||||
#undef KEY_BACK
|
||||
|
||||
using A=Attribute;
|
||||
|
||||
INCLUDE_WINDOW_SIZE
|
||||
|
@ -174,6 +174,7 @@ void Menu::InitializeInventoryWindow(){
|
||||
{game->KEY_BACK,{"Back",[](MenuType type){
|
||||
Menu::CloseMenu();
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FACEUP,Pressed},{"Change Category",[&](MenuType type){
|
||||
auto categories=GetSortedCategories();
|
||||
|
@ -335,8 +335,8 @@ void ItemInfo::InitializeItems(){
|
||||
if(tempItem.Description().length()==0)ERR("WARNING! Item "<<info.name<<" does not have a description!");
|
||||
}
|
||||
|
||||
std::cout<<ITEM_DATA.size()<<" items have been loaded."<<std::endl;
|
||||
std::cout<<ITEM_CATEGORIES.size()<<" item categories have been loaded."<<std::endl;
|
||||
LOG(ITEM_DATA.size()<<" items have been loaded.");
|
||||
LOG(ITEM_CATEGORIES.size()<<" item categories have been loaded.");
|
||||
}
|
||||
|
||||
ItemProps::ItemProps(utils::datafile*scriptProps,utils::datafile*customProps)
|
||||
@ -423,7 +423,7 @@ void ItemInfo::InitializeScripts(){
|
||||
};
|
||||
|
||||
ITEM_SCRIPTS.SetInitialized();
|
||||
std::cout<<ITEM_SCRIPTS.size()<<" item scripts have been loaded."<<std::endl;
|
||||
LOG(ITEM_SCRIPTS.size()<<" item scripts have been loaded.");
|
||||
}
|
||||
|
||||
Item::Item()
|
||||
|
@ -39,7 +39,7 @@ All rights reserved.
|
||||
#include "DEFINES.h"
|
||||
#include "Menu.h"
|
||||
#include "MenuLabel.h"
|
||||
#include "MenuItemItemButton.h"
|
||||
#include "MenuItemLoadoutButton.h"
|
||||
#include "State_OverworldMap.h"
|
||||
|
||||
INCLUDE_game
|
||||
@ -57,41 +57,56 @@ void Menu::InitializeItemLoadoutWindow(){
|
||||
|
||||
float buttonBorderPadding=64;
|
||||
|
||||
itemLoadoutWindow->ADD("Loadout Item 1",MenuItemItemButton)(geom2d::rect<float>{{64,84},{48,48}},game->GetLoadoutItem(0),[](MenuFuncData data){
|
||||
itemLoadoutWindow->ADD("Loadout Item 1",MenuItemLoadoutButton)(geom2d::rect<float>{{64,90},{48,48}},0,[](MenuFuncData data){
|
||||
Menu::menus.at(INVENTORY_CONSUMABLES)->I(A::LOADOUT_SLOT)=0;
|
||||
Menu::OpenMenu(INVENTORY_CONSUMABLES);
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
std::weak_ptr<MenuItemLoadoutButton>loadoutButton=DYNAMIC_POINTER_CAST<MenuItemLoadoutButton>(data.component);
|
||||
if(!ISBLANK(loadoutButton.lock()->GetItem())){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel(loadoutButton.lock()->GetItem().lock()->DisplayName());
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel(loadoutButton.lock()->GetItem().lock()->Description());
|
||||
}
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel("");
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel("");
|
||||
return true;
|
||||
},"Item Name Label","Item Description")END
|
||||
})END
|
||||
->SetIconScale({2.f,2.f});
|
||||
itemLoadoutWindow->ADD("Loadout Item 2",MenuItemItemButton)(geom2d::rect<float>{{itemLoadoutWindowWidth/2-24,84},{48,48}},game->GetLoadoutItem(1),[](MenuFuncData data){
|
||||
itemLoadoutWindow->ADD("Loadout Item 2",MenuItemLoadoutButton)(geom2d::rect<float>{{itemLoadoutWindowWidth/2-24,90},{48,48}},1,[](MenuFuncData data){
|
||||
Menu::menus.at(INVENTORY_CONSUMABLES)->I(A::LOADOUT_SLOT)=1;
|
||||
Menu::OpenMenu(INVENTORY_CONSUMABLES);
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
std::weak_ptr<MenuItemLoadoutButton>loadoutButton=DYNAMIC_POINTER_CAST<MenuItemLoadoutButton>(data.component);
|
||||
if(!ISBLANK(loadoutButton.lock()->GetItem())){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel(loadoutButton.lock()->GetItem().lock()->DisplayName());
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel(loadoutButton.lock()->GetItem().lock()->Description());
|
||||
}
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel("");
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel("");
|
||||
return true;
|
||||
},"Item Name Label","Item Description")END
|
||||
})END
|
||||
->SetIconScale({2.f,2.f});
|
||||
itemLoadoutWindow->ADD("Loadout Item 3",MenuItemItemButton)(geom2d::rect<float>{{itemLoadoutWindowWidth-48-64,84},{48,48}},game->GetLoadoutItem(2),[](MenuFuncData data){
|
||||
itemLoadoutWindow->ADD("Loadout Item 3",MenuItemLoadoutButton)(geom2d::rect<float>{{itemLoadoutWindowWidth-48-64,90},{48,48}},2,[](MenuFuncData data){
|
||||
Menu::menus.at(INVENTORY_CONSUMABLES)->I(A::LOADOUT_SLOT)=2;
|
||||
Menu::OpenMenu(INVENTORY_CONSUMABLES);
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
std::weak_ptr<MenuItemLoadoutButton>loadoutButton=DYNAMIC_POINTER_CAST<MenuItemLoadoutButton>(data.component);
|
||||
if(!ISBLANK(loadoutButton.lock()->GetItem())){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel(loadoutButton.lock()->GetItem().lock()->DisplayName());
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel(loadoutButton.lock()->GetItem().lock()->Description());
|
||||
}
|
||||
return true;
|
||||
},[](MenuFuncData data){
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Name Label")->SetLabel("");
|
||||
Component<MenuLabel>(ITEM_LOADOUT,"Item Description")->SetLabel("");
|
||||
return true;
|
||||
},"Item Name Label","Item Description")END
|
||||
})END
|
||||
->SetIconScale({2.f,2.f});
|
||||
|
||||
itemLoadoutWindow->ADD("Item Name Label",MenuLabel)(geom2d::rect<float>{{0,146},{itemLoadoutWindowWidth,12}},"",1,ComponentAttr::SHADOW)END;
|
||||
|
@ -46,13 +46,191 @@ INCLUDE_game
|
||||
INCLUDE_GFX
|
||||
|
||||
bool Input::usingGamepad;
|
||||
uint64_t Input::ingameControlsHandle{0};
|
||||
uint8_t activeSteamControllerIndex{0};
|
||||
safemap<std::string,InputGroup*>InputGroup::menuNamesToInputGroups;
|
||||
std::vector<std::string>InputGroup::menuInputGroups;
|
||||
std::vector<std::string>InputGroup::gameplayInputGroups;
|
||||
std::array<InputHandle_t,STEAM_INPUT_MAX_COUNT>Input::steamControllers;
|
||||
std::unordered_map<Steam::SteamInput,std::pair<NumOfOrigins,std::array<EInputActionOrigin,STEAM_INPUT_MAX_ORIGINS>>>Input::steamGameInputToOrigin;
|
||||
std::unordered_map<Steam::SteamInput,std::pair<NumOfOrigins,std::array<EInputActionOrigin,STEAM_INPUT_MAX_ORIGINS>>>Input::steamGameInputToAnalogOrigin;
|
||||
uint8_t Input::activeSteamControllerIndex;
|
||||
uint8_t Input::controllerCount{0};
|
||||
|
||||
std::vector<Steam::SteamInput>Input::leftStickActionSets{Steam::MOVE};
|
||||
std::vector<Steam::SteamInput>Input::rightStickActionSets{Steam::SCROLL};
|
||||
|
||||
std::array<std::unordered_map<Steam::SteamInput,std::pair<std::string,HWButton>>,STEAM_INPUT_MAX_COUNT>Input::enumToActionName;
|
||||
std::unordered_map<EInputActionOrigin,std::string>Input::steamIconToGameIcon{
|
||||
#ifndef __EMSCRIPTEN__
|
||||
{k_EInputActionOrigin_SteamController_A,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_A,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_XBox360_A,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_A,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_JoyConButton_S,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_A,"themes/button_d_xb.png"},
|
||||
{k_EInputActionOrigin_SteamController_B,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_B,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_XBox360_B,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_B,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_JoyConButton_W,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_B,"themes/button_r_xb.png"},
|
||||
{k_EInputActionOrigin_SteamController_X,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_X,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_XBox360_X,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_X,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_JoyConButton_E,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_X,"themes/button_l_xb.png"},
|
||||
{k_EInputActionOrigin_SteamController_Y,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_Y,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_XBox360_Y,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_Y,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_Switch_JoyConButton_N,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_Y,"themes/button_u_xb.png"},
|
||||
{k_EInputActionOrigin_SteamController_LeftBumper,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_PS4_LeftBumper,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_LeftBumper,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_XBox360_LeftBumper,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_Switch_LeftBumper,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_L1,"themes/button_l1.png"},
|
||||
{k_EInputActionOrigin_SteamController_RightBumper,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_PS4_RightBumper,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_RightBumper,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_XBox360_RightBumper,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_Switch_RightBumper,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_R1,"themes/button_r1.png"},
|
||||
{k_EInputActionOrigin_SteamController_RightTrigger_Pull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_PS4_RightTrigger_Pull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_RightTrigger_Pull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_XBox360_RightTrigger_Pull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_Switch_RightTrigger_Pull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_R2_SoftPull,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_SteamController_RightTrigger_Click,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_PS4_RightTrigger_Click,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_RightTrigger_Click,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_XBox360_RightTrigger_Click,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_Switch_RightTrigger_Click,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_R2,"themes/button_r2.png"},
|
||||
{k_EInputActionOrigin_SteamController_LeftTrigger_Pull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_PS4_LeftTrigger_Pull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_LeftTrigger_Pull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_XBox360_LeftTrigger_Pull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_Switch_LeftTrigger_Pull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_L2_SoftPull,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_SteamController_LeftTrigger_Click,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_PS4_LeftTrigger_Click,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_LeftTrigger_Click,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_XBox360_LeftTrigger_Click,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_Switch_LeftTrigger_Click,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_L2,"themes/button_l2.png"},
|
||||
{k_EInputActionOrigin_PS4_X,"themes/button_d_ps.png"},
|
||||
{k_EInputActionOrigin_PS4_Circle,"themes/button_r_ps.png"},
|
||||
{k_EInputActionOrigin_PS4_Triangle,"themes/button_u_ps.png"},
|
||||
{k_EInputActionOrigin_PS4_Square,"themes/button_l_ps.png"},
|
||||
{k_EInputActionOrigin_SteamController_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_PS4_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_PS4_RightStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_XBoxOne_RightStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_XBox360_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_XBox360_RightStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_Switch_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_Switch_RightStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_PS5_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_PS5_RightStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_LeftStick_Move,"themes/button_analogstick.png"},
|
||||
{k_EInputActionOrigin_SteamDeck_RightStick_Move,"themes/button_analogstick.png"},
|
||||
#endif
|
||||
};
|
||||
|
||||
Input::Input(InputType type,int key)
|
||||
:type(type),key(key){}
|
||||
|
||||
void Input::Initialize(){
|
||||
for(int i=0;i<STEAM_INPUT_MAX_COUNT;i++){
|
||||
enumToActionName[i][Steam::MOVE]={"Move",{}};
|
||||
enumToActionName[i][Steam::BASIC_ATTACK]={"Basic_Attack",{}};
|
||||
enumToActionName[i][Steam::DEFENSIVE]={"Defensive",{}};
|
||||
enumToActionName[i][Steam::MENU_PAUSE]={"Menu/Pause",{}};
|
||||
enumToActionName[i][Steam::ABILITY_1]={"Ability_1",{}};
|
||||
enumToActionName[i][Steam::ABILITY_2]={"Ability_2",{}};
|
||||
enumToActionName[i][Steam::ABILITY_3]={"Ability_3",{}};
|
||||
enumToActionName[i][Steam::ABILITY_4]={"Ability_4",{}};
|
||||
enumToActionName[i][Steam::ITEM_1]={"Item_1",{}};
|
||||
enumToActionName[i][Steam::ITEM_2]={"Item_2",{}};
|
||||
enumToActionName[i][Steam::ITEM_3]={"Item_3",{}};
|
||||
enumToActionName[i][Steam::SCROLL]={"Scroll",{}};
|
||||
enumToActionName[i][Steam::CONFIRM]={"Confirm",{}};
|
||||
enumToActionName[i][Steam::BACK]={"Back",{}};
|
||||
enumToActionName[i][Steam::FUNCTION_1]={"Function_1",{}};
|
||||
enumToActionName[i][Steam::FUNCTION_2]={"Function_2",{}};
|
||||
enumToActionName[i][Steam::UP]={"Up",{}};
|
||||
enumToActionName[i][Steam::DOWN]={"Down",{}};
|
||||
enumToActionName[i][Steam::LEFT]={"Left",{}};
|
||||
enumToActionName[i][Steam::RIGHT]={"Right",{}};
|
||||
enumToActionName[i][Steam::LOCK_UNLOCK_ACC]={"Lock/Unlock_Accessory",{}};
|
||||
enumToActionName[i][Steam::FAST_SCROLL_UP]={"Fast_Scroll_Up",{}};
|
||||
enumToActionName[i][Steam::FAST_SCROLL_DOWN]={"Fast_Scroll_Down",{}};
|
||||
}
|
||||
}
|
||||
|
||||
void Input::LoadSteamButtonIcons(){
|
||||
GFX.Unlock();
|
||||
#ifndef __EMSCRIPTEN__
|
||||
for(int i=1;i<k_EInputActionOrigin_Count;i++){
|
||||
const char*imageName{SteamInput()->GetGlyphPNGForActionOrigin(EInputActionOrigin(i),k_ESteamInputGlyphSize_Small,0U)};
|
||||
if(imageName!=nullptr){
|
||||
std::string loadImage{imageName};
|
||||
if(loadImage.length()>0&&(!GFX.count(loadImage)||GFX.at(loadImage).Decal()==nullptr)){
|
||||
LOG(std::format("Loading steam image {}",loadImage));
|
||||
if(!GFX.count(loadImage))GFX[loadImage];
|
||||
if(GFX.at(loadImage).Load(loadImage)!=rcode::OK){
|
||||
LOG(std::format("WARNING! Failed to load steam image {}!",loadImage));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
GFX.SetInitialized();
|
||||
}
|
||||
|
||||
void Input::UpdateSteamInput(){
|
||||
STEAMINPUT(
|
||||
uint8_t prevControllerCount=controllerCount;
|
||||
controllerCount=SteamInput()->GetConnectedControllers(steamControllers.data());
|
||||
if(controllerCount<prevControllerCount&&Menu::stack.size()==0&&GameState::STATE==GameState::states[States::GAME_RUN])Menu::OpenMenu(MenuType::PAUSE); //We unplugged a controller so we will automatically pause the game.
|
||||
for(int i=0;i<controllerCount;i++){
|
||||
for(auto&[input,data]:enumToActionName[i]){
|
||||
HWButton prevState=data.second;
|
||||
InputDigitalActionHandle_t inputHnd=SteamInput()->GetDigitalActionHandle(data.first.c_str());
|
||||
InputDigitalActionData_t buttonData=SteamInput()->GetDigitalActionData(steamControllers[i],inputHnd);
|
||||
data.second.bPressed=data.second.bReleased=false;
|
||||
|
||||
if(!data.second.bHeld&&buttonData.bState){
|
||||
data.second.bPressed=true;
|
||||
activeSteamControllerIndex=i;
|
||||
}
|
||||
if(data.second.bHeld&&!buttonData.bState){
|
||||
data.second.bReleased=true;
|
||||
activeSteamControllerIndex=i;
|
||||
}
|
||||
data.second.bHeld=buttonData.bState;
|
||||
}
|
||||
}
|
||||
if(controllerCount>0){ //Setup display icons for steam controllers.
|
||||
for(auto&[input,data]:enumToActionName[activeSteamControllerIndex]){
|
||||
InputDigitalActionHandle_t inputHnd=SteamInput()->GetDigitalActionHandle(data.first.c_str());
|
||||
InputDigitalActionData_t buttonData=SteamInput()->GetDigitalActionData(steamControllers[activeSteamControllerIndex],inputHnd);
|
||||
InputAnalogActionHandle_t analogInputHnd=SteamInput()->GetAnalogActionHandle(data.first.c_str());
|
||||
InputAnalogActionData_t analogButtonData=SteamInput()->GetAnalogActionData(steamControllers[activeSteamControllerIndex],analogInputHnd);
|
||||
//Store the origins that steam knows about inside the gameplay input arrays provided. These are pairs where the first item is the number of origins for this input and the second item is the array itself.
|
||||
steamGameInputToOrigin[input].first=SteamInput()->GetDigitalActionOrigins(steamControllers[activeSteamControllerIndex],ingameControlsHandle,inputHnd,steamGameInputToOrigin[input].second.data());
|
||||
steamGameInputToAnalogOrigin[input].first=SteamInput()->GetAnalogActionOrigins(steamControllers[activeSteamControllerIndex],ingameControlsHandle,analogInputHnd,steamGameInputToAnalogOrigin[input].second.data());
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
bool Input::Pressed(){
|
||||
if(!game->IsFocused())return false;
|
||||
bool inputPressed=false;
|
||||
@ -64,9 +242,16 @@ bool Input::Pressed(){
|
||||
inputPressed=game->GetMouse(key).bPressed;
|
||||
}break;
|
||||
case CONTROLLER:{
|
||||
STEAMINPUT()else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected&&gamepad->getButton(static_cast<GPButtons>(key)).bPressed)inputPressed=true;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case STEAM:{
|
||||
STEAMINPUT(
|
||||
if(enumToActionName[activeSteamControllerIndex][Steam::SteamInput(key)].second.bPressed)inputPressed=true;
|
||||
)
|
||||
}break;
|
||||
case ANALOG:{
|
||||
//An analog input can never be "pressed". No-op.
|
||||
@ -76,7 +261,7 @@ bool Input::Pressed(){
|
||||
}
|
||||
}
|
||||
if(inputPressed){
|
||||
usingGamepad=type==CONTROLLER;
|
||||
SetUsingGamepad(type==CONTROLLER||type==STEAM);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
@ -87,15 +272,22 @@ bool Input::Held(){
|
||||
bool inputHeld=false;
|
||||
switch(type){
|
||||
case KEY:{
|
||||
inputHeld=game->GetKey(Key(key)).bHeld;
|
||||
inputHeld|=game->GetKey(Key(key)).bHeld;
|
||||
}break;
|
||||
case MOUSE:{
|
||||
inputHeld=game->GetMouse(key).bHeld;
|
||||
inputHeld|=game->GetMouse(key).bHeld;
|
||||
}break;
|
||||
case CONTROLLER:{
|
||||
STEAMINPUT()else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected&&gamepad->getButton(static_cast<GPButtons>(key)).bHeld)inputHeld=true;
|
||||
if(gamepad->stillConnected)inputHeld|=gamepad->getButton(static_cast<GPButtons>(key)).bHeld;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case STEAM:{
|
||||
STEAMINPUT(
|
||||
inputHeld|=enumToActionName[activeSteamControllerIndex][Steam::SteamInput(key)].second.bHeld;
|
||||
)
|
||||
}break;
|
||||
case ANALOG:{
|
||||
//An analog input can never be "held". No-op.
|
||||
@ -105,7 +297,7 @@ bool Input::Held(){
|
||||
}
|
||||
}
|
||||
if(inputHeld){
|
||||
usingGamepad=type==CONTROLLER;
|
||||
SetUsingGamepad(type==CONTROLLER||type==STEAM);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
@ -116,15 +308,22 @@ bool Input::Released(){
|
||||
bool inputReleased=false;
|
||||
switch(type){
|
||||
case KEY:{
|
||||
inputReleased=game->GetKey(Key(key)).bReleased;
|
||||
inputReleased|=game->GetKey(Key(key)).bReleased;
|
||||
}break;
|
||||
case MOUSE:{
|
||||
inputReleased=game->GetMouse(key).bReleased;
|
||||
inputReleased|=game->GetMouse(key).bReleased;
|
||||
}break;
|
||||
case CONTROLLER:{
|
||||
STEAMINPUT()else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected&&gamepad->getButton(static_cast<GPButtons>(key)).bReleased)inputReleased=true;
|
||||
if(gamepad->stillConnected)inputReleased|=gamepad->getButton(static_cast<GPButtons>(key)).bReleased;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case STEAM:{
|
||||
STEAMINPUT(
|
||||
inputReleased|=enumToActionName[activeSteamControllerIndex][Steam::SteamInput(key)].second.bReleased;
|
||||
)
|
||||
}break;
|
||||
case ANALOG:{
|
||||
//An analog input can never be "released". No-op.
|
||||
@ -134,7 +333,7 @@ bool Input::Released(){
|
||||
}
|
||||
}
|
||||
if(inputReleased){
|
||||
usingGamepad=type==CONTROLLER;
|
||||
SetUsingGamepad(type==CONTROLLER||type==STEAM);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
@ -144,6 +343,75 @@ float Input::Analog(){
|
||||
if(!game->IsFocused())return false;
|
||||
switch(type){
|
||||
case ANALOG:{
|
||||
STEAMINPUT(
|
||||
auto GetAnalogStickVal=[&](uint8_t controller,Steam::SteamInput input,Axis axis){
|
||||
InputAnalogActionHandle_t inputHnd=SteamInput()->GetAnalogActionHandle(enumToActionName[controller][input].first.c_str());
|
||||
InputAnalogActionData_t data=SteamInput()->GetAnalogActionData(steamControllers[controller],inputHnd);
|
||||
if(data.bActive){
|
||||
switch(axis){
|
||||
case Axis::X:{
|
||||
return data.x;
|
||||
}break;
|
||||
case Axis::Y:{
|
||||
return -data.y; //Invert the Y axis since Steam makes the right stick be a "camera look around" stick by default with inverted controls.
|
||||
}break;
|
||||
default:{
|
||||
ERR(std::format("WARNING! Invalid axis type given: {}! THIS SHOULD NOT BE HAPPENING!",int(axis)));
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0.f;
|
||||
};
|
||||
|
||||
for(int i=0;i<controllerCount;i++){
|
||||
switch(static_cast<GPAxes>(key)){
|
||||
case GPAxes::LX:{
|
||||
for(Steam::SteamInput input:leftStickActionSets){
|
||||
float axisVal=GetAnalogStickVal(i,input,Axis::X);
|
||||
if(axisVal!=0.f){
|
||||
usingGamepad=true;
|
||||
activeSteamControllerIndex=i;
|
||||
return axisVal;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case GPAxes::LY:{
|
||||
for(Steam::SteamInput input:leftStickActionSets){
|
||||
float axisVal=GetAnalogStickVal(i,input,Axis::Y);
|
||||
if(axisVal!=0.f){
|
||||
usingGamepad=true;
|
||||
activeSteamControllerIndex=i;
|
||||
return axisVal;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case GPAxes::RX:{
|
||||
for(Steam::SteamInput input:rightStickActionSets){
|
||||
float axisVal=GetAnalogStickVal(i,input,Axis::X);
|
||||
if(axisVal!=0.f){
|
||||
usingGamepad=true;
|
||||
activeSteamControllerIndex=i;
|
||||
return axisVal;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case GPAxes::RY:{
|
||||
for(Steam::SteamInput input:rightStickActionSets){
|
||||
float axisVal=GetAnalogStickVal(i,input,Axis::Y);
|
||||
if(axisVal!=0.f){
|
||||
usingGamepad=true;
|
||||
activeSteamControllerIndex=i;
|
||||
return axisVal;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case GPAxes::TL:{}break;//Unused. No-op
|
||||
case GPAxes::TR:{}break;//Unused. No-op
|
||||
case GPAxes::DX:{}break;//Unused. No-op
|
||||
case GPAxes::DY:{}break;//Unused. No-op
|
||||
}
|
||||
}
|
||||
)else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected){
|
||||
float axisVal=gamepad->getAxis(static_cast<GPAxes>(key));
|
||||
@ -153,10 +421,12 @@ float Input::Analog(){
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case KEY:
|
||||
case MOUSE:
|
||||
case CONTROLLER:{
|
||||
case CONTROLLER:
|
||||
case STEAM:{
|
||||
//Doesn't return analog inputs. No-op.
|
||||
}break;
|
||||
default:{
|
||||
@ -167,6 +437,10 @@ float Input::Analog(){
|
||||
}
|
||||
|
||||
std::string Input::GetDisplayName()const{
|
||||
if(type==STEAM){
|
||||
return std::format("{}",enumToActionName[activeSteamControllerIndex][Steam::SteamInput(key)].first);
|
||||
}
|
||||
if(!GenericKey::keyLiteral.count({type,key}))return "";
|
||||
return GenericKey::keyLiteral.at({type,key}).displayName;
|
||||
}
|
||||
|
||||
@ -310,9 +584,20 @@ std::string InputGroup::GetDisplayName(){
|
||||
return combinationDisplay;
|
||||
}
|
||||
|
||||
void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,InputType type,vf2d textScale)const{
|
||||
void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,InputType type,vf2d textScale,const std::string_view preDisplayText)const{
|
||||
std::vector<Input>displayKeys;
|
||||
|
||||
auto OriginalGameIcon=[](std::optional<Input>input)->bool{
|
||||
if(input.has_value()){
|
||||
EInputActionOrigin action=Input::steamGameInputToOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
EInputActionOrigin analogAction=Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
return Input::steamIconToGameIcon.count(action)+Input::steamIconToGameIcon.count(analogAction);
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
switch(type){
|
||||
case STEAM:std::copy_if(keys.begin(),keys.end(),std::back_inserter(displayKeys),[](const Input&input){return input.GetType()==STEAM;});break;
|
||||
case CONTROLLER:std::copy_if(keys.begin(),keys.end(),std::back_inserter(displayKeys),[](const Input&input){return input.GetType()==CONTROLLER;});break;
|
||||
case MOUSE:std::copy_if(keys.begin(),keys.end(),std::back_inserter(displayKeys),[](const Input&input){return input.GetType()==KEY||input.GetType()==MOUSE;});break;
|
||||
default:std::copy_if(keys.begin(),keys.end(),std::back_inserter(displayKeys),[](const Input&input){return input.GetType()==KEY||input.GetType()==MOUSE;});break;
|
||||
@ -328,8 +613,12 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
buttonImgs.push_back(input.GetIcon(GameSettings::GetIconType()).Decal());
|
||||
}else
|
||||
if(input.HasIcon()){
|
||||
buttonImgSize.x+=input.GetIcon().Sprite()->width*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
buttonImgSize.y=std::max(buttonImgSize.y,float(input.GetIcon().Sprite()->height));
|
||||
float alteredIconScale=1.f;
|
||||
|
||||
if(type==STEAM&&!OriginalGameIcon(input))alteredIconScale/=2.85f; //They are initially 32x32.
|
||||
|
||||
buttonImgSize.x+=input.GetIcon().Sprite()->width*alteredIconScale*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
buttonImgSize.y=std::max(buttonImgSize.y,float(input.GetIcon().Sprite()->height*alteredIconScale));
|
||||
buttonImgs.push_back(input.GetIcon().Decal());
|
||||
}else{
|
||||
buttonImgSize.x+=game->GetTextSizeProp(input.GetDisplayName()).x*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
@ -338,15 +627,36 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
}
|
||||
}
|
||||
|
||||
vf2d descriptionTextSize=game->GetTextSizeProp(displayText);
|
||||
vf2d offset=-((buttonImgSize+descriptionTextSize)/2.f);
|
||||
for(auto&button:buttonImgs){
|
||||
if(std::holds_alternative<Decal*>(button)){
|
||||
Decal*img=std::get<Decal*>(button);
|
||||
vf2d preDescriptionTextSize=game->GetTextSizeProp(preDisplayText)*textScale;
|
||||
vf2d descriptionTextSize=game->GetTextSizeProp(displayText)*textScale;
|
||||
vf2d offset=-((buttonImgSize+descriptionTextSize)/2.f)-preDescriptionTextSize/2.f;
|
||||
|
||||
#pragma region Render Pre-Display Text
|
||||
#pragma region Render Macro
|
||||
#define Render(rendererType) \
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,textScale,{255,255,255,alpha});
|
||||
std::get<rendererType*const>(renderer)->DrawShadowStringPropDecal(pos+offset,preDisplayText,{255,255,255,alpha},{0,0,0,alpha},textScale);
|
||||
#pragma endregion
|
||||
|
||||
if(std::holds_alternative<AiL*const>(renderer)){
|
||||
Render(AiL);
|
||||
}else
|
||||
if(std::holds_alternative<TileTransformedView*const>(renderer)){
|
||||
Render(TileTransformedView);
|
||||
}else
|
||||
if(std::holds_alternative<ViewPort*const>(renderer)){
|
||||
Render(ViewPort);
|
||||
}else ERR("Could not find proper renderer for rendering Inputs!");
|
||||
offset.x+=preDescriptionTextSize.x;
|
||||
#pragma endregion
|
||||
|
||||
for(size_t index=0;auto&button:buttonImgs){
|
||||
if(std::holds_alternative<Decal*>(button)){
|
||||
Decal*img=std::get<Decal*>(button);
|
||||
float alteredIconScale=1.f;
|
||||
if(type==STEAM&&!OriginalGameIcon(displayKeys[index]))alteredIconScale/=2.85f; /*They are initially 32x32.*/
|
||||
#pragma region Render Macro
|
||||
#define Render(rendererType) \
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,alteredIconScale*textScale,{255,255,255,alpha});
|
||||
#pragma endregion
|
||||
if(std::holds_alternative<AiL*const>(renderer)){
|
||||
Render(AiL);
|
||||
@ -357,7 +667,7 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
if(std::holds_alternative<ViewPort*const>(renderer)){
|
||||
Render(ViewPort);
|
||||
}else ERR("Could not find proper renderer for rendering Inputs!");
|
||||
offset.x+=img->sprite->width*textScale.x+"Interface.InputHelperSpacing"_I;
|
||||
offset.x+=img->sprite->width*alteredIconScale*textScale.x+"Interface.InputHelperSpacing"_I;
|
||||
}else
|
||||
if(std::holds_alternative<std::string>(button)){
|
||||
std::string label=std::get<std::string>(button);
|
||||
@ -386,6 +696,7 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
}else ERR("Could not find proper renderer for rendering Inputs!");
|
||||
offset.x+=textSize.x+"Interface.InputHelperSpacing"_I;
|
||||
}else [[unlikely]]ERR("WARNING! Hit a state where no data is inside of the button! THIS SHOULD NOT BE HAPPENING!");
|
||||
index++;
|
||||
}
|
||||
|
||||
#pragma region Render Display Text
|
||||
@ -408,8 +719,25 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
|
||||
void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,InputType type,vf2d textScale)const{
|
||||
std::optional<Input>primaryKey;
|
||||
|
||||
auto OriginalGameIcon=[](std::optional<Input>input)->bool{
|
||||
if(input.has_value()){
|
||||
EInputActionOrigin action=Input::steamGameInputToOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
EInputActionOrigin analogAction=Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(input.value().key)).second[0];
|
||||
return Input::steamIconToGameIcon.count(action)+Input::steamIconToGameIcon.count(analogAction);
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
switch(type){
|
||||
case CONTROLLER:primaryKey=GetPrimaryKey(CONTROLLER);break;
|
||||
case CONTROLLER:{
|
||||
STEAMINPUT(
|
||||
primaryKey=GetPrimaryKey(STEAM);
|
||||
type=STEAM;
|
||||
)else{
|
||||
primaryKey=GetPrimaryKey(CONTROLLER);
|
||||
}
|
||||
}break;
|
||||
case MOUSE:primaryKey=GetPrimaryKey(MOUSE);break;
|
||||
default:primaryKey=GetPrimaryKey(KEY);break;
|
||||
}
|
||||
@ -417,7 +745,7 @@ void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedVi
|
||||
vf2d buttonImgSize{};
|
||||
std::vector<std::variant<Decal*,std::string>>buttonImgs;
|
||||
|
||||
if(type!=CONTROLLER&&type!=MOUSE){
|
||||
if(type!=STEAM&&type!=CONTROLLER&&type!=MOUSE){
|
||||
for(const Input&input:keyOrder){
|
||||
if(input.GetType()==MOUSE){
|
||||
if(input.HasExtendedIcons()){
|
||||
@ -445,10 +773,15 @@ void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedVi
|
||||
buttonImgs.push_back(primaryKey.value().GetIcon(GameSettings::GetIconType()).Decal());
|
||||
}else
|
||||
if(primaryKey.value().HasIcon()){
|
||||
buttonImgSize.x+=primaryKey.value().GetIcon().Sprite()->width*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
buttonImgSize.y=std::max(buttonImgSize.y,float(primaryKey.value().GetIcon().Sprite()->height));
|
||||
float alteredIconScale=1.f;
|
||||
|
||||
if(type==STEAM&&!OriginalGameIcon(primaryKey))alteredIconScale/=2.85f; //They are initially 32x32.
|
||||
|
||||
buttonImgSize.x+=primaryKey.value().GetIcon().Sprite()->width*alteredIconScale*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
buttonImgSize.y=std::max(buttonImgSize.y,float(primaryKey.value().GetIcon().Sprite()->height*alteredIconScale));
|
||||
buttonImgs.push_back(primaryKey.value().GetIcon().Decal());
|
||||
}else{
|
||||
}else
|
||||
{
|
||||
buttonImgSize.x+=game->GetTextSizeProp(primaryKey.value().GetDisplayName()).x*textScale.x+"Interface.InputHelperSpacing"_F;
|
||||
buttonImgSize.y=std::max(buttonImgSize.y,float(game->GetTextSizeProp(primaryKey.value().GetDisplayName()).y)+"Interface.InputHelperSpacing"_F);
|
||||
buttonImgs.push_back(primaryKey.value().GetDisplayName());
|
||||
@ -460,10 +793,11 @@ void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedVi
|
||||
for(auto&button:buttonImgs){
|
||||
if(std::holds_alternative<Decal*>(button)){
|
||||
Decal*img=std::get<Decal*>(button);
|
||||
|
||||
float alteredIconScale=1.f;
|
||||
if(type==STEAM&&!OriginalGameIcon(primaryKey))alteredIconScale/=2.85f; /*They are initially 32x32.*/
|
||||
#pragma region Render Macro
|
||||
#define Render(rendererType) \
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,textScale,{255,255,255,alpha});
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,alteredIconScale*textScale,{255,255,255,alpha});
|
||||
#pragma endregion
|
||||
if(std::holds_alternative<AiL*const>(renderer)){
|
||||
Render(AiL);
|
||||
@ -474,7 +808,7 @@ void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedVi
|
||||
if(std::holds_alternative<ViewPort*const>(renderer)){
|
||||
Render(ViewPort);
|
||||
}else ERR("Could not find proper renderer for rendering Inputs!");
|
||||
offset.x+=img->sprite->width*textScale.x+"Interface.InputHelperSpacing"_I;
|
||||
offset.x+=img->sprite->width*alteredIconScale*textScale.x+"Interface.InputHelperSpacing"_I;
|
||||
}else
|
||||
if(std::holds_alternative<std::string>(button)){
|
||||
std::string label=std::get<std::string>(button);
|
||||
@ -531,13 +865,70 @@ void InputGroup::DrawPrimaryInput(const std::variant<AiL*const,TileTransformedVi
|
||||
DrawPrimaryInput(renderer,pos,displayText,alpha,primaryType);
|
||||
}
|
||||
|
||||
std::string Input::GetProperIconName(std::string currentIconName)const{
|
||||
switch(GameSettings::GetIconType()){
|
||||
case IconType::XB:{
|
||||
return currentIconName;
|
||||
}break;
|
||||
case IconType::PS:{
|
||||
if(currentIconName.ends_with("_xb.png")){
|
||||
return currentIconName.replace(currentIconName.rfind("_xb.png"),7,"_ps.png");
|
||||
}
|
||||
}break;
|
||||
case IconType::XB_REVERSED:{
|
||||
if(currentIconName.ends_with("_d_xb.png")){
|
||||
return currentIconName.replace(currentIconName.rfind("_d_xb.png"),9,"_r_xb.png");
|
||||
}else
|
||||
if(currentIconName.ends_with("_u_xb.png")){
|
||||
return currentIconName.replace(currentIconName.rfind("_u_xb.png"),9,"_l_xb.png");
|
||||
}else
|
||||
if(currentIconName.ends_with("_l_xb.png")){
|
||||
return currentIconName.replace(currentIconName.rfind("_l_xb.png"),9,"_u_xb.png");
|
||||
}else
|
||||
if(currentIconName.ends_with("_r_xb.png")){
|
||||
return currentIconName.replace(currentIconName.rfind("_r_xb.png"),9,"_d_xb.png");
|
||||
}
|
||||
}break;
|
||||
}
|
||||
return currentIconName;
|
||||
}
|
||||
|
||||
const bool Input::HasIcon()const{
|
||||
if(type==STEAM){
|
||||
return Input::steamGameInputToOrigin.count(Steam::SteamInput(key))&&
|
||||
Input::steamGameInputToOrigin.at(Steam::SteamInput(key)).first>0||
|
||||
Input::steamGameInputToAnalogOrigin.count(Steam::SteamInput(key))&&
|
||||
Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(key)).first>0;
|
||||
}
|
||||
return GenericKey::keyLiteral.at({type,key}).iconName.length()>0;
|
||||
}
|
||||
const bool Input::HasExtendedIcons()const{
|
||||
if(type==STEAM)return false;
|
||||
return GenericKey::keyLiteral.at({type,key}).iconName.length()>0&&GenericKey::keyLiteral.at({type,key}).iconName2.length()>0&&GenericKey::keyLiteral.at({type,key}).iconName3.length()>0;
|
||||
}
|
||||
const Renderable&Input::GetIcon()const{
|
||||
if(type==STEAM){
|
||||
#ifndef __EMSCRIPTEN__
|
||||
EInputActionOrigin action=Input::steamGameInputToOrigin.at(Steam::SteamInput(key)).second[0];
|
||||
EInputActionOrigin analogAction=Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(key)).second[0];
|
||||
if(Input::steamGameInputToOrigin.count(Steam::SteamInput(key))&&
|
||||
Input::steamGameInputToOrigin.at(Steam::SteamInput(key)).first>0){
|
||||
if(steamIconToGameIcon.count(action)){
|
||||
return GFX.at(GetProperIconName(steamIconToGameIcon[action]));
|
||||
}else{
|
||||
return GFX.at(SteamInput()->GetGlyphPNGForActionOrigin(action,k_ESteamInputGlyphSize_Small,0));
|
||||
}
|
||||
}else
|
||||
if(Input::steamGameInputToAnalogOrigin.count(Steam::SteamInput(key))&&
|
||||
Input::steamGameInputToAnalogOrigin.at(Steam::SteamInput(key)).first>0){
|
||||
if(steamIconToGameIcon.count(analogAction)){
|
||||
return GFX.at(GetProperIconName(steamIconToGameIcon[analogAction]));
|
||||
}else{
|
||||
return GFX.at(SteamInput()->GetGlyphPNGForActionOrigin(analogAction,k_ESteamInputGlyphSize_Small,0));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
return GFX.at(GenericKey::keyLiteral.at({type,key}).iconName);
|
||||
}
|
||||
const Renderable&Input::GetIcon(IconType type)const{
|
||||
@ -700,38 +1091,54 @@ const bool Input::UsingGamepad(){
|
||||
|
||||
const bool Input::AxesActive(){
|
||||
float xAxis=0.f,yAxis=0.f;
|
||||
STEAMINPUT(
|
||||
if(fabs(game->KEY_SCROLLHORZ_R.Analog())>0.f){
|
||||
return true;
|
||||
}
|
||||
if(fabs(game->KEY_SCROLLVERT_R.Analog())>0.f){
|
||||
return true;
|
||||
}
|
||||
)else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected){
|
||||
if(fabs(gamepad->getAxis(GPAxes::RX))>0.f){
|
||||
xAxis=gamepad->getAxis(GPAxes::RX);
|
||||
return true;
|
||||
}
|
||||
|
||||
if(fabs(gamepad->getAxis(GPAxes::RY))>0.f){
|
||||
yAxis=gamepad->getAxis(GPAxes::RY);
|
||||
}
|
||||
|
||||
if(xAxis!=0.f||yAxis!=0.f)break; //Found a controller, so we're good to break.
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return xAxis!=0.f||yAxis!=0.f;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void Input::StartVibration(const bool override){
|
||||
if(!GameSettings::RumbleEnabled(override))return;
|
||||
if(UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
SteamInput()->TriggerVibration(steamControllers[activeSteamControllerIndex],std::numeric_limits<unsigned short>::max(),std::numeric_limits<unsigned short>::max());
|
||||
)else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected){
|
||||
gamepad->startVibration();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
void Input::StopVibration(){
|
||||
STEAMINPUT(
|
||||
for(int i=0;i<controllerCount;i++){
|
||||
SteamInput()->TriggerVibration(steamControllers[i],0U,0U);
|
||||
}
|
||||
)else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected){
|
||||
gamepad->stopVibration();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const bool operator<(const InputGroup&group1,const InputGroup&group2){
|
||||
@ -846,3 +1253,11 @@ const int Input::GetKeyCode()const{
|
||||
const bool InputEngageGroup::GetLabelVisible()const{
|
||||
return labelVisible;
|
||||
}
|
||||
|
||||
void Input::SetLightbar(const Pixel col){
|
||||
STEAMINPUT(
|
||||
for(int i=0;i<controllerCount;i++){
|
||||
SteamInput()->SetLEDColor(steamControllers[i],col.r,col.g,col.b,0);
|
||||
}
|
||||
)
|
||||
}
|
@ -46,6 +46,10 @@ All rights reserved.
|
||||
#include "IconType.h"
|
||||
#include "olcPGEX_ViewPort.h"
|
||||
#include "UndefKeys.h"
|
||||
#ifndef __EMSCRIPTEN__
|
||||
#include "steam/isteaminput.h"
|
||||
#endif
|
||||
#include "emscripten_compat.h"
|
||||
|
||||
class AiL;
|
||||
|
||||
@ -54,17 +58,68 @@ enum InputType{
|
||||
KEY,
|
||||
MOUSE,
|
||||
CONTROLLER,
|
||||
STEAM,
|
||||
ANALOG,
|
||||
};
|
||||
|
||||
enum class Axis{
|
||||
X,
|
||||
Y,
|
||||
};
|
||||
|
||||
namespace Steam{
|
||||
enum SteamInput{
|
||||
MOVE, //This is the left stick analog input. Whenever we use this, we assume left stick is being used.
|
||||
SCROLL, //This is the right stick analog input. Whenever we use this, we assume right stick is being used.
|
||||
BASIC_ATTACK,
|
||||
DEFENSIVE,
|
||||
MENU_PAUSE,
|
||||
ABILITY_1,
|
||||
ABILITY_2,
|
||||
ABILITY_3,
|
||||
ABILITY_4,
|
||||
ITEM_1,
|
||||
ITEM_2,
|
||||
ITEM_3,
|
||||
CONFIRM,
|
||||
BACK,
|
||||
FUNCTION_1,
|
||||
FUNCTION_2,
|
||||
UP,
|
||||
DOWN,
|
||||
LEFT,
|
||||
RIGHT,
|
||||
LOCK_UNLOCK_ACC,
|
||||
FAST_SCROLL_UP,
|
||||
FAST_SCROLL_DOWN,
|
||||
};
|
||||
};
|
||||
|
||||
using NumOfOrigins=uint8_t;
|
||||
|
||||
//A generic class that represents any type of input.
|
||||
class Input{
|
||||
friend class InputGroup;
|
||||
friend class State_MainMenu;
|
||||
friend class InputHelper;
|
||||
friend class Menu;
|
||||
friend class AiL;
|
||||
InputType type;
|
||||
int key; //This will be interpreted differently depending on input type.
|
||||
static bool usingGamepad;
|
||||
static void SetUsingGamepad(const bool usingGamepad);
|
||||
static std::array<std::unordered_map<Steam::SteamInput,std::pair<std::string,HWButton>>,STEAM_INPUT_MAX_COUNT>enumToActionName;
|
||||
static std::unordered_map<EInputActionOrigin,std::string>steamIconToGameIcon;
|
||||
static std::unordered_map<Steam::SteamInput,std::pair<NumOfOrigins,std::array<EInputActionOrigin,STEAM_INPUT_MAX_ORIGINS>>>steamGameInputToOrigin; //Store the origins that steam knows about inside either the gameplay or menu input arrays provided. These are pairs where the first item is the number of origins for this input and the second item is the array itself.
|
||||
static std::unordered_map<Steam::SteamInput,std::pair<NumOfOrigins,std::array<EInputActionOrigin,STEAM_INPUT_MAX_ORIGINS>>>steamGameInputToAnalogOrigin;
|
||||
static void Initialize();
|
||||
static void UpdateSteamInput();
|
||||
static std::array<InputHandle_t,STEAM_INPUT_MAX_COUNT>steamControllers;
|
||||
static uint8_t activeSteamControllerIndex;
|
||||
static uint8_t controllerCount;
|
||||
static std::vector<Steam::SteamInput>leftStickActionSets;
|
||||
static std::vector<Steam::SteamInput>rightStickActionSets;
|
||||
static void LoadSteamButtonIcons();
|
||||
public:
|
||||
Input(InputType type,int key);
|
||||
bool Pressed();
|
||||
@ -88,6 +143,9 @@ public:
|
||||
const Renderable&GetIcon(IconType type)const;
|
||||
const int GetKeyCode()const;
|
||||
friend const bool operator==(const Input&input1,const Input&input2);
|
||||
std::string GetProperIconName(std::string currentIconName)const;
|
||||
static void SetLightbar(const Pixel col);
|
||||
static uint64_t ingameControlsHandle;
|
||||
};
|
||||
|
||||
class InputGroup{
|
||||
@ -124,7 +182,7 @@ public:
|
||||
//Draws an input display with accompanying text centered at given position.
|
||||
void DrawPrimaryInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha)const;
|
||||
void DrawPrimaryInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,const InputType type,vf2d textScale={1.f,1.f})const;
|
||||
void DrawInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,const InputType type,vf2d textScale={1.f,1.f})const;
|
||||
void DrawInput(const std::variant<AiL*const,TileTransformedView*const,ViewPort*const>renderer,const vf2d pos,const std::string_view displayText,const uint8_t alpha,const InputType type,vf2d textScale={1.f,1.f},const std::string_view preDisplayText="")const;
|
||||
const std::optional<Input>GetPrimaryKey(InputType type)const;
|
||||
};
|
||||
|
||||
|
@ -111,6 +111,19 @@ void Menu::InitializeLevelCompleteWindow(){
|
||||
}
|
||||
},
|
||||
{ //Button Key
|
||||
{{game->KEY_SHOULDER2,Pressed},{[](MenuFuncData data){
|
||||
auto monsterLoot=Component<InventoryScrollableWindowComponent>(data.menu.GetType(),"Monster Loot Window");
|
||||
auto stageLoot=Component<InventoryScrollableWindowComponent>(data.menu.GetType(),"Stage Loot Window");
|
||||
if(!data.parentComponent.expired()){
|
||||
if(data.parentComponent.lock()->GetName()=="Monster Loot Window"&&monsterLoot->GetComponents().size()>0){
|
||||
return "Stage Loot";
|
||||
}else
|
||||
if(monsterLoot->GetComponents().size()>0){
|
||||
return "Monster Loot";
|
||||
}
|
||||
}
|
||||
return "";
|
||||
},[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{[](MenuFuncData data){
|
||||
auto monsterLoot=Component<InventoryScrollableWindowComponent>(data.menu.GetType(),"Monster Loot Window");
|
||||
auto stageLoot=Component<InventoryScrollableWindowComponent>(data.menu.GetType(),"Stage Loot Window");
|
||||
@ -214,6 +227,7 @@ void Menu::InitializeLevelCompleteWindow(){
|
||||
return;
|
||||
}else{
|
||||
returnData=selectedButton;
|
||||
return;
|
||||
}
|
||||
}
|
||||
DefaultBehavior{ //When nothing is found...
|
||||
@ -266,6 +280,7 @@ void Menu::InitializeLevelCompleteWindow(){
|
||||
return;
|
||||
}else{
|
||||
returnData=selectedButton;
|
||||
return;
|
||||
}
|
||||
}
|
||||
DefaultBehavior{ //When nothing is found...
|
||||
@ -398,6 +413,7 @@ void Menu::InitializeLevelCompleteWindow(){
|
||||
return;
|
||||
}else{
|
||||
returnData=selectedButton;
|
||||
return;
|
||||
}
|
||||
}
|
||||
DefaultBehavior{ //When nothing is found...
|
||||
@ -450,6 +466,7 @@ void Menu::InitializeLevelCompleteWindow(){
|
||||
return;
|
||||
}else{
|
||||
returnData=selectedButton;
|
||||
return;
|
||||
}
|
||||
}
|
||||
DefaultBehavior{ //When nothing is found...
|
||||
|
@ -139,6 +139,7 @@ void Menu::InitializeLoadGameWindow(){
|
||||
#endif
|
||||
{{game->KEY_CONFIRM},{"Load",[](MenuType type){}}},
|
||||
{{game->KEY_SCROLLVERT,Analog},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLDOWN,PressedDAS,InputEngageGroup::NOT_VISIBLE},{"Scroll",[](MenuType type){
|
||||
auto gameFilesList=Component<ScrollableWindowComponent>(type,"Game Files List");
|
||||
|
@ -389,6 +389,9 @@ void Menu::KeyboardButtonNavigation(AiL*game,vf2d menuPos){
|
||||
std::string selectionButtonName=selection.lock()->GetName();
|
||||
if(!selection.lock()->parentComponent.expired()){ //If a component has a parent, then we use the parent as the identifier for what should happen next.
|
||||
selectionButtonName=selection.lock()->parentComponent.lock()->GetName();
|
||||
if(!navigationGroups.count(selectionButtonName)){ //When there are no navigation groups, we want it to behave as if the other navigation groups defined for each button exists. This is more useful when the scrollable component does not have dynamic items, like the settings window.
|
||||
selectionButtonName=selection.lock()->GetName(); //Default back to our name as the navigation group handler.
|
||||
}
|
||||
}
|
||||
if(navigationGroups.count(selectionButtonName)){
|
||||
Navigation nav=navigationGroups[selectionButtonName];
|
||||
|
65
Adventures in Lestoria/MenuItemLoadoutButton.h
Normal file
@ -0,0 +1,65 @@
|
||||
#pragma region License
|
||||
/*
|
||||
License (OLC-3)
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Copyright 2024 Joshua Sigona <sigonasr2@gmail.com>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions or derivations of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions or derivative works in binary form must reproduce the above
|
||||
copyright notice. This list of conditions and the following disclaimer must be
|
||||
reproduced in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
Portions of this software are copyright © 2024 The FreeType
|
||||
Project (www.freetype.org). Please see LICENSE_FT.txt for more information.
|
||||
All rights reserved.
|
||||
*/
|
||||
#pragma endregion
|
||||
#include "MenuItemItemButton.h"
|
||||
#include "Key.h"
|
||||
|
||||
INCLUDE_game
|
||||
|
||||
class MenuItemLoadoutButton:public MenuItemItemButton{
|
||||
public:
|
||||
inline MenuItemLoadoutButton(geom2d::rect<float>rect,uint8_t itemLoadoutSlot,MenuFunc onClick,MenuFunc onHover,MenuFunc onMouseOut,std::string itemNameLabelName="",std::string itemDescriptionLabelName="",IconButtonAttr attributes=IconButtonAttr::SELECTABLE)
|
||||
:MenuItemItemButton(rect,game->GetLoadoutItem(itemLoadoutSlot),onClick,onHover,onMouseOut,itemNameLabelName,itemDescriptionLabelName,attributes),itemLoadoutSlot(itemLoadoutSlot){}
|
||||
virtual inline void DrawDecal(ViewPort&window,bool focused)override final{
|
||||
MenuItemItemButton::DrawDecal(window,focused);
|
||||
|
||||
switch(itemLoadoutSlot){
|
||||
case 0:{
|
||||
game->GetPlayer()->KEY_ITEM1.DrawPrimaryInput(&window,rect.middle()+vf2d{2.f,-25.f},"",255,Input::UsingGamepad()?CONTROLLER:KEY);
|
||||
}break;
|
||||
case 1:{
|
||||
game->GetPlayer()->KEY_ITEM2.DrawPrimaryInput(&window,rect.middle()+vf2d{2.f,-25.f},"",255,Input::UsingGamepad()?CONTROLLER:KEY);
|
||||
}break;
|
||||
case 2:{
|
||||
game->GetPlayer()->KEY_ITEM3.DrawPrimaryInput(&window,rect.middle()+vf2d{2.f,-25.f},"",255,Input::UsingGamepad()?CONTROLLER:KEY);
|
||||
}break;
|
||||
default:ERR(std::format("WARNING! Invalid Item Loadout slot given: {}",itemLoadoutSlot));
|
||||
}
|
||||
}
|
||||
private:
|
||||
uint8_t itemLoadoutSlot;
|
||||
};
|
@ -129,7 +129,7 @@ void Merchant::Initialize(){
|
||||
merchantCount++;
|
||||
}
|
||||
if(merchantCount==0)ERR(std::format("WARNING! No merchants available for Chapter {}!",chapter));
|
||||
std::cout<<std::format("Added {} merchants to Chapter {}",merchantCount,chapter)<<std::endl;
|
||||
LOG(std::format("Added {} merchants to Chapter {}",merchantCount,chapter));
|
||||
}
|
||||
Merchant::RandomizeTravelingMerchant();
|
||||
}
|
||||
@ -255,7 +255,7 @@ void Merchant::SetTravelingMerchant(std::string_view key){
|
||||
return;
|
||||
}
|
||||
}
|
||||
std::cout<<std::format("WARNING! Could not set traveling merchant with key {}!",std::string(key))<<std::endl;
|
||||
std::cout<<"Falling back to a randomized merchant."<<std::endl;
|
||||
LOG(std::format("WARNING! Could not set traveling merchant with key {}!",std::string(key)));
|
||||
LOG("Falling back to a randomized merchant.");
|
||||
RandomizeTravelingMerchant();
|
||||
}
|
@ -325,6 +325,7 @@ void Menu::InitializeMerchantWindow(){
|
||||
}
|
||||
}
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FACEUP,Pressed},{[](MenuFuncData data){
|
||||
if(Component<MenuComponent>(MERCHANT,"Buy Tab")->selected){
|
||||
|
@ -43,7 +43,6 @@ All rights reserved.
|
||||
#include "MenuComponent.h"
|
||||
#include "State_OverworldMap.h"
|
||||
#include "Map.h"
|
||||
#include "Unlock.h"
|
||||
#include "Tutorial.h"
|
||||
|
||||
INCLUDE_game
|
||||
@ -63,10 +62,6 @@ void Menu::InitializeOverworldMapLevelWindow(){
|
||||
levelSelectWindow->ADD("Spawns List",EncountersSpawnListScrollableWindowComponent)(geom2d::rect<float>{{1,64},{windowSize.x-2,84}},ComponentAttr::BACKGROUND)END;
|
||||
|
||||
levelSelectWindow->ADD("Enter Button",MenuComponent)(geom2d::rect<float>{{0,166},{windowSize.x-1,16}},"Enter",[](MenuFuncData data){
|
||||
if(State_OverworldMap::GetCurrentConnectionPoint().map=="HUB"&&Unlock::IsUnlocked("STORY_1_2")&&!Tutorial::TaskIsComplete(TutorialTaskName::BLACKSMITH)){
|
||||
Tutorial::SetNextTask(TutorialTaskName::BLACKSMITH);
|
||||
}
|
||||
|
||||
game->RestockLoadoutItems();
|
||||
|
||||
if(game->MAP_DATA[State_OverworldMap::GetCurrentConnectionPoint().map].skipLoadoutScreen||
|
||||
@ -94,9 +89,8 @@ void Menu::InitializeOverworldMapLevelWindow(){
|
||||
Component<MenuComponent>(type,"Enter Button")->Click();
|
||||
}
|
||||
}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Encounters",[](MenuType type){
|
||||
Component<EncountersSpawnListScrollableWindowComponent>(type,"Spawns List")->Scroll(-1.0f);
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Scroll Encounters",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Scroll Encounters",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLUP,Held,InputEngageGroup::NOT_VISIBLE},{"Scroll Encounters",[](MenuType type){
|
||||
Component<EncountersSpawnListScrollableWindowComponent>(type,"Spawns List")->Scroll(-1.0f);
|
||||
}}},
|
||||
|
@ -73,6 +73,9 @@ void Menu::InitializePauseWindow(){
|
||||
pauseWindow->ADD("Return to Camp Button",MenuComponent)(geom2d::rect<float>{{6.f,112.f},{84.f,24.f}},"Leave Area",[](MenuFuncData data){
|
||||
Component<MenuLabel>(LEVEL_COMPLETE,"Stage Complete Label")->SetLabel("Stage Summary");
|
||||
Component<MenuComponent>(LEVEL_COMPLETE,"Level Details Outline")->SetLabel("");
|
||||
|
||||
if(game->GetCurrentMapName()=="HUB")Unlock::UnlockCurrentMap(); //Special unlock for the hub area when leaving.
|
||||
|
||||
if(Unlock::IsUnlocked("STORY_1_1")){
|
||||
Component<MenuComponent>(LEVEL_COMPLETE,"Next Button")->Enable();
|
||||
}else{
|
||||
|
@ -263,7 +263,7 @@ float Player::GetSizeMult(){
|
||||
}
|
||||
|
||||
float Player::GetAttackRangeMult(){
|
||||
return attack_range;
|
||||
return attack_range*GetSizeMult();
|
||||
}
|
||||
|
||||
float Player::GetSpinAngle(){
|
||||
@ -293,6 +293,7 @@ void Player::Update(float fElapsedTime){
|
||||
notificationDisplay.second=std::max(0.f,notificationDisplay.second-fElapsedTime);
|
||||
lastHitTimer=std::max(0.f,lastHitTimer-fElapsedTime);
|
||||
lastPathfindingCooldown=std::max(0.f,lastPathfindingCooldown-fElapsedTime);
|
||||
lowHealthSoundPlayedTimer=std::max(0.f,lowHealthSoundPlayedTimer-fElapsedTime);
|
||||
if(hurtRumbleTime>0.f){
|
||||
hurtRumbleTime=std::max(0.f,hurtRumbleTime-fElapsedTime);
|
||||
if(hurtRumbleTime==0.f){
|
||||
@ -314,19 +315,19 @@ void Player::Update(float fElapsedTime){
|
||||
castInfo.castTimer-=fElapsedTime;
|
||||
if(castInfo.castTimer<=0){
|
||||
bool allowed=castPrepAbility->actionPerformedDuringCast;
|
||||
SetState(State::NORMAL);
|
||||
if(!allowed&&castPrepAbility->action(this,castInfo.castPos))allowed=true;
|
||||
if(allowed){
|
||||
castPrepAbility->cooldown=castPrepAbility->GetCooldownTime();
|
||||
ConsumeMana(castPrepAbility->manaCost);
|
||||
}
|
||||
castInfo.castTimer=0;
|
||||
SetState(State::NORMAL);
|
||||
}
|
||||
}
|
||||
|
||||
if(state==State::CASTING){
|
||||
if(!Audio::Engine().IsPlaying(cooldownSoundInstance)){
|
||||
Audio::Engine().SetVolume(cooldownSoundInstance,"Audio.Casting Sound Volume"_F/100.f);
|
||||
Audio::Engine().SetVolume(cooldownSoundInstance,Audio::GetCalculatedSFXVolume("Audio.Casting Sound Volume"_F/100.f));
|
||||
Audio::Engine().Play(cooldownSoundInstance,true);
|
||||
}
|
||||
}else{
|
||||
@ -604,6 +605,9 @@ void Player::Update(float fElapsedTime){
|
||||
|
||||
#pragma region Ranger
|
||||
if(GetState()==State::SHOOT_ARROW){
|
||||
if(rangerShootAnimationTimer>0.f){
|
||||
rangerShootAnimationTimer=std::max(0.f,rangerShootAnimationTimer-fElapsedTime);
|
||||
}else
|
||||
if(attack_cooldown_timer<=ARROW_ATTACK_COOLDOWN-0.3){
|
||||
SetState(State::NORMAL);
|
||||
}
|
||||
@ -720,7 +724,7 @@ bool Player::Hurt(int damage,bool onUpperLevel,float z){
|
||||
float finalPctDmgTaken=armorDmgTaken*otherDmgTaken;
|
||||
|
||||
if(finalPctDmgTaken<=6._Pct){
|
||||
std::cout<<"WARNING! Damage Reduction has somehow ended up below 6%, which is over the cap!"<<std::endl;
|
||||
LOG("WARNING! Damage Reduction has somehow ended up below 6%, which is over the cap!");
|
||||
}
|
||||
|
||||
finalPctDmgTaken=std::max(6.25_Pct,finalPctDmgTaken);//Apply Damage Cap.
|
||||
@ -744,6 +748,7 @@ bool Player::Hurt(int damage,bool onUpperLevel,float z){
|
||||
|
||||
hurtRumbleTime="Player.Hurt Rumble Time"_F;
|
||||
Input::StartVibration();
|
||||
Input::SetLightbar(PixelLerp(DARK_RED,GREEN,GetHealth()/GetMaxHealth()));
|
||||
|
||||
if(lastHitTimer>0){
|
||||
damageNumberPtr.get()->damage+=int(mod_dmg);
|
||||
@ -755,6 +760,12 @@ bool Player::Hurt(int damage,bool onUpperLevel,float z){
|
||||
}
|
||||
lastHitTimer=0.05f;
|
||||
|
||||
if(!lowHealthSoundPlayed&&lowHealthSoundPlayedTimer==0.f&&GetHealth()/GetMaxHealth()<="Player.Health Warning Pct"_F/100.f){
|
||||
SoundEffect::PlaySFX("Health Warning",SoundEffect::CENTERED);
|
||||
lowHealthSoundPlayed=true;
|
||||
lowHealthSoundPlayedTimer="Player.Health Warning Cooldown"_F;
|
||||
}
|
||||
|
||||
if(game->GetPlayer()->GetHealth()<game->GetPlayer()->GetMaxHealth()*0.5f&&!Tutorial::TaskIsComplete(TutorialTaskName::USE_RECOVERY_ITEMS)){
|
||||
Tutorial::SetNextTask(TutorialTaskName::USE_RECOVERY_ITEMS);
|
||||
}
|
||||
@ -799,6 +810,10 @@ void Player::CancelCast(){
|
||||
if(wasCasting){
|
||||
DAMAGENUMBER_LIST.push_back(std::make_shared<DamageNumber>(GetPos(),0,true,INTERRUPT));
|
||||
}
|
||||
if(state==State::CASTING){
|
||||
state=State::NORMAL;
|
||||
castPrepAbility->waitForRelease=true;
|
||||
}
|
||||
}
|
||||
|
||||
void Player::Moved(){
|
||||
@ -1002,6 +1017,7 @@ bool Player::Heal(int damage,bool suppressDamageNumber){
|
||||
if(!suppressDamageNumber&&damage>0){
|
||||
DAMAGENUMBER_LIST.push_back(std::make_shared<DamageNumber>(GetPos(),damage,true,HEALTH_GAIN));
|
||||
}
|
||||
Input::SetLightbar(PixelLerp(DARK_RED,GREEN,GetHealth()/GetMaxHealth()));
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -1269,6 +1285,10 @@ void Player::PerformHPRecovery(){
|
||||
if(GetHealth()<GetMaxHealth()){
|
||||
Heal(hpRecoveryAmt);
|
||||
}
|
||||
|
||||
if(GetHealth()/GetMaxHealth()>"Player.Health Warning Pct"_F/100.f){
|
||||
lowHealthSoundPlayed=false;
|
||||
}
|
||||
}
|
||||
|
||||
const float Player::GetDamageReductionPct()const{
|
||||
@ -1369,12 +1389,15 @@ const vf2d Player::GetAimingLocation(bool useWalkDir,bool invert){
|
||||
if(UsingAutoAim()){
|
||||
float xAxis=0.f,yAxis=0.f;
|
||||
|
||||
if(useWalkDir&&movementVelocity!=vf2d{0,0}){
|
||||
xAxis=aimingAngle.cart().x;
|
||||
yAxis=aimingAngle.cart().y;
|
||||
}
|
||||
|
||||
#pragma region Manual Aiming
|
||||
STEAMINPUT(
|
||||
if(fabs(game->KEY_SCROLLHORZ_R.Analog())>0.f){
|
||||
xAxis=game->KEY_SCROLLHORZ_R.Analog();
|
||||
}
|
||||
if(fabs(game->KEY_SCROLLVERT_R.Analog())>0.f){
|
||||
yAxis=game->KEY_SCROLLVERT_R.Analog();
|
||||
}
|
||||
)else{
|
||||
for(GamePad*gamepad:GamePad::getGamepads()){
|
||||
if(gamepad->stillConnected){
|
||||
if(fabs(gamepad->getAxis(GPAxes::RX))>0.f){
|
||||
@ -1388,7 +1411,17 @@ const vf2d Player::GetAimingLocation(bool useWalkDir,bool invert){
|
||||
if(xAxis!=0.f||yAxis!=0.f)break; //Found a controller, so we're good to break.
|
||||
}
|
||||
}
|
||||
}
|
||||
#pragma endregion
|
||||
if(xAxis!=0.f||yAxis!=0.f){
|
||||
return {(game->ScreenWidth()*xAxis)/2+game->ScreenWidth()/2,(game->ScreenHeight()*yAxis)/2+game->ScreenHeight()/2};
|
||||
}else{
|
||||
|
||||
if(useWalkDir&&movementVelocity!=vf2d{0,0}){
|
||||
xAxis=aimingAngle.cart().x;
|
||||
yAxis=aimingAngle.cart().y;
|
||||
}
|
||||
|
||||
if(xAxis!=0.f||yAxis!=0.f){
|
||||
return {(game->ScreenWidth()*xAxis)/2+game->ScreenWidth()/2,(game->ScreenHeight()*yAxis)/2+game->ScreenHeight()/2};
|
||||
}else{
|
||||
@ -1410,6 +1443,7 @@ const vf2d Player::GetAimingLocation(bool useWalkDir,bool invert){
|
||||
}else
|
||||
return game->GetScreenSize()/2+vf2d{float(operator""_Pixels("Player.Aiming Cursor Max Distance"_F)),aimingAngle.y}.cart();
|
||||
}
|
||||
}
|
||||
}else{
|
||||
return game->GetMousePos();
|
||||
}
|
||||
|
@ -177,6 +177,7 @@ public:
|
||||
//Return false if healing was not possible.
|
||||
bool Heal(int damage,bool suppressDamageNumber=false);
|
||||
//specificClass is a bitwise-combination of classes from the Class enum. It makes sure certain animations only play if you are a certain class.
|
||||
//Set force to true to force the animation to restart evne if the animation were already playing.
|
||||
void UpdateAnimation(std::string animState,int specificClass=ANY);
|
||||
Animate2D::Frame GetFrame();
|
||||
Key GetLastReleasedMovementKey();
|
||||
@ -313,6 +314,9 @@ private:
|
||||
//Typical usage is playerInvoked is true on first call, and playerInvoked is false on all subsequent chained calls.
|
||||
bool _SetY(float y,const bool playerInvoked=true);
|
||||
const bool UsingAutoAim()const;
|
||||
bool lowHealthSoundPlayed=false;
|
||||
float lowHealthSoundPlayedTimer=0.f;
|
||||
float rangerShootAnimationTimer=0.f;
|
||||
protected:
|
||||
const float ATTACK_COOLDOWN="Warrior.Auto Attack.Cooldown"_F;
|
||||
const float MAGIC_ATTACK_COOLDOWN="Wizard.Auto Attack.Cooldown"_F;
|
||||
|
@ -114,6 +114,8 @@ void Ranger::InitializeClassAbilities(){
|
||||
[](Player*p,vf2d pos={}){
|
||||
vf2d arrowVelocity=util::pointTo(p->GetPos(),p->GetWorldAimingLocation());
|
||||
BULLET_LIST.push_back(std::make_unique<ChargedArrow>(p->GetPos(),arrowVelocity*"Ranger.Ability 2.Speed"_F,12*"Ranger.Ability 2.Radius"_F/100,p->GetAttack()*"Ranger.Ability 2.DamageMult"_F,p->OnUpperLevel(),true));
|
||||
p->SetState(State::SHOOT_ARROW);
|
||||
p->rangerShootAnimationTimer=0.3f;
|
||||
p->SetAnimationBasedOnTargetingDirection(atan2(arrowVelocity.y,arrowVelocity.x));
|
||||
game->SetupWorldShake("Ranger.Ability 2.WorldShakeTime"_F);
|
||||
p->Knockback(-1.f*arrowVelocity.norm()*"Ranger.Ability 2.Knockback"_F);
|
||||
@ -139,6 +141,8 @@ void Ranger::InitializeClassAbilities(){
|
||||
vf2d extendedLine=pointTowardsCursor.upoint(1.1f);
|
||||
BULLET_LIST.push_back(std::make_unique<Arrow>(Arrow(p->GetPos(),extendedLine,vf2d{cos(newAngle)*"Ranger.Ability 3.ArrowSpd"_F,float(sin(newAngle)*"Ranger.Ability 3.ArrowSpd"_F-PI/8*"Ranger.Ability 3.ArrowSpd"_F)}+p->movementVelocity,12*"Ranger.Ability 3.ArrowRadius"_F/100,int(p->GetAttack()*"Ranger.Ability 3.DamageMult"_F),p->OnUpperLevel(),true)));
|
||||
}
|
||||
p->rangerShootAnimationTimer=0.3f;
|
||||
p->SetState(State::SHOOT_ARROW);
|
||||
p->SetAnimationBasedOnTargetingDirection(shootingAngle);
|
||||
SoundEffect::PlaySFX("Ranger.Ability 3.Sound"_S,SoundEffect::CENTERED);
|
||||
return true;
|
||||
|
@ -112,19 +112,17 @@ const void SaveFile::SaveGame(){
|
||||
saveFile["Player"]["Base Stats"][std::string(attr.ActualName())].SetReal(val);
|
||||
}
|
||||
for(const std::string&unlockName:Unlock::unlocks){
|
||||
saveFile["Unlocks"][unlockName].SetString("True");
|
||||
if(unlockName=="WORLD_MAP")continue; //This is a special exception, because the world map is not an actual stage.
|
||||
saveFile["Unlocks"][unlockName].SetString("True");
|
||||
|
||||
auto opt_cp=State_OverworldMap::ConnectionPointFromString(unlockName);
|
||||
if(!opt_cp.has_value()){ERR(std::format("WARNING! Could not find connection point {}! THIS SHOULD NOT BE HAPPENING! Potential invalid unlock name.",unlockName));
|
||||
}else{
|
||||
if(!opt_cp.has_value())continue; //Harmless, we probably just deleted the map.
|
||||
if(opt_cp.value()->Visited()){
|
||||
saveFile["Unlocks"][unlockName].SetString("True",1U);
|
||||
}else{
|
||||
saveFile["Unlocks"][unlockName].SetString("False",1U);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for(auto&[taskName,task]:Tutorial::taskList){
|
||||
saveFile["Tutorial"][std::to_string(int(taskName))].SetBool(Tutorial::TaskIsComplete(taskName));
|
||||
@ -164,11 +162,14 @@ const void SaveFile::SaveGame(){
|
||||
#pragma region Save System Settings
|
||||
saveSystemFile["BGM Level"].SetReal(Audio::GetBGMVolume());
|
||||
saveSystemFile["SFX Level"].SetReal(Audio::GetSFXVolume());
|
||||
saveSystemFile["Show Max Health"].SetBool(GameSettings::ShowMaxHealth());
|
||||
saveSystemFile["Show Max Mana"].SetBool(GameSettings::ShowMaxMana());
|
||||
saveSystemFile["Screen Shake"].SetBool(GameSettings::ScreenShakeEnabled());
|
||||
saveSystemFile["Controller Rumble"].SetBool(GameSettings::RumbleEnabled());
|
||||
saveSystemFile["Terrain Collision Boxes"].SetBool(GameSettings::TerrainCollisionBoxesEnabled());
|
||||
saveSystemFile["Keyboard Auto-Aim"].SetBool(GameSettings::KeyboardAutoAimEnabled());
|
||||
saveSystemFile["Controller Icons"].SetInt(int(GameSettings::GetIconType()));
|
||||
saveSystemFile["VSync"].SetBool(GameSettings::VSyncEnabled());
|
||||
|
||||
saveSystemFile["Window Pos"].SetInt(game->GetActualWindowPos().x,0);
|
||||
saveSystemFile["Window Pos"].SetInt(game->GetActualWindowPos().y,1);
|
||||
@ -208,11 +209,11 @@ const void SaveFile::SaveGame(){
|
||||
if(response!="ERR"){
|
||||
Server_SaveFile([](std::string_view response){
|
||||
if(response=="ERR"){
|
||||
std::cout<<"WARNING! Could not save data to server!"<<std::endl;
|
||||
LOG("WARNING! Could not save data to server!");
|
||||
}
|
||||
});
|
||||
}else{
|
||||
std::cout<<"WARNING! Could not save metadata to server!"<<std::endl;
|
||||
LOG("WARNING! Could not save metadata to server!");
|
||||
}
|
||||
};
|
||||
Server_SaveMetadataFile(RetryResponse);
|
||||
@ -227,9 +228,9 @@ const void SaveFile::SaveGame(){
|
||||
}
|
||||
std::string contents=fileContents.str();
|
||||
emscripten_idb_async_store("/assets",("save_file_path"_S+std::format("save.{:04}",saveFileID)).c_str(),contents.data(),contents.length(),0,[](void*arg){
|
||||
std::cout<<"Successfully saved save file "<<saveFileID<<"!"<<std::endl;
|
||||
LOG("Successfully saved save file "<<saveFileID<<"!");
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to save save file "<<saveFileID<<"!"<<std::endl;
|
||||
LOG("Failed to save save file "<<saveFileID<<"!");
|
||||
});
|
||||
|
||||
file.close();
|
||||
@ -245,9 +246,9 @@ const void SaveFile::SaveGame(){
|
||||
}
|
||||
std::string metaContents=metafileContents.str();
|
||||
emscripten_idb_async_store("/assets",("save_file_path"_S+"metadata.dat").c_str(),metaContents.data(),metaContents.length(),0,[](void*arg){
|
||||
std::cout<<"Successfully saved metafile!"<<std::endl;
|
||||
LOG("Successfully saved metafile!");
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to save save metafile!"<<std::endl;
|
||||
LOG("Failed to save save metafile!");
|
||||
});
|
||||
|
||||
metafile.close();
|
||||
@ -262,9 +263,9 @@ const void SaveFile::SaveGame(){
|
||||
}
|
||||
std::string systemContents=systemFileContents.str();
|
||||
emscripten_idb_async_store("/assets",("save_file_path"_S+"system.conf").c_str(),systemContents.data(),systemContents.length(),0,[](void*arg){
|
||||
std::cout<<"Successfully saved system file!"<<std::endl;
|
||||
LOG("Successfully saved system file!");
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to save system file!"<<std::endl;
|
||||
LOG("Failed to save system file!");
|
||||
});
|
||||
|
||||
systemfile.close();
|
||||
@ -314,14 +315,16 @@ void SaveFile::LoadFile(){
|
||||
for(auto&[key,data]:loadFile["Player"]["Base Stats"].GetOrderedKeys()){
|
||||
game->GetPlayer()->SetBaseStat(key,data.GetReal());
|
||||
}
|
||||
if(loadFile.HasProperty("Unlocks")){
|
||||
for(const auto&[key,data]:loadFile["Unlocks"].GetOrderedKeys()){
|
||||
Unlock::UnlockArea(key);
|
||||
if(data.GetValueCount()>1&&data.GetBool(1U)){
|
||||
auto opt_cp=State_OverworldMap::ConnectionPointFromString(key);
|
||||
if(!opt_cp)ERR(std::format("WARNING! Could not find connection point {}! THIS SHOULD NOT BE HAPPENING! Potential invalid unlock name.",key))
|
||||
if(!opt_cp)continue; //Harmless, it just means the connection point used to exist and doesn't anymore.
|
||||
else opt_cp.value()->SetVisited();
|
||||
}
|
||||
}
|
||||
}
|
||||
if(State_OverworldMap::HasStageMarker(loadFile["Overworld Map Location"].GetString())){
|
||||
State_OverworldMap::SetStageMarker(loadFile["Overworld Map Location"].GetString());
|
||||
}
|
||||
@ -364,7 +367,7 @@ void SaveFile::LoadFile(){
|
||||
|
||||
GameState::ChangeState(States::OVERWORLD_MAP,0.5f);
|
||||
}else{
|
||||
std::cout<<std::format("WARNING! File {} does not exist for loading!","save_file_path"_S+std::format("save.{:04}",saveFileID))<<std::endl;
|
||||
LOG(std::format("WARNING! File {} does not exist for loading!","save_file_path"_S+std::format("save.{:04}",saveFileID)));
|
||||
}
|
||||
};
|
||||
|
||||
@ -380,12 +383,12 @@ const void SaveFile::LoadGame(){
|
||||
file.close();
|
||||
LoadFile();
|
||||
}else{
|
||||
std::cout<<"WARNING! Could not load save file!"<<std::endl;
|
||||
LOG("WARNING! Could not load save file!");
|
||||
}
|
||||
});
|
||||
}else{
|
||||
emscripten_idb_async_load("/assets",("save_file_path"_S+std::format("save.{:04}",saveFileID)).c_str(),0,[](void*arg,void*data,int length){
|
||||
std::cout<<"Loaded Save File "<<saveFileID<<" successfully!"<<std::endl;
|
||||
LOG("Loaded Save File "<<saveFileID<<" successfully!");
|
||||
|
||||
std::string rawMetadata=(char*)data;
|
||||
std::ofstream file("save_file_path"_S+std::format("save.{:04}",saveFileID));
|
||||
@ -395,7 +398,7 @@ const void SaveFile::LoadGame(){
|
||||
file.close();
|
||||
LoadFile();
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to load Save File "<<saveFileID<<"!"<<std::endl;
|
||||
LOG("Failed to load Save File "<<saveFileID<<"!");
|
||||
});
|
||||
}
|
||||
#else
|
||||
@ -431,7 +434,7 @@ const void SaveFile::SetSaveFileOfflineID_TransitionToOverworldMap(){
|
||||
SaveFile::saveFileID=saveFileCount;
|
||||
GameState::ChangeState(States::OVERWORLD_MAP);
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to load metadata! Initializing as save file 0."<<std::endl;
|
||||
LOG("Failed to load metadata! Initializing as save file 0.");
|
||||
SaveFile::saveFileID=0; //Since we couldn't find metadata, we are assuming we start at save file 0.
|
||||
GameState::ChangeState(States::OVERWORLD_MAP);
|
||||
});
|
||||
@ -492,7 +495,7 @@ const void SaveFile::UpdateSaveGameData(std::function<void()>afterSaveGameDataUp
|
||||
gameFilesList->RemoveAllComponents();
|
||||
#ifdef __EMSCRIPTEN__
|
||||
emscripten_idb_async_load("/assets",("save_file_path"_S+"metadata.dat").c_str(),0,[](void*arg,void*data,int length){
|
||||
std::cout<<"Loaded metadata successfully!"<<std::endl;
|
||||
LOG("Loaded metadata successfully!");
|
||||
auto gameFilesList=Component<ScrollableWindowComponent>(LOAD_GAME,"Game Files List");
|
||||
|
||||
std::string rawMetadata=(char*)data;
|
||||
@ -519,7 +522,7 @@ const void SaveFile::UpdateSaveGameData(std::function<void()>afterSaveGameDataUp
|
||||
}
|
||||
SaveFile::afterSaveGameDataUpdate();
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to load metadata!"<<std::endl;
|
||||
LOG("Failed to load metadata!");
|
||||
SaveFile::afterSaveGameDataUpdate();
|
||||
});
|
||||
#endif
|
||||
@ -630,9 +633,9 @@ const void SaveFile::Server_SaveMetadataFile(std::function<void(std::string_view
|
||||
std::string contents=fileContents.str();
|
||||
#ifdef __EMSCRIPTEN__
|
||||
emscripten_idb_async_store("/assets",("save_file_path"_S+"metadata.dat"+"_online").c_str(),contents.data(),contents.length(),0,[](void*arg){
|
||||
std::cout<<"Saved metadata successfully!"<<std::endl;
|
||||
LOG("Saved metadata successfully!");
|
||||
},[](void*arg){
|
||||
std::cout<<"Failed to save metadata!"<<std::endl;
|
||||
LOG("Failed to save metadata!");
|
||||
});
|
||||
#endif
|
||||
game->SendRequest("save_server"_S,CreateServerRequest(SaveFileOperation::SAVE_METADATA_FILE,fileContents.str()));
|
||||
|
@ -87,7 +87,7 @@ public:
|
||||
|
||||
removedCount+=Menu::menus[parentMenu]->components.erase(componentName);
|
||||
if(removedCount!=1){
|
||||
std::cout<<"WARNING! Attempted to remove subbuttons from button listing, but not found!";
|
||||
LOG("WARNING! Attempted to remove subbuttons from button listing, but not found!");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -103,7 +103,7 @@ public:
|
||||
|
||||
removedCount+=Menu::menus[parentMenu]->components.erase(button.lock()->GetName());
|
||||
if(removedCount!=1){
|
||||
std::cout<<"WARNING! Attempted to remove buttons from button listing, but not found!";
|
||||
LOG("WARNING! Attempted to remove buttons from button listing, but not found!");
|
||||
}
|
||||
CalculateBounds();
|
||||
}
|
||||
@ -186,17 +186,7 @@ protected:
|
||||
|
||||
bool mouseOverScrollbar=geom2d::overlaps(geom2d::rect<float>(windowAbsPos+vf2d{rect.size.x-12,scrollBarTop+12},{12,scrollBarHeight}),game->GetMousePos());
|
||||
|
||||
if(mouseOverScrollbar||scrollBarSelected){
|
||||
scrollBarHoverTime=std::min(scrollBarHoverTime+game->GetElapsedTime(),"ThemeGlobal.HighlightTime"_F);
|
||||
if(game->GetMouse(0).bPressed&&!geom2d::contains(rect,bounds)){
|
||||
scrollBarSelected=true;
|
||||
}
|
||||
if(game->GetMouse(0).bReleased){
|
||||
scrollBarSelected=false;
|
||||
Menu::scrolling=false;
|
||||
}
|
||||
if(scrollBarSelected){
|
||||
Menu::scrolling=true;
|
||||
auto ScrollToClickedPosition=[&](){
|
||||
float spaceBetweenTopAndBottomArrows=rect.size.y-24;
|
||||
float viewHeight=rect.size.y;
|
||||
|
||||
@ -206,9 +196,31 @@ protected:
|
||||
//The scroll amount moves centered on the position the mouse is at.
|
||||
float newScrollbarTop=(game->GetMousePos().y-windowAbsPos.y-12)-scrollBarHeight/2;
|
||||
SetScrollAmount({GetScrollAmount().x,(-newScrollbarTop+1)/scrollBarScale});
|
||||
};
|
||||
|
||||
if(mouseOverScrollbar||scrollBarSelected){
|
||||
scrollBarHoverTime=std::min(scrollBarHoverTime+game->GetElapsedTime(),"ThemeGlobal.HighlightTime"_F);
|
||||
if(game->GetMouse(0).bPressed&&!geom2d::contains(rect,bounds)){
|
||||
scrollBarSelected=true;
|
||||
Menu::menus[parentMenu]->alreadyClicked=true;
|
||||
}
|
||||
if(game->GetMouse(0).bReleased){
|
||||
scrollBarSelected=false;
|
||||
Menu::scrolling=false;
|
||||
}
|
||||
if(scrollBarSelected){
|
||||
Menu::scrolling=true;
|
||||
ScrollToClickedPosition();
|
||||
}
|
||||
}else{
|
||||
scrollBarHoverTime=std::max(scrollBarHoverTime-game->GetElapsedTime(),0.f);
|
||||
//It's possible to still scroll by clicking outside the scrollbar but in the scroll region.
|
||||
if(game->GetMouse(0).bHeld&&!geom2d::contains(rect,bounds)&&
|
||||
geom2d::overlaps(geom2d::rect<float>(windowAbsPos+vf2d{rect.size.x-12.f,12.f},{12.f,rect.size.y-12.f}),game->GetMousePos())){
|
||||
ScrollToClickedPosition();
|
||||
scrollBarSelected=true;
|
||||
Menu::menus[parentMenu]->alreadyClicked=true;
|
||||
}
|
||||
}
|
||||
|
||||
if(game->GetMouseWheel()!=0){
|
||||
|
@ -136,6 +136,7 @@ void Menu::InitializeSellItemWindow(){
|
||||
},[](MenuType type){
|
||||
Component<MenuComponent>(type,"Sell Button")->Click();
|
||||
}}},
|
||||
{{game->KEY_SHOULDER2,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_SHOULDER,Pressed},{"Qty Up/Down",[](MenuType type){}}},
|
||||
{{game->KEY_FASTSCROLLDOWN,PressedDAS},{"",[](MenuType type){
|
||||
Component<MenuComponent>(type,"Increase sell amount Button")->Click();
|
||||
|
@ -50,6 +50,7 @@ All rights reserved.
|
||||
#include "InputDisplayComponent.h"
|
||||
#include "GameSettings.h"
|
||||
#include "MenuIconButton.h"
|
||||
#include "ScrollableWindowComponent.h"
|
||||
|
||||
INCLUDE_DATA
|
||||
INCLUDE_game
|
||||
@ -57,10 +58,15 @@ INCLUDE_WINDOW_SIZE
|
||||
|
||||
using A=Attribute;
|
||||
|
||||
#define UNLOCK_ALL_BUTTON
|
||||
#undef UNLOCK_ALL_BUTTON //Comment out to enable unlock all button.
|
||||
|
||||
void Menu::InitializeSettingsWindow(){
|
||||
vf2d windowSize=WINDOW_SIZE-vf2d{28,28};
|
||||
Menu*settingsWindow=CreateMenu(SETTINGS,CENTERED,windowSize);
|
||||
|
||||
#pragma region Unlock All Button
|
||||
#ifdef UNLOCK_ALL_BUTTON
|
||||
settingsWindow->ADD("Unlock All Button",MenuComponent)(geom2d::rect<float>{{4,windowSize.y-20},{72,12}},"Unlock All",[](MenuFuncData data){
|
||||
if(Menu::IsCurrentlyActive(SETTINGS)){
|
||||
for(auto&cp:State_OverworldMap::connections){
|
||||
@ -70,13 +76,18 @@ void Menu::InitializeSettingsWindow(){
|
||||
}
|
||||
return true;
|
||||
})END;
|
||||
#endif
|
||||
#pragma endregion
|
||||
|
||||
settingsWindow->ADD("Settings Label",MenuLabel)(geom2d::rect<float>{{4,4},vf2d{windowSize.x-20,24}},"Game Settings",2.f,ComponentAttr::BACKGROUND|ComponentAttr::OUTLINE|ComponentAttr::SHADOW)END;
|
||||
settingsWindow->ADD("Settings Label",MenuLabel)(geom2d::rect<float>{{4,4},vf2d{windowSize.x-8,24}},"Game Settings",2.f,ComponentAttr::BACKGROUND|ComponentAttr::OUTLINE|ComponentAttr::SHADOW)END;
|
||||
|
||||
settingsWindow->F(A::LAST_BGM_VOLUME)=1.f;
|
||||
settingsWindow->F(A::LAST_SFX_VOLUME)=1.f;
|
||||
|
||||
settingsWindow->ADD("BGM Slider",Slider)(geom2d::rect<float>{vf2d{windowSize.x/2-64,32},{172,16}},"BGM Volume:",Audio::GetBGMVolume(),[](float val){
|
||||
//windowsize.y-20
|
||||
auto settingsList=settingsWindow->ADD("Settings Scroll List",ScrollableWindowComponent)(geom2d::rect<float>{{4,32},{windowSize.x-8,windowSize.y-56}})END;
|
||||
|
||||
settingsList->ADD("BGM Slider",Slider)(geom2d::rect<float>{vf2d{windowSize.x/2-64,0},{172,16}},"BGM Volume:",Audio::GetBGMVolume(),[](float val){
|
||||
if(Menu::IsCurrentlyActive(SETTINGS)){
|
||||
if(abs(Menu::menus[SETTINGS]->F(A::LAST_BGM_VOLUME)-val)>=0.04f){
|
||||
SoundEffect::PlaySFX("Change Volume",SoundEffect::CENTERED);
|
||||
@ -85,7 +96,7 @@ void Menu::InitializeSettingsWindow(){
|
||||
Audio::SetBGMVolume(val);
|
||||
}
|
||||
})END;
|
||||
settingsWindow->ADD("SFX Slider",Slider)(geom2d::rect<float>{vf2d{windowSize.x/2-64,52},{172,16}},"SFX Volume:",Audio::GetSFXVolume(),[](float val){
|
||||
settingsList->ADD("SFX Slider",Slider)(geom2d::rect<float>{vf2d{windowSize.x/2-64,20},{172,16}},"SFX Volume:",Audio::GetSFXVolume(),[](float val){
|
||||
if(Menu::IsCurrentlyActive(SETTINGS)){
|
||||
if(abs(Menu::menus[SETTINGS]->F(A::LAST_SFX_VOLUME)-val)>=0.04f){
|
||||
SoundEffect::PlaySFX("Change Volume",SoundEffect::CENTERED);
|
||||
@ -93,12 +104,24 @@ void Menu::InitializeSettingsWindow(){
|
||||
}
|
||||
}
|
||||
})END;
|
||||
settingsWindow->ADD("Screen Shake Checkbox",Checkbox)(geom2d::rect<float>{{4.f,72},{16.f,16.f}},[](ToggleFuncData data){
|
||||
|
||||
settingsList->ADD("Show Max HP Checkbox",Checkbox)(geom2d::rect<float>{{4.f,40},{16.f,16.f}},[](ToggleFuncData data){
|
||||
GameSettings::SetMaxHealthDisplay(data.checked);
|
||||
return true;
|
||||
},GameSettings::ShowMaxHealth())END;
|
||||
settingsList->ADD("Show Max HP Label",MenuLabel)(geom2d::rect<float>{{22.f,40},{windowSize.x/2-24.f,16.f}},"Show Max Health",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
settingsList->ADD("Show Max Mana Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,40},{16.f,16.f}},[](ToggleFuncData data){
|
||||
GameSettings::SetMaxManaDisplay(data.checked);
|
||||
return true;
|
||||
},GameSettings::ShowMaxMana())END;
|
||||
settingsList->ADD("Show Max Mana Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,40},{windowSize.x/2-24.f,16.f}},"Show Max Mana",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
|
||||
settingsList->ADD("Screen Shake Checkbox",Checkbox)(geom2d::rect<float>{{4.f,60},{16.f,16.f}},[](ToggleFuncData data){
|
||||
GameSettings::SetScreenShake(data.checked);
|
||||
return true;
|
||||
},true)END;
|
||||
settingsWindow->ADD("Screen Shake Label",MenuLabel)(geom2d::rect<float>{{22.f,72},{windowSize.x/2-24.f,16.f}},"Screen Shake",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
settingsWindow->ADD("Controller Rumble Checkbox",Checkbox)(geom2d::rect<float>{{4.f,92},{16.f,16.f}},[](ToggleFuncData data){
|
||||
},GameSettings::ScreenShakeEnabled())END;
|
||||
settingsList->ADD("Screen Shake Label",MenuLabel)(geom2d::rect<float>{{22.f,60},{windowSize.x/2-24.f,16.f}},"Screen Shake",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
settingsList->ADD("Controller Rumble Checkbox",Checkbox)(geom2d::rect<float>{{4.f,80},{16.f,16.f}},[](ToggleFuncData data){
|
||||
if(Menu::IsCurrentlyActive(SETTINGS)){
|
||||
GameSettings::SetRumble(data.checked);
|
||||
if(GameSettings::RumbleEnabled(GameSettings::OVERRIDE)){
|
||||
@ -109,21 +132,28 @@ void Menu::InitializeSettingsWindow(){
|
||||
}
|
||||
}
|
||||
return true;
|
||||
},true)END;
|
||||
settingsWindow->ADD("Controller Rumble Label",MenuLabel)(geom2d::rect<float>{{22.f,92},{windowSize.x/2-24.f,16.f}},"Gamepad Rumble",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
},GameSettings::RumbleEnabled())END;
|
||||
settingsList->ADD("Controller Rumble Label",MenuLabel)(geom2d::rect<float>{{22.f,80},{windowSize.x/2-24.f,16.f}},"Gamepad Rumble",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
|
||||
settingsWindow->ADD("Terrain Collision Boxes Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,72},{16.f,16.f}},[](ToggleFuncData data){
|
||||
auto vsyncToggle=settingsList->ADD("VSync Checkbox",Checkbox)(geom2d::rect<float>{{4.f,100},{16.f,16.f}},[](ToggleFuncData data){
|
||||
game->SetVSync(data.checked);
|
||||
GameSettings::SetVSync(data.checked);
|
||||
return true;
|
||||
},GameSettings::VSyncEnabled())END;
|
||||
auto vsyncToggleLabel=settingsList->ADD("VSync Toggle Label",MenuLabel)(geom2d::rect<float>{{22.f,100},{windowSize.x/2-36.f,16.f}},"VSync",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
|
||||
settingsList->ADD("Terrain Collision Boxes Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,60},{16.f,16.f}},[](ToggleFuncData data){
|
||||
GameSettings::SetTerrainCollisionBoxes(data.checked);
|
||||
return true;
|
||||
},true)END;
|
||||
settingsWindow->ADD("Terrain Collision Boxes Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,72},{windowSize.x/2-24.f,16.f}},"Terrain Collision Boxes",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
settingsWindow->ADD("Keyboard Play Auto-Aim Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,92},{16.f,16.f}},[](ToggleFuncData data){
|
||||
},GameSettings::TerrainCollisionBoxesEnabled())END;
|
||||
settingsList->ADD("Terrain Collision Boxes Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,60},{windowSize.x/2-36.f,16.f}},"Terrain Collision Boxes",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
settingsList->ADD("Keyboard Play Auto-Aim Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,80},{16.f,16.f}},[](ToggleFuncData data){
|
||||
GameSettings::SetKeyboardAutoAim(data.checked);
|
||||
return true;
|
||||
},false)END;
|
||||
settingsWindow->ADD("Keyboard Play Auto-Aim Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,92},{windowSize.x/2-24.f,16.f}},"Aim Assist\n(No Mouse Players)",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
},GameSettings::KeyboardAutoAimEnabled())END;
|
||||
settingsList->ADD("Keyboard Play Auto-Aim Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,80},{windowSize.x/2-36.f,16.f}},"Aim Assist\n(No Mouse Players)",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
|
||||
auto fullscreenToggle=settingsWindow->ADD("Fullscreen Toggle Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,112},{16.f,16.f}},[](ToggleFuncData data){
|
||||
auto fullscreenToggle=settingsList->ADD("Fullscreen Toggle Checkbox",Checkbox)(geom2d::rect<float>{{windowSize.x/2+4.f,100},{16.f,16.f}},[](ToggleFuncData data){
|
||||
if(data.checked){ //When going to fullscreen mode, the windowed mode positioning needs to be saved to be restored later.
|
||||
GameSettings::SetWindowPos(game->GetActualWindowPos());
|
||||
}
|
||||
@ -133,13 +163,13 @@ void Menu::InitializeSettingsWindow(){
|
||||
game->SetFullscreen(data.checked,GameSettings::GetWindowPos());
|
||||
return true;
|
||||
},game->IsFullscreen())END;
|
||||
auto fullscreenToggleLabel=settingsWindow->ADD("Fullscreen Toggle Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,112},{windowSize.x/2-24.f,16.f}},"Fullscreen",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
auto fullscreenToggleLabel=settingsList->ADD("Fullscreen Toggle Label",MenuLabel)(geom2d::rect<float>{{windowSize.x/2+22.f,100},{windowSize.x/2-36.f,16.f}},"Fullscreen",1.f,ComponentAttr::SHADOW|ComponentAttr::LEFT_ALIGN)END;
|
||||
#ifdef __EMSCRIPTEN__
|
||||
fullscreenToggle->Disable();
|
||||
fullscreenToggleLabel->Disable();
|
||||
#endif
|
||||
|
||||
settingsWindow->ADD("Button Set Toggle Box",MenuIconButton)(geom2d::rect<float>{{windowSize.x/8.f,112},{windowSize.x/4.f,16.f}},GFX["themes/xb.png"].Decal(),[](MenuFuncData data){
|
||||
settingsList->ADD("Button Set Toggle Box",MenuIconButton)(geom2d::rect<float>{{windowSize.x/2.f-windowSize.x/8.f-6.f,120.f},{windowSize.x/4.f,16.f}},GFX["themes/xb.png"].Decal(),[](MenuFuncData data){
|
||||
switch(GameSettings::GetIconType()){
|
||||
case IconType::XB:{
|
||||
GameSettings::SetIconType(IconType::PS);
|
||||
@ -185,16 +215,20 @@ void Menu::InitializeSettingsWindow(){
|
||||
};
|
||||
#pragma endregion
|
||||
|
||||
settingsWindow->ADD("Keyboard Bindings Button",MenuComponent)(geom2d::rect<float>{{28,132.f},vf2d{windowSize.x-32,24}},"Keyboard Bindings",[&](MenuFuncData data){
|
||||
settingsList->ADD("Keyboard Bindings Button",MenuComponent)(geom2d::rect<float>{{28,140.f},vf2d{settingsList->rect.size.x-12-56,24}},"Keyboard Bindings",[&](MenuFuncData data){
|
||||
ChangeKeybindDisplayType(KEY);
|
||||
Component<MenuLabel>(INPUT_KEY_DISPLAY,"Keyboard Mapping Label")->SetLabel("Keyboard Mappings");
|
||||
Menu::OpenMenu(INPUT_KEY_DISPLAY);
|
||||
return true;
|
||||
},vf2d{1.5f,2.f})END;
|
||||
settingsWindow->ADD("Controller Bindings Button",MenuComponent)(geom2d::rect<float>{{28,160.f},vf2d{windowSize.x-32,24}},"Controller Bindings",[&](MenuFuncData data){
|
||||
settingsList->ADD("Controller Bindings Button",MenuComponent)(geom2d::rect<float>{{28,168.f},vf2d{settingsList->rect.size.x-12-56,24}},"Controller Bindings",[&](MenuFuncData data){
|
||||
ChangeKeybindDisplayType(CONTROLLER);
|
||||
Component<MenuLabel>(INPUT_KEY_DISPLAY,"Keyboard Mapping Label")->SetLabel("Controller Mappings");
|
||||
STEAMINPUT(
|
||||
SteamInput()->ShowBindingPanel(Input::steamControllers[Input::activeSteamControllerIndex]);
|
||||
)else{
|
||||
Menu::OpenMenu(INPUT_KEY_DISPLAY);
|
||||
}
|
||||
return true;
|
||||
},vf2d{1.5f,2.f})END;
|
||||
|
||||
@ -220,9 +254,19 @@ void Menu::InitializeSettingsWindow(){
|
||||
.down="SFX Slider",}},
|
||||
{"SFX Slider",{
|
||||
.up="BGM Slider",
|
||||
.down="Terrain Collision Boxes Checkbox",}},
|
||||
{"Terrain Collision Boxes Checkbox",{
|
||||
.down="Show Max Mana Checkbox",}},
|
||||
{"Show Max HP Checkbox",{
|
||||
.up="SFX Slider",
|
||||
.down="Screen Shake Checkbox",
|
||||
.left="Show Max Mana Checkbox",
|
||||
.right="Show Max Mana Checkbox",}},
|
||||
{"Show Max Mana Checkbox",{
|
||||
.up="SFX Slider",
|
||||
.down="Terrain Collision Boxes Checkbox",
|
||||
.left="Show Max HP Checkbox",
|
||||
.right="Show Max HP Checkbox",}},
|
||||
{"Terrain Collision Boxes Checkbox",{
|
||||
.up="Show Max Mana Checkbox",
|
||||
.down="Keyboard Play Auto-Aim Checkbox",
|
||||
.left="Screen Shake Checkbox",
|
||||
.right="Screen Shake Checkbox",}},
|
||||
@ -232,44 +276,40 @@ void Menu::InitializeSettingsWindow(){
|
||||
.left="Controller Rumble Checkbox",
|
||||
.right="Controller Rumble Checkbox",}},
|
||||
{"Screen Shake Checkbox",{
|
||||
.up="SFX Slider",
|
||||
.up="Show Max HP Checkbox",
|
||||
.down="Controller Rumble Checkbox",
|
||||
.left="Terrain Collision Boxes Checkbox",
|
||||
.right="Terrain Collision Boxes Checkbox",}},
|
||||
{"Controller Rumble Checkbox",{
|
||||
.up="Screen Shake Checkbox",
|
||||
.down="Button Set Toggle Box",
|
||||
.down="VSync Checkbox",
|
||||
.left="Keyboard Play Auto-Aim Checkbox",
|
||||
.right="Keyboard Play Auto-Aim Checkbox",}},
|
||||
{"Button Set Toggle Box",{
|
||||
{"VSync Checkbox",{
|
||||
.up="Controller Rumble Checkbox",
|
||||
.down="Keyboard Bindings Button",
|
||||
.down="Button Set Toggle Box",
|
||||
.left="Fullscreen Toggle Checkbox",
|
||||
.right="Fullscreen Toggle Checkbox",}},
|
||||
{"Fullscreen Toggle Checkbox",{
|
||||
.up="Keyboard Play Auto-Aim Checkbox",
|
||||
.down="Keyboard Bindings Button",
|
||||
.left="Button Set Toggle Box",
|
||||
.right="Button Set Toggle Box",}},
|
||||
{"Keyboard Bindings Button",{
|
||||
.down="Button Set Toggle Box",
|
||||
.left="VSync Checkbox",
|
||||
.right="VSync Checkbox",}},
|
||||
{"Button Set Toggle Box",{
|
||||
#ifdef __EMSCRIPTEN__
|
||||
.up="Button Set Toggle Box",
|
||||
.up="VSync Checkbox",
|
||||
#else
|
||||
.up="Fullscreen Toggle Checkbox",
|
||||
#endif
|
||||
.down="Keyboard Bindings Button",}},
|
||||
{"Keyboard Bindings Button",{
|
||||
.up="Button Set Toggle Box",
|
||||
.down="Controller Bindings Button",}},
|
||||
{"Controller Bindings Button",{
|
||||
.up="Keyboard Bindings Button",
|
||||
.down="Go Back",}},
|
||||
{"Go Back",{
|
||||
.up="Controller Bindings Button",
|
||||
.down="BGM Slider",
|
||||
.left="Unlock All Button",
|
||||
.right="Unlock All Button",}},
|
||||
{"Unlock All Button",{
|
||||
.up="Controller Bindings Button",
|
||||
.down="BGM Slider",
|
||||
.left="Go Back",
|
||||
.right="Go Back",}},
|
||||
.down="BGM Slider",}},
|
||||
});
|
||||
}
|
@ -40,6 +40,7 @@ All rights reserved.
|
||||
#include "MenuComponent.h"
|
||||
#include "GameState.h"
|
||||
#include "AdventuresInLestoria.h"
|
||||
#include "Unlock.h"
|
||||
|
||||
INCLUDE_game
|
||||
|
||||
@ -47,6 +48,7 @@ void Menu::InitializeShermanWindow(){
|
||||
Menu*shermanWindow=CreateMenu(SHERMAN,CENTERED,vi2d{144,88});
|
||||
|
||||
shermanWindow->ADD("Leave Button",MenuComponent)(geom2d::rect<float>{{0.f,4.f},{144.f,24.f}},"Leave",[](MenuFuncData data){
|
||||
Unlock::UnlockCurrentMap();
|
||||
GameState::ChangeState(States::OVERWORLD_MAP,0.3f);
|
||||
return true;
|
||||
},vf2d{2.f,2.f},ButtonAttr::FIT_TO_LABEL)END;
|
||||
|
@ -83,7 +83,7 @@ public:
|
||||
dragging=true;
|
||||
}
|
||||
|
||||
if(dragging||(hovered&&!Menu::UsingMouseNavigation())){
|
||||
if(dragging&&Menu::UsingMouseNavigation()||hovered&&!Menu::UsingMouseNavigation()){
|
||||
if(Menu::UsingMouseNavigation()){
|
||||
val=GetSliderVal(game->GetMouseX()-Menu::menus[parentMenu]->pos.x-8);
|
||||
}else{
|
||||
@ -121,7 +121,7 @@ public:
|
||||
window.FillRectDecal(vf2d{rect.pos.x+4,rect.pos.y+rect.size.y/2-1}+vf2d{0.f,1.f},{rect.size.x-8,2},BLACK);
|
||||
window.FillRectDecal(vf2d{rect.pos.x+4,rect.pos.y+rect.size.y/2-1},{rect.size.x-8,2});
|
||||
|
||||
window.DrawRotatedDecal(vf2d{GetSliderX(),rect.pos.y+rect.size.y/2},GFX["circle.png"].Decal(),0.f,vf2d(GFX["circle.png"].Sprite()->Size())/2.f,{5.f,5.f},BLACK);
|
||||
window.DrawRotatedDecal(vf2d{GetSliderX(),rect.pos.y+rect.size.y/2},GFX["circle.png"].Decal(),0.f,vf2d(GFX["circle.png"].Sprite()->Size())/2.f,{5.f,5.f},WHITE);
|
||||
window.DrawRotatedDecal(vf2d{GetSliderX(),rect.pos.y+rect.size.y/2},GFX["circle.png"].Decal(),0.f,vf2d(GFX["circle.png"].Sprite()->Size())/2.f,{4.f,4.f},backCol);
|
||||
|
||||
vf2d valDisplayTextSize=game->GetTextSize(std::to_string(minMaxDisplayValues.second));
|
||||
|
@ -83,6 +83,7 @@ void State_Death::OnUserUpdate(AiL*game){
|
||||
Menu::OpenMenu(MenuType::DEATH);
|
||||
}
|
||||
game->SetMosaicEffect(uint8_t(util::lerp(9.f,1.f,(gameSlowdownPct-7)/3.f)));
|
||||
Input::SetLightbar(PixelLerp(BLACK,DARK_RED,sin(1.5f*game->GetRuntime())/2.f+0.5f));
|
||||
}
|
||||
|
||||
if(gameSlowdownPct<10.f){
|
||||
@ -104,4 +105,6 @@ void State_Death::OnUserUpdate(AiL*game){
|
||||
|
||||
game->ClearTimedOutGarbage();
|
||||
}
|
||||
void State_Death::Draw(AiL*game){}
|
||||
void State_Death::Draw(AiL*game){
|
||||
game->RenderWorld(game->GetElapsedTime());
|
||||
}
|
@ -45,6 +45,8 @@ All rights reserved.
|
||||
#include "GameEvent.h"
|
||||
#include "SaveFile.h"
|
||||
#include "MenuComponent.h"
|
||||
#include "Unlock.h"
|
||||
#include "Tutorial.h"
|
||||
|
||||
INCLUDE_MONSTER_LIST
|
||||
INCLUDE_game
|
||||
@ -53,6 +55,11 @@ void State_GameHub::OnStateChange(GameState*prevState){
|
||||
if(Menu::IsMenuOpen()){
|
||||
Menu::CloseAllMenus();
|
||||
}
|
||||
|
||||
if(Unlock::IsUnlocked("STORY_1_2")&&!Tutorial::TaskIsComplete(TutorialTaskName::BLACKSMITH)){
|
||||
Tutorial::SetNextTask(TutorialTaskName::BLACKSMITH);
|
||||
}
|
||||
|
||||
SaveFile::SaveGame();
|
||||
|
||||
game->GetPlayer()->SetState(State::NORMAL);
|
||||
@ -61,6 +68,12 @@ void State_GameHub::OnStateChange(GameState*prevState){
|
||||
}
|
||||
void State_GameHub::OnLevelLoad(){
|
||||
game->UpdateDiscordStatus("Camp",game->GetPlayer()->GetClassName());
|
||||
if(Unlock::IsUnlocked("STORY_1_3")){
|
||||
Audio::SetAudioEvent("Chapter2Unlock");
|
||||
}else
|
||||
if(Unlock::IsUnlocked("STORY_1_2")){
|
||||
Audio::SetAudioEvent("BlacksmithUnlock");
|
||||
}
|
||||
}
|
||||
void State_GameHub::OnUserUpdate(AiL*game){
|
||||
State_GameRun::OnUserUpdate(game);
|
||||
|
@ -91,5 +91,7 @@ void State_GameRun::OnUserUpdate(AiL*game){
|
||||
game->UpdateCamera(game->GetElapsedTime());
|
||||
}
|
||||
void State_GameRun::Draw(AiL*game){
|
||||
game->RenderWorld(game->GetElapsedTime());
|
||||
game->RenderHud();
|
||||
Tutorial::Draw();
|
||||
}
|
@ -43,6 +43,8 @@ All rights reserved.
|
||||
#include "SaveFile.h"
|
||||
#include "ProgressBar.h"
|
||||
#include "SoundEffect.h"
|
||||
#include "Unlock.h"
|
||||
#include "Tutorial.h"
|
||||
|
||||
INCLUDE_MONSTER_LIST
|
||||
INCLUDE_game
|
||||
@ -78,13 +80,13 @@ void State_LevelComplete::OnStateChange(GameState*prevState){
|
||||
xpBonus=1.0f;
|
||||
}
|
||||
|
||||
|
||||
accumulatedXP*=xpBonus;
|
||||
|
||||
Component<MenuLabel>(MenuType::LEVEL_COMPLETE,"Level EXP Gain Outline")->SetLabel(std::format("+{} Exp",accumulatedXP));
|
||||
|
||||
game->GetPlayer()->AddXP(game->GetPlayer()->GetAccumulatedXP());
|
||||
|
||||
Tutorial::GiveUpCurrentTask();
|
||||
game->GetPlayer()->SetState(State::NORMAL);
|
||||
Menu::OpenMenu(LEVEL_COMPLETE);
|
||||
};
|
||||
@ -128,6 +130,7 @@ void State_LevelComplete::OnUserUpdate(AiL*game){
|
||||
game->ClearTimedOutGarbage();
|
||||
};
|
||||
void State_LevelComplete::Draw(AiL*game){
|
||||
game->RenderWorld(game->GetElapsedTime());
|
||||
game->RenderHud();
|
||||
};
|
||||
|
||||
|
@ -78,6 +78,7 @@ void State_MainMenu::OnUserUpdate(AiL*game){
|
||||
game->ClearTimedOutGarbage();
|
||||
};
|
||||
void State_MainMenu::Draw(AiL*game){
|
||||
game->RenderWorld(game->GetElapsedTime());
|
||||
TitleScreen::Draw();
|
||||
};
|
||||
|
||||
|
@ -155,6 +155,7 @@ void State_OverworldMap::OnUserUpdate(AiL*game){
|
||||
game->ClearTimedOutGarbage();
|
||||
};
|
||||
void State_OverworldMap::Draw(AiL*game){
|
||||
game->RenderWorld(game->GetElapsedTime());
|
||||
currentTime+=game->GetElapsedTime();
|
||||
for(ConnectionPoint&cp:connections){
|
||||
if(!Unlock::IsUnlocked(cp)){
|
||||
|
58
Adventures in Lestoria/SteamKeyboardCallbackHandler.cpp
Normal file
@ -0,0 +1,58 @@
|
||||
#pragma region License
|
||||
/*
|
||||
License (OLC-3)
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Copyright 2024 Joshua Sigona <sigonasr2@gmail.com>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions or derivations of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions or derivative works in binary form must reproduce the above
|
||||
copyright notice. This list of conditions and the following disclaimer must be
|
||||
reproduced in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
Portions of this software are copyright © 2024 The FreeType
|
||||
Project (www.freetype.org). Please see LICENSE_FT.txt for more information.
|
||||
All rights reserved.
|
||||
*/
|
||||
#pragma endregion
|
||||
|
||||
#include "SteamKeyboardCallbackHandler.h"
|
||||
#include "emscripten_compat.h"
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
void SteamKeyboardCallbackHandler::TextEntryComplete( GamepadTextInputDismissed_t* pCallback ){
|
||||
STEAMUTILS(
|
||||
if(pCallback->m_bSubmitted){
|
||||
char enteredText[17];
|
||||
SteamUtils()->GetEnteredGamepadTextInput(enteredText,16);
|
||||
Component<TextEntryLabel>(SAVE_FILE_NAME,"Save File Name Text Entry")->SetInput(std::string(enteredText));
|
||||
if(std::string(enteredText).length()>0){
|
||||
Component<MenuComponent>(SAVE_FILE_NAME,"Continue Button")->SetGrayedOut(false);
|
||||
Component<MenuComponent>(SAVE_FILE_NAME,"Continue Button")->Click();
|
||||
}else{
|
||||
Component<MenuComponent>(SAVE_FILE_NAME,"Back Button")->Click();
|
||||
}
|
||||
}else Component<MenuComponent>(SAVE_FILE_NAME,"Back Button")->Click();
|
||||
)
|
||||
};
|
||||
#endif
|
49
Adventures in Lestoria/SteamKeyboardCallbackHandler.h
Normal file
@ -0,0 +1,49 @@
|
||||
#pragma region License
|
||||
/*
|
||||
License (OLC-3)
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Copyright 2024 Joshua Sigona <sigonasr2@gmail.com>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions or derivations of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions or derivative works in binary form must reproduce the above
|
||||
copyright notice. This list of conditions and the following disclaimer must be
|
||||
reproduced in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
Portions of this software are copyright © 2024 The FreeType
|
||||
Project (www.freetype.org). Please see LICENSE_FT.txt for more information.
|
||||
All rights reserved.
|
||||
*/
|
||||
#pragma endregion
|
||||
#pragma once
|
||||
#ifndef __EMSCRIPTEN__
|
||||
#include "steam/steam_api.h"
|
||||
#endif
|
||||
#include <string>
|
||||
#include "TextEntryLabel.h"
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
class SteamKeyboardCallbackHandler{
|
||||
STEAM_CALLBACK(SteamKeyboardCallbackHandler,TextEntryComplete,GamepadTextInputDismissed_t);
|
||||
};
|
||||
#endif
|
@ -37,6 +37,7 @@ All rights reserved.
|
||||
#pragma endregion
|
||||
#include "Effect.h"
|
||||
#include "AdventuresInLestoria.h"
|
||||
#include "util.h"
|
||||
|
||||
INCLUDE_game
|
||||
|
||||
@ -44,6 +45,10 @@ SwordSlash::SwordSlash(float lifetime, std::string imgFile, vf2d size, float fad
|
||||
:Effect(game->GetPlayer()->GetPos(),lifetime,imgFile,game->GetPlayer()->OnUpperLevel(),size,fadeout,spd,col,rotation,rotationSpd,additiveBlending){}
|
||||
|
||||
bool SwordSlash::Update(float fElapsedTime){
|
||||
if(lifetime>0){
|
||||
game->HurtEnemiesConeNotHit(game->GetPlayer()->GetPos(),game->GetPlayer()->GetAttackRangeMult()*12.f,rotation,util::degToRad("Warrior.Auto Attack.SwordSlashSweepAngle"_F),game->GetPlayer()->GetAttack(),hitList,game->GetPlayer()->OnUpperLevel(),game->GetPlayer()->GetZ());
|
||||
}
|
||||
pos=game->GetPlayer()->GetPos();
|
||||
|
||||
return Effect::Update(fElapsedTime);
|
||||
}
|
@ -390,7 +390,7 @@ class TMXParser{
|
||||
if (newTag.tag.length()==0) { //Tag's empty, so first line is the tag.
|
||||
newTag.tag=data;
|
||||
#if _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Tag: "<<newTag.tag<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Tag: "<<newTag.tag<<"\n");
|
||||
#endif
|
||||
} else {
|
||||
std::string key = data.substr(0,data.find("="));
|
||||
@ -402,7 +402,7 @@ class TMXParser{
|
||||
|
||||
newTag.data[key]=value;
|
||||
#if _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<" "<<key<<":"<<newTag.data[key]<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG(" "<<key<<":"<<newTag.data[key]<<"\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -534,11 +534,11 @@ class TMXParser{
|
||||
prevZoneData=&zones.back();
|
||||
}else{
|
||||
#ifdef _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Unsupported tag format! Ignoring."<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Unsupported tag format! Ignoring."<<"\n");
|
||||
#endif
|
||||
}
|
||||
#ifdef _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"\n"<<"=============\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("\n"<<"=============\n");
|
||||
#endif
|
||||
}
|
||||
TMXParser::TMXParser(std::string file){
|
||||
@ -596,7 +596,7 @@ class TMXParser{
|
||||
|
||||
if(infiniteMap){
|
||||
#if _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Infinite map detected. Parsing stopped early."<<std::endl;
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Infinite map detected. Parsing stopped early.");
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -682,7 +682,7 @@ class TMXParser{
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Parsed Map Data:\n"<<parsedMapInfo<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Parsed Map Data:\n"<<parsedMapInfo<<"\n");
|
||||
#endif
|
||||
}
|
||||
#endif
|
@ -1,11 +1,3 @@
|
||||
February 28th -> Begin Internal Game Playtesting
|
||||
March 6th -> Discord/Friend Playtesting
|
||||
March 30th -> Public Demo Release
|
||||
============================================
|
||||
|
||||
end of worldmap is visible. needs to be extended a little bit
|
||||
distance on 1_1 between first and second Enemy spawn feels to empty
|
||||
Materials for initial craft seems to be wrong? need to recheck
|
||||
do we need a minimap? (maybe with fog of war?) Maybe polling that once testing with more people.
|
||||
should gemstones dropp from boss stages aswell? (Maybe lower droprate?)
|
||||
|
||||
Toggle for displaying error messages
|
||||
Make another actions config file for the main build (The app # is different)
|
@ -116,7 +116,7 @@ class TSXParser{
|
||||
if(valid&&data.length()>0){
|
||||
if (newTag.tag.length()==0) { //Tag's empty, so first line is the tag.
|
||||
newTag.tag=data;
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Tag: "<<newTag.tag<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Tag: "<<newTag.tag<<"\n");
|
||||
} else {
|
||||
std::string key = data.substr(0,data.find("="));
|
||||
std::string value = data.substr(data.find("=")+1,std::string::npos);
|
||||
@ -126,7 +126,7 @@ class TSXParser{
|
||||
value = value.substr(0,value.length()-1);
|
||||
|
||||
newTag.data[key]=value;
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<" "<<key<<":"<<newTag.data[key]<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG(" "<<key<<":"<<newTag.data[key]<<"\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -194,7 +194,7 @@ class TSXParser{
|
||||
}
|
||||
}
|
||||
#ifdef _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"\n"<<"=============\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("\n"<<"=============\n");
|
||||
#endif
|
||||
}
|
||||
TSXParser::TSXParser(std::string file)
|
||||
@ -228,7 +228,7 @@ class TSXParser{
|
||||
}
|
||||
}
|
||||
#ifdef _DEBUG
|
||||
if(_DEBUG_MAP_LOAD_INFO)std::cout<<"Parsed Tileset Data:\n"<<parsedTilesetInfo<<"\n";
|
||||
if(_DEBUG_MAP_LOAD_INFO)LOG("Parsed Tileset Data:\n"<<parsedTilesetInfo<<"\n");
|
||||
#endif
|
||||
}
|
||||
#endif
|
@ -45,7 +45,7 @@ INCLUDE_game
|
||||
int Test::totalTests=0;
|
||||
|
||||
void Test::is(std::string conditionStr,bool testResult){
|
||||
std::cout<<"Running test "<<Test::totalTests<<std::endl;
|
||||
LOG("Running test "<<Test::totalTests);
|
||||
if(!testResult){
|
||||
ERR(("\t"+conditionStr+" returned FALSE"));
|
||||
}
|
||||
|
@ -50,6 +50,7 @@ void Tutorial::Initialize(){
|
||||
CREATETASK(TutorialTaskName::USE_DEFENSIVE,UseDefensiveTask);
|
||||
CREATETASK(TutorialTaskName::USE_RECOVERY_ITEMS,UseRecoveryItemsTask);
|
||||
CREATETASK(TutorialTaskName::BLACKSMITH,BlacksmithTask);
|
||||
CREATETASK(TutorialTaskName::EQUIP_GEAR,EquipGearTask);
|
||||
currentTaskState=TutorialTaskName::SET_LOADOUT_ITEM;
|
||||
ResetTasks();
|
||||
}
|
||||
@ -127,3 +128,7 @@ void Tutorial::Draw(){
|
||||
const bool Tutorial::TaskIsComplete(TutorialTaskName task){
|
||||
return taskList.at(task)->IsComplete();
|
||||
}
|
||||
|
||||
void Tutorial::GiveUpCurrentTask(){
|
||||
SetNextTask(TutorialTaskName::NONE);
|
||||
}
|
@ -36,11 +36,16 @@ All rights reserved.
|
||||
*/
|
||||
#pragma endregion
|
||||
#pragma once
|
||||
#include "AdventuresInLestoria.h"
|
||||
#include "MenuComponent.h"
|
||||
#include "LoadingScreen.h"
|
||||
#include "Key.h"
|
||||
#include "Menu.h"
|
||||
#undef KEY_LEFT
|
||||
#undef KEY_UP
|
||||
#undef KEY_RIGHT
|
||||
#undef KEY_DOWN
|
||||
#include "AdventuresInLestoria.h"
|
||||
|
||||
|
||||
using A=Attribute;
|
||||
|
||||
@ -56,6 +61,7 @@ enum class TutorialTaskName{
|
||||
USE_DEFENSIVE,
|
||||
USE_RECOVERY_ITEMS,
|
||||
BLACKSMITH,
|
||||
EQUIP_GEAR,
|
||||
NONE,
|
||||
};
|
||||
|
||||
@ -91,6 +97,7 @@ public:
|
||||
static void SetNextTask(TutorialTaskName task);
|
||||
static TutorialTask&GetTask(TutorialTaskName task);
|
||||
static void CompleteTask(TutorialTaskName task);
|
||||
static void GiveUpCurrentTask();
|
||||
private:
|
||||
static TutorialTaskName currentTaskState;
|
||||
static std::map<TutorialTaskName,std::unique_ptr<TutorialTask>>taskList;
|
||||
@ -169,6 +176,7 @@ private:
|
||||
attackGroup.ClearAllKeybinds();
|
||||
ADDKEYBIND(attackGroup,game->KEY_ATTACK,CONTROLLER);
|
||||
ADDKEYBIND(attackGroup,game->KEY_ATTACK,KEY);
|
||||
ADDKEYBIND(attackGroup,game->KEY_ATTACK,STEAM);
|
||||
}
|
||||
virtual inline bool CompleteCondition()override final{
|
||||
return I(A::ATTACK_COUNT)>=10;
|
||||
@ -176,7 +184,11 @@ private:
|
||||
virtual inline void OnComplete()override final{}
|
||||
virtual inline void Draw()const override final{
|
||||
if(Input::UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
attackGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Attack",180,InputType::STEAM);
|
||||
)else{
|
||||
attackGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Attack",180,InputType::CONTROLLER);
|
||||
}
|
||||
}else{
|
||||
attackGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Attack",180,InputType::KEY);
|
||||
}
|
||||
@ -192,10 +204,13 @@ private:
|
||||
abilityGroup.ClearAllKeybinds();
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY1,CONTROLLER);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY1,KEY);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY1,STEAM);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY2,CONTROLLER);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY2,KEY);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY2,STEAM);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY3,CONTROLLER);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY3,KEY);
|
||||
ADDKEYBIND(abilityGroup,game->GetPlayer()->KEY_ABILITY3,STEAM);
|
||||
}
|
||||
virtual inline bool CompleteCondition()override final{
|
||||
return I(A::ABILITY_COUNT)>=5;
|
||||
@ -203,7 +218,11 @@ private:
|
||||
virtual inline void OnComplete()override final{}
|
||||
virtual inline void Draw()const override final{
|
||||
if(Input::UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
abilityGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Abilities",180,InputType::STEAM);
|
||||
)else{
|
||||
abilityGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Abilities",180,InputType::CONTROLLER);
|
||||
}
|
||||
}else{
|
||||
abilityGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Abilities",180,InputType::KEY);
|
||||
}
|
||||
@ -219,6 +238,7 @@ private:
|
||||
defensiveGroup.ClearAllKeybinds();
|
||||
ADDKEYBIND(defensiveGroup,game->GetPlayer()->KEY_DEFENSIVE,CONTROLLER);
|
||||
ADDKEYBIND(defensiveGroup,game->GetPlayer()->KEY_DEFENSIVE,KEY);
|
||||
ADDKEYBIND(defensiveGroup,game->GetPlayer()->KEY_DEFENSIVE,STEAM);
|
||||
}
|
||||
virtual inline bool CompleteCondition()override final{
|
||||
return I(A::DEFENSIVE_COUNT)>=2;
|
||||
@ -226,7 +246,11 @@ private:
|
||||
virtual inline void OnComplete()override final{}
|
||||
virtual inline void Draw()const override final{
|
||||
if(Input::UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
defensiveGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Defensive Ability",180,InputType::STEAM);
|
||||
)else{
|
||||
defensiveGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Defensive Ability",180,InputType::CONTROLLER);
|
||||
}
|
||||
}else{
|
||||
defensiveGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Defensive Ability",180,InputType::KEY);
|
||||
}
|
||||
@ -243,14 +267,17 @@ private:
|
||||
if(!ISBLANK(game->GetLoadoutItem(0))){
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM1,CONTROLLER);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM1,KEY);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM1,STEAM);
|
||||
}
|
||||
if(!ISBLANK(game->GetLoadoutItem(1))){
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM2,CONTROLLER);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM2,KEY);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM2,STEAM);
|
||||
}
|
||||
if(!ISBLANK(game->GetLoadoutItem(2))){
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM3,CONTROLLER);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM3,KEY);
|
||||
ADDKEYBIND(itemsGroup,game->GetPlayer()->KEY_ITEM3,STEAM);
|
||||
}
|
||||
}
|
||||
virtual inline bool CompleteCondition()override final{
|
||||
@ -259,7 +286,11 @@ private:
|
||||
virtual inline void OnComplete()override final{}
|
||||
virtual inline void Draw()const override final{
|
||||
if(Input::UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
itemsGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Consumables",180,InputType::STEAM);
|
||||
)else{
|
||||
itemsGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Consumables",180,InputType::CONTROLLER);
|
||||
}
|
||||
}else{
|
||||
itemsGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"Use Consumables",180,InputType::KEY);
|
||||
}
|
||||
@ -287,3 +318,40 @@ private:
|
||||
game->DrawShadowStringPropDecal({game->ScreenWidth()/2.f-textWidth/2.f,48.f},helpText);
|
||||
}
|
||||
};
|
||||
|
||||
class EquipGearTask:public TutorialTask{
|
||||
public:
|
||||
inline EquipGearTask():TutorialTask(){};
|
||||
private:
|
||||
InputGroup startGroup;
|
||||
virtual inline void OnActivate()override final{
|
||||
startGroup.ClearAllKeybinds();
|
||||
ADDKEYBIND(startGroup,game->KEY_MENU,CONTROLLER);
|
||||
ADDKEYBIND(startGroup,game->KEY_MENU,KEY);
|
||||
ADDKEYBIND(startGroup,game->KEY_MENU,STEAM);
|
||||
Component<MenuComponent>(SHERMAN,"Leave Button")->SetGrayedOut(true);
|
||||
Component<MenuComponent>(MenuType::PAUSE,"Return to Camp Button")->SetGrayedOut(true);
|
||||
}
|
||||
virtual inline bool CompleteCondition()override final{
|
||||
for(int i=int(EquipSlot::HELMET);i<=int(EquipSlot::RING2);i<<=1){
|
||||
EquipSlot slot=EquipSlot(i);
|
||||
if(!ISBLANK(Inventory::GetEquip(slot)))return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
virtual inline void OnComplete()override final{
|
||||
Component<MenuComponent>(SHERMAN,"Leave Button")->SetGrayedOut(false);
|
||||
Component<MenuComponent>(MenuType::PAUSE,"Return to Camp Button")->SetGrayedOut(false);
|
||||
}
|
||||
virtual inline void Draw()const override final{
|
||||
if(Input::UsingGamepad()){
|
||||
STEAMINPUT(
|
||||
startGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"to equip your new gear.",255,InputType::STEAM,{0.85f,1.f},"Open the #FFCF0CCharacter#FFFFFF menu with ");
|
||||
)else{
|
||||
startGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"to equip your new gear.",255,InputType::CONTROLLER,{0.85f,1.f},"Open the #FFCF0CCharacter#FFFFFF menu with ");
|
||||
}
|
||||
}else{
|
||||
startGroup.DrawInput(game,{game->ScreenWidth()/2.f,48.f},"to equip your new gear.",255,InputType::KEY,{0.85f,1.f},"Open the #FFCF0CCharacter#FFFFFF menu with ");
|
||||
}
|
||||
}
|
||||
};
|
@ -37,6 +37,7 @@ All rights reserved.
|
||||
#pragma endregion
|
||||
#include "Unlock.h"
|
||||
#include "State_OverworldMap.h"
|
||||
#include "config.h"
|
||||
|
||||
std::set<std::string>Unlock::unlocks;
|
||||
|
||||
@ -45,6 +46,8 @@ void Unlock::Initialize(){
|
||||
}
|
||||
|
||||
void Unlock::UnlockArea(std::string mapName){
|
||||
if(mapName=="NPCs.Sherman.Potion Crafting Unlock Condition"_S&& //When we beat the bonus chapter 1 fight, before sherman's potion crafting is unlocked, if the current map we just unlocked for is the bonus boss stage we will notify the Hub connection point and reset it so the player has a notification to go there again.
|
||||
!Unlock::IsUnlocked("NPCs.Sherman.Potion Crafting Unlock Condition"_S))State_OverworldMap::ConnectionPointFromString("HUB").value()->ResetVisitedFlag();
|
||||
unlocks.insert(mapName);
|
||||
}
|
||||
bool Unlock::IsUnlocked(std::string mapName){
|
||||
|
@ -44,6 +44,7 @@ All rights reserved.
|
||||
#include "Menu.h"
|
||||
#include "util.h"
|
||||
#include "SaveFile.h"
|
||||
#include "State_OverworldMap.h"
|
||||
|
||||
INCLUDE_game
|
||||
INCLUDE_GFX
|
||||
@ -213,6 +214,8 @@ void VisualNovel::ExecuteNextCommand(){
|
||||
commandIndex++;
|
||||
commands[size_t(commandIndex-1)]->Execute(novel);
|
||||
}else{
|
||||
if(game->GetCurrentMapName()=="NPCs.Greg.Camp Notification Unlock Condition"_S&&
|
||||
!Unlock::IsUnlocked("NPCs.Greg.Camp Notification Unlock Condition"_S))State_OverworldMap::ConnectionPointFromString("HUB").value()->ResetVisitedFlag();
|
||||
Unlock::UnlockCurrentMap();
|
||||
Menu::themeSelection=novel.prevTheme;
|
||||
GameState::ChangeState(States::OVERWORLD_MAP,0.5f);
|
||||
|
@ -82,7 +82,6 @@ bool Warrior::AutoAttack(){
|
||||
float targetDirection;
|
||||
|
||||
if(closest!=nullptr){
|
||||
closest->Hurt(int(GetAttack()*"Warrior.Auto Attack.DamageMult"_F),OnUpperLevel(),GetZ());
|
||||
float dirToEnemy=geom2d::line<float>(GetPos(),closest->GetPos()).vector().polar().y;
|
||||
targetDirection=dirToEnemy;
|
||||
SetAnimationBasedOnTargetingDirection(dirToEnemy);
|
||||
@ -93,9 +92,9 @@ bool Warrior::AutoAttack(){
|
||||
}
|
||||
|
||||
attack_cooldown_timer=ATTACK_COOLDOWN-GetAttackRecoveryRateReduction();
|
||||
swordSwingTimer="Warrior.Auto Attack.SwordSwingTime"_F;
|
||||
swordSwingTimer="Warrior.Auto Attack.SwordAnimationSwingTime"_F;
|
||||
|
||||
game->AddEffect(std::make_unique<SwordSlash>(0.15f,"swordslash.png"s,vf2d{1.f,1.f}*"Warrior.Auto Attack.Range"_F/100.f,0.1f,vf2d{0.f,0.f},WHITE,targetDirection));
|
||||
game->AddEffect(std::make_unique<SwordSlash>(0.125f,"swordslash.png"s,vf2d{0.9f,0.9f}*"Warrior.Auto Attack.Range"_F/100.f,0.1f,vf2d{0.f,0.f},WHITE,targetDirection));
|
||||
|
||||
SetState(State::SWING_SWORD);
|
||||
SoundEffect::PlaySFX("Warrior Auto Attack",SoundEffect::CENTERED);
|
||||
@ -106,7 +105,7 @@ void Warrior::InitializeClassAbilities(){
|
||||
#pragma region Warrior Right-click Ability (Block)
|
||||
Warrior::rightClickAbility.action=
|
||||
[](Player*p,vf2d pos={}){
|
||||
if(p->GetState()==State::NORMAL){
|
||||
if(p->GetState()==State::NORMAL||p->GetState()==State::CASTING){
|
||||
rightClickAbility.cooldown=rightClickAbility.COOLDOWN_TIME;
|
||||
p->SetState(State::BLOCK);
|
||||
p->blockTimer="Warrior.Right Click Ability.Duration"_F;
|
||||
|
@ -174,7 +174,6 @@ void Wizard::InitializeClassAbilities(){
|
||||
#pragma region Wizard Ability 3 (Meteor)
|
||||
Wizard::ability3.action=
|
||||
[](Player*p,vf2d pos={}){
|
||||
p->CastSpell(Wizard::ability3);
|
||||
game->AddEffect(std::make_unique<Meteor>(pos,3,"meteor.png",p->OnUpperLevel(),vf2d{"Wizard.Ability 3.MeteorRadius"_F/100/4,"Wizard.Ability 3.MeteorRadius"_F/100/4},"Wizard.Ability 3.MeteorFadeoutTime"_F));
|
||||
return true;
|
||||
};
|
||||
|
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_Capsule.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_Header.png
Normal file
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 72 KiB |
BIN
Adventures in Lestoria/assets/AdventuresInLestoria_Overworld.png
Normal file
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 63 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 93 KiB |
BIN
Adventures in Lestoria/assets/BlueSlime_120.png
Normal file
After Width: | Height: | Size: 893 B |
@ -16,91 +16,91 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4636,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4676,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4716,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4756,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4796,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4836,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,4876,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,4916,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4636,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4676,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4716,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4756,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,4796,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,4836,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4876,4869,4870,4876,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4916,4909,4910,4916,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4853,4854,4855,4856,4857,4858,4859,4860,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4893,4894,4895,4896,4897,4898,4899,4900,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4636,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4676,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4716,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4756,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4796,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4836,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,4876,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,4916,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4636,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4676,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4716,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4756,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,4796,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,4836,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4876,4869,4870,4876,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4916,4909,4910,4916,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,81,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,82,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4861,4862,4863,4864,4865,4866,4867,4868,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,4901,4902,4903,4904,4905,4906,4907,4908,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,995,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,
|
||||
@ -110,103 +110,103 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1046,678,678,678,678,678,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1099,1003,1004,1004,1004,1004,1004,1004,1004,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,1150,1150,1150,1150,1150,1150,1150,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,1202,1202,1202,1202,1202,1202,1202,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,1254,1254,1254,1254,1254,1254,1254,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5269,5270,5271,5272,5273,5274,5275,5276,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4629,4630,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5309,5310,5311,5312,5313,5314,5315,5316,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4669,4670,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5549,5550,5551,5552,5553,5554,5555,5556,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4709,4710,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5269,5270,5271,5272,5273,5274,5275,5276,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4749,4750,4853,4854,4855,4856,4857,4858,4859,4860,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5309,5310,5311,5312,5313,5314,5315,5316,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4789,4790,4893,4894,4895,4896,4897,4898,4899,4900,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4829,4830,5269,5270,5271,5272,5273,5274,5275,5276,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,4869,4870,5309,5310,5311,5312,5313,5314,5315,5316,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,4909,4910,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,942,942,942,943,0,0,0,0,0,0,0,0,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,993,597,597,597,995,5271,5272,5273,5274,5275,5276,5269,5270,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,5311,5312,5313,5314,5315,5316,5309,5310,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,597,995,5271,5272,5273,5274,5275,5276,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,597,597,995,5312,5313,5314,5315,5316,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,1044,1046,597,597,597,597,597,597,597,1048,5553,5554,5555,5556,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,1044,1046,597,597,597,597,597,597,597,1048,5551,5552,5549,5550,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,1044,1046,597,597,597,597,597,597,597,1048,5273,5274,5275,5276,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,1044,1046,597,597,597,597,597,597,597,1048,5313,5314,5315,5316,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,1044,1046,597,597,597,597,597,597,597,1048,5275,5276,5269,5270,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,1044,1046,597,597,597,597,597,597,597,1048,5315,5316,5309,5310,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,1462,1462,597,597,544,597,545,597,597,1462,1462,1462,1462,1462,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,1462,1462,597,597,597,597,597,597,597,1462,1462,1462,1462,1462,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,597,597,597,597,597,597,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,544,545,544,545,544,544,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,492,544,493,597,545,544,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,493,544,596,492,544,544,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,544,492,597,597,596,492,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,596,544,596,597,544,596,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,596,596,597,492,544,545,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,492,597,492,493,545,597,545,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,493,493,596,596,544,492,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,597,493,544,544,544,544,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,493,493,596,545,545,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,545,544,597,596,597,596,492,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1150,1150,1150,1150,1150,1150,1150,1150,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,486,487,487,487,487,487,488,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1202,1202,1202,1202,1202,1202,1202,1202,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,538,539,539,539,539,539,540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1254,1254,1254,1254,1254,1254,1254,1202,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,538,539,539,539,539,539,540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1047,1047,1047,1047,1047,1047,1047,1047,1047,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,539,539,539,539,539,539,539,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,539,539,539,539,539,539,539,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,539,539,539,539,539,539,539,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,539,539,539,539,539,539,539,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,539,539,539,539,539,539,539,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,539,539,539,539,539,539,539,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,539,539,539,539,539,539,539,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,4869,4870,4876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,539,539,539,539,539,539,539,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,4909,4910,4916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,1048,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5501,5502,5503,5504,5505,5506,5507,5508,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5541,5542,5543,5544,5545,5546,5547,5548,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,1462,1462,1462,1462,1462,1462,1462,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5501,5502,5503,5504,5505,5506,5507,5508,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,1150,1150,1150,1150,1150,1150,1150,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,5541,5542,5543,5544,5545,5546,5547,5548,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,1202,1202,1202,1202,1202,1202,1202,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,1254,1254,1254,1254,1254,1254,1254,1046,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,133,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,134,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5269,5270,5271,5272,5273,5274,5275,5276,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4629,4630,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5309,5310,5311,5312,5313,5314,5315,5316,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4669,4670,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5549,5550,5551,5552,5553,5554,5555,5556,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4709,4710,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5269,5270,5271,5272,5273,5274,5275,5276,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4749,4750,4861,4862,4863,4864,4865,4866,4867,4868,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5309,5310,5311,5312,5313,5314,5315,5316,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4789,4790,4901,4902,4903,4904,4905,4906,4907,4908,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4829,4830,5269,5270,5271,5272,5273,5274,5275,5276,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,4869,4870,5309,5310,5311,5312,5313,5314,5315,5316,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,4909,4910,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,942,942,942,943,0,0,0,0,0,0,0,0,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,993,597,597,597,995,5271,5272,5273,5274,5275,5276,5269,5270,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,5311,5312,5313,5314,5315,5316,5309,5310,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,597,995,5271,5272,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,597,597,597,597,597,597,995,5312,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,1044,1046,597,597,597,597,597,597,597,1048,5553,5554,5555,5556,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,1044,1046,597,597,597,597,597,597,597,1048,5551,5552,5549,5550,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,1044,1046,597,597,597,597,597,597,597,1048,5273,5274,5275,5276,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,1044,1046,597,597,597,597,597,597,597,1048,5313,5314,5315,5316,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,1044,1046,597,597,597,597,597,597,597,1048,5275,5276,5269,5270,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,1044,1046,597,597,597,597,597,597,597,1048,5315,5316,5309,5310,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,1462,1462,597,597,544,597,545,597,597,1462,78,79,79,79,81,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,1462,1462,597,597,597,597,597,597,597,1462,81,1462,1462,1462,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,680,680,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,678,678,597,597,597,597,597,597,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,544,545,544,545,544,544,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,492,544,493,597,545,544,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,493,544,596,492,544,544,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,544,492,597,597,596,492,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,596,544,596,597,544,596,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,596,596,597,492,544,545,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,492,597,492,493,545,597,545,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,493,493,596,596,544,492,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,597,493,544,544,544,544,596,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,544,493,493,596,545,545,597,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,545,544,597,596,597,596,492,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1150,1150,1150,1150,1150,1150,1150,1150,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,486,487,487,487,487,487,488,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1202,1202,1202,1202,1202,1202,1202,1202,678,678,680,130,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,538,539,539,539,539,539,540,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,678,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1254,1254,1254,1254,1254,1254,1254,1202,678,680,680,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,538,539,539,539,539,539,540,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,680,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,539,539,539,539,539,539,539,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,539,539,539,539,539,539,539,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,539,539,539,539,539,539,539,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,539,539,539,539,539,539,539,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,539,539,539,539,539,539,539,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,539,539,539,539,539,539,539,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,539,539,539,539,539,539,539,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,4869,4870,4876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,539,539,539,539,539,539,539,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,4909,4910,4916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -320,7 +320,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,3402,0,0,0,0,0,0,0,3357,0,0,0,0,0,3359,3360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2343,2344,2345,2344,2345,2346,2348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,996,0,0,0,0,0,0,0,0,0,0,0,0,0,941,942,942,942,943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2343,2344,2345,2346,2347,2399,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3371,0,0,1048,0,0,3536,3537,0,0,0,0,0,0,0,0,0,1044,0,3404,3405,995,996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2395,2396,2397,2398,2399,2400,2452,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,1055,1056,1056,1056,1056,1056,1056,1056,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,3581,3582,3538,3539,0,0,0,0,0,0,0,1044,0,3292,3493,1099,1100,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2447,2448,2449,2450,2451,2452,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3287,3288,0,0,0,0,0,1048,0,0,0,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3447,0,0,0,0,3447,0,1044,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,3581,3582,3538,3539,0,0,0,0,0,0,0,1044,0,3292,3493,1099,1100,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2447,2448,2449,2450,2451,2452,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3287,3288,0,0,0,0,0,1048,0,0,0,3357,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,3447,0,0,0,0,3447,0,1044,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,3626,3627,3583,3584,0,0,0,0,0,0,3402,1096,1150,1150,1150,1151,1256,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,0,0,2447,2448,2449,2450,2451,2452,2452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,1048,0,0,0,0,3628,3629,0,0,0,0,0,0,0,1305,1306,1306,1306,1307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2499,2500,2501,2502,2503,2503,2504,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,1048,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,0,0,0,3620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3620,0,1044,0,0,0,0,0,0,0,0,0,3491,0,0,0,3620,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,
|
||||
|
@ -12,155 +12,155 @@
|
||||
<layer id="1" name="Layer 1" width="182" height="150">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1937,1938,1939,1939,1939,1939,1939,1939,1939,1939,1939,1939,1939,1939,1939,1940,1941,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5551,5552,5553,5554,5555,5556,5549,5550,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5253,5254,5255,5256,5257,5258,5259,5260,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5293,5294,5295,5296,5297,5298,5299,5300,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5333,5334,5335,5336,5337,5338,5339,5340,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5373,5374,5375,5376,5377,5378,5379,5380,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5413,5414,5415,5416,5417,5418,5419,5420,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5453,5454,5455,5456,5457,5458,5459,5460,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5493,5494,5495,5496,5497,5498,5499,5500,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5533,5534,5535,5536,5537,5538,5539,5540,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5253,5254,5255,5256,5257,5258,5259,5260,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5293,5294,5295,5296,5297,5298,5299,5300,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5333,5334,5335,5336,5337,5338,5339,5340,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5373,5374,5375,5376,5377,5378,5379,5380,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5413,5414,5415,5416,5417,5418,5419,5420,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5453,5454,5455,5456,5457,5458,5459,5460,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5493,5494,5495,5496,5497,5498,5499,5500,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5533,5534,5535,5536,5537,5538,5539,5540,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4613,4614,4615,4616,4617,4618,4619,4620,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4653,4654,4655,4656,4657,4658,4659,4660,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4693,4694,4695,4696,4697,4698,4699,4700,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4733,4734,4735,4736,4737,4738,4739,4740,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4773,4774,4775,4776,4777,4778,4779,4780,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4813,4814,4815,4816,4817,4818,4819,4820,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4853,4854,4855,4856,4857,4858,4859,4860,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,2041,2042,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2044,2045,4893,4894,4895,4896,4897,4898,4899,4900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5253,5254,5255,5256,5257,5258,5259,5260,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5293,5294,5295,5296,5297,5298,5299,5300,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4876,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5333,5334,5335,5336,5337,5338,5339,5340,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4916,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5373,5374,5375,5376,5377,5378,5379,5380,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5413,5414,5415,5416,5417,5418,5419,5420,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5453,5454,5455,5456,5457,5458,5459,5460,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5493,5494,5495,5496,5497,5498,5499,5500,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5533,5534,5535,5536,5537,5538,5539,5540,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5253,5254,5255,5256,5257,5258,5259,5260,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5293,5294,5295,5296,5297,5298,5299,5300,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5333,5334,5335,5336,5337,5338,5339,5340,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5373,5374,5375,5376,5377,5378,5379,5380,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5413,5414,5415,5416,5417,5418,5419,5420,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5453,5454,5455,5456,5457,5458,5459,5460,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,596,596,492,596,545,492,596,545,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5493,5494,5495,5496,5497,5498,5499,5500,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5533,5534,5535,5536,5537,5538,5539,5540,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4613,4614,4615,4616,4617,4618,4619,4620,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,544,544,545,544,545,544,545,544,544,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4653,4654,4655,4656,4657,4658,4659,4660,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,545,596,492,596,597,544,545,545,545,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4693,4694,4695,4696,4697,4698,4699,4700,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4709,4710,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4733,4734,4735,4736,4737,4738,4739,4740,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4749,4750,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4773,4774,4775,4776,4777,4778,4779,4780,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4789,4790,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4813,4814,4815,4816,4817,4818,4819,4820,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4829,4830,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4853,4854,4855,4856,4857,4858,4859,4860,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4869,4870,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,4893,4894,4895,4896,4897,4898,4899,4900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4909,4910,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5893,5894,5895,5896,5897,5898,5899,5900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4629,4630,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5933,5934,5935,5936,5937,5938,5939,5940,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4669,4670,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5973,5974,5975,5976,5977,5978,5979,5980,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6013,6014,6015,6016,6017,6018,6019,6020,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6053,6054,6055,6056,6057,6058,6059,6060,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6093,6094,6095,6096,6097,6098,6099,6100,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6133,6134,6135,6136,6137,6138,6139,6140,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6173,6174,6175,6176,6177,6178,6179,6180,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5893,5894,5895,5896,5897,5898,5899,5900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5933,5934,5935,5936,5937,5938,5939,5940,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5973,5974,5975,5976,5977,5978,5979,5980,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6013,6014,6015,6016,6017,6018,6019,6020,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6053,6054,6055,6056,6057,6058,6059,6060,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6093,6094,6095,6096,6097,6098,6099,6100,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,597,597,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,597,597,597,597,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6133,6134,6135,6136,6137,6138,6139,6140,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6173,6174,6175,6176,6177,6178,6179,6180,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5269,5270,5271,5272,5273,5274,5275,5276,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5309,5310,5311,5312,5313,5314,5315,5316,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5893,5894,5895,5896,5897,5898,5899,5900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5933,5934,5935,5936,5937,5938,5939,5940,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4829,4830,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5973,5974,5975,5976,5977,5978,5979,5980,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4869,4870,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6013,6014,6015,6016,6017,6018,6019,6020,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4909,4910,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6053,6054,6055,6056,6057,6058,6059,6060,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4629,4630,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6093,6094,6095,6096,6097,6098,6099,6100,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4669,4670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,4869,4870,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6133,6134,6135,6136,6137,6138,6139,6140,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4709,4710,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,4909,4910,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6173,6174,6175,6176,6177,6178,6179,6180,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4749,4750,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4876,4869,4870,4629,4630,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5549,5550,5551,5552,5553,5554,5555,5556,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4789,4790,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4916,4909,4910,4669,4670,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5893,5894,5895,5896,5897,5898,5899,5900,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5933,5934,5935,5936,5937,5938,5939,5940,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5973,5974,5975,5976,5977,5978,5979,5980,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6013,6014,6015,6016,6017,6018,6019,6020,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6053,6054,6055,6056,6057,6058,6059,6060,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6093,6094,6095,6096,6097,6098,6099,6100,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6133,6134,6135,6136,6137,6138,6139,6140,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,6173,6174,6175,6176,6177,6178,6179,6180,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5253,5254,5255,5256,5257,5258,5259,5260,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5293,5294,5295,5296,5297,5298,5299,5300,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5333,5334,5335,5336,5337,5338,5339,5340,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5373,5374,5375,5376,5377,5378,5379,5380,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5413,5414,5415,5416,5417,5418,5419,5420,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5453,5454,5455,5456,5457,5458,5459,5460,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5493,5494,5495,5496,5497,5498,5499,5500,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,5533,5534,5535,5536,5537,5538,5539,5540,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,4636,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,4676,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,4716,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,4756,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4869,4870,4773,4774,4775,4776,4777,4778,4779,4780,4796,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4909,4910,4813,4814,4815,4816,4817,4818,4819,4820,4836,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4853,4854,4855,4856,4857,4858,4859,4860,4876,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4893,4894,4895,4896,4897,4898,4899,4900,4916,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4773,4774,4775,4776,4777,4778,4779,4780,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4636,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4813,4814,4815,4816,4817,4818,4819,4820,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4676,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4853,4854,4855,4856,4857,4858,4859,4860,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4716,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4893,4894,4895,4896,4897,4898,4899,4900,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4756,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5253,5254,5255,5256,5257,5258,5259,5260,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4796,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4869,4870,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5293,5294,5295,5296,5297,5298,5299,5300,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4836,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4909,4910,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5333,5334,5335,5336,5337,5338,5339,5340,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4876,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4853,4854,4855,4856,4857,4858,4859,4860,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5373,5374,5375,5376,5377,5378,5379,5380,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4916,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4893,4894,4895,4896,4897,4898,4899,4900,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1150,1097,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4773,4774,4775,4776,4777,4778,4779,1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4813,4814,4815,4816,4817,4818,4819,1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5551,5552,5553,5554,5555,5556,5549,5550,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5261,5262,5263,5264,5265,5266,5267,5268,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5301,5302,5303,5304,5305,5306,5307,5308,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5341,5342,5343,5344,5345,5346,5347,5348,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5381,5382,5383,5384,5385,5386,5387,5388,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5421,5422,5423,5424,5425,5426,5427,5428,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5461,5462,5463,5464,5465,5466,5467,5468,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5501,5502,5503,5504,5505,5506,5507,5508,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5541,5542,5543,5544,5545,5546,5547,5548,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5261,5262,5263,5264,5265,5266,5267,5268,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5301,5302,5303,5304,5305,5306,5307,5308,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5341,5342,5343,5344,5345,5346,5347,5348,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5381,5382,5383,5384,5385,5386,5387,5388,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5421,5422,5423,5424,5425,5426,5427,5428,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5461,5462,5463,5464,5465,5466,5467,5468,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5501,5502,5503,5504,5505,5506,5507,5508,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,5541,5542,5543,5544,5545,5546,5547,5548,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4621,4622,4623,4624,4625,4626,4627,4628,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4661,4662,4663,4664,4665,4666,4667,4668,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4701,4702,4703,4704,4705,4706,4707,4708,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4741,4742,4743,4744,4745,4746,4747,4748,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4781,4782,4783,4784,4785,4786,4787,4788,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4821,4822,4823,4824,4825,4826,4827,4828,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,1989,1990,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1991,1992,1993,4861,4862,4863,4864,4865,4866,4867,4868,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,2041,2042,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2043,2044,2045,4901,4902,4903,4904,4905,4906,4907,4908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4876,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4916,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,596,596,492,596,545,492,596,545,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,544,544,545,544,545,544,545,544,544,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,545,596,492,596,597,544,545,545,545,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,132,680,680,680,680,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4709,4710,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4749,4750,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4789,4790,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,130,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4829,4830,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4869,4870,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4909,4910,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4629,4630,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4669,4670,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,597,597,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,597,597,597,597,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,182,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,184,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,5269,5270,5271,5272,5273,5274,5275,5276,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,5309,5310,5311,5312,5313,5314,5315,5316,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,680,680,680,680,680,680,680,680,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,680,680,680,680,680,680,680,680,680,680,680,680,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4829,4830,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4869,4870,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4909,4910,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4629,4630,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4669,4670,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,4869,4870,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4709,4710,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,4909,4910,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4749,4750,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4876,4869,4870,4629,4630,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4789,4790,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4916,4909,4910,4669,4670,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,5541,5542,5543,5544,5545,5546,5547,5548,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,4636,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,4676,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,4716,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,4756,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4869,4870,4781,4782,4783,4784,4785,4786,4787,4788,4796,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4909,4910,4821,4822,4823,4824,4825,4826,4827,4828,4836,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4861,4862,4863,4864,4865,4866,4867,4868,4876,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4901,4902,4903,4904,4905,4906,4907,4908,4916,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4781,4782,4783,4784,4785,4786,4787,4788,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4821,4822,4823,4824,4825,4826,4827,4828,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4861,4862,4863,4864,4865,4866,4867,4868,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4901,4902,4903,4904,4905,4906,4907,4908,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5261,5262,5263,5264,5265,5266,5267,5268,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4869,4870,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5301,5302,5303,5304,5305,5306,5307,5308,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4909,4910,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5341,5342,5343,5344,5345,5346,5347,5348,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4876,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4861,4862,4863,4864,4865,4866,4867,4868,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5381,5382,5383,5384,5385,5386,5387,5388,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4916,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4901,4902,4903,4904,4905,4906,4907,4908,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5421,5422,5423,5424,5425,5426,5427,5428,680,680,680,680,680,680,680,680,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5461,5462,5463,5464,5465,5466,5467,5468,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5501,5502,5503,5504,5505,5506,5507,5508,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5541,5542,5543,5544,5545,5546,5547,5548,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
678,678,678,678,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4661,4662,4663,4664,4665,4666,4667,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4701,4702,4703,4704,4705,4706,4707,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4741,4742,4743,4744,4745,4746,4747,4740,1046,1046,1046,1046,1150,1097,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4781,4782,4783,4784,4785,4786,4787,1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4821,4822,4823,4824,4825,4826,4827,1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4861,4862,4863,4864,4865,4866,4867,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4901,4902,4903,4904,4905,4906,4907,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Layer 2" width="182" height="150">
|
||||
@ -319,31 +319,31 @@
|
||||
</layer>
|
||||
<layer id="4" name="Layer 2.5" width="182" height="150">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,391,391,391,391,391,391,391,341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,391,391,391,391,391,391,391,391,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -380,7 +380,10 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -456,10 +459,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,287,287,287,287,287,287,287,287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -471,7 +471,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Layer 3" width="182" height="150">
|
||||
<layer id="3" name="Layer 3" width="182" height="150" visible="0">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -25,106 +25,106 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4556,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4596,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4636,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4676,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4716,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4756,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,4629,4630,4556,4549,4550,4556,4636,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4796,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4669,4670,4596,4589,4590,4596,4676,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4836,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4709,4710,4636,4629,4630,4636,4716,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4749,4750,4676,4669,4670,4676,4756,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4789,4790,4716,4709,4710,4716,4796,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4829,4830,4756,4749,4750,4756,4836,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,4796,4789,4790,4796,4556,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,4836,4829,4830,4836,4596,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4556,4533,4534,4535,4536,4537,4538,4539,4540,4556,4549,4550,4796,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4596,4573,4574,4575,4576,4577,4578,4579,4580,4596,4589,4590,4836,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4636,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4676,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4716,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4756,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1618,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4796,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4836,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4556,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5813,5814,5815,5816,5817,5818,5819,5820,4556,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4596,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5853,5854,5855,5856,5857,5858,5859,5860,4596,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4636,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5893,5894,5895,5896,5897,5898,5899,5900,4636,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4676,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5933,5934,5935,5936,5937,5938,5939,5940,4676,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4716,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5973,5974,5975,5976,5977,5978,5979,5980,4716,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4756,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,6013,6014,6015,6016,6017,6018,6019,6020,4756,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4796,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,6053,6054,6055,6056,6057,6058,6059,6060,4796,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4836,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,6093,6094,6095,6096,6097,6098,6099,6100,4836,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4556,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4596,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4636,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4676,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4716,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4756,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,4629,4630,4556,4549,4550,4556,4636,4541,4542,4543,4544,4545,4546,4547,4548,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4796,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,4669,4670,4596,4589,4590,4596,4676,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4836,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4709,4710,4636,4629,4630,4636,4716,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4749,4750,4676,4669,4670,4676,4756,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4789,4790,4716,4709,4710,4716,4796,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4829,4830,4756,4749,4750,4756,4836,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,4796,4789,4790,4796,4556,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,4836,4829,4830,4836,4596,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4556,4541,4542,4543,4544,4545,4546,4547,4548,4556,4549,4550,4796,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4596,4581,4582,4583,4584,4585,4586,4587,4588,4596,4589,4590,4836,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4636,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4676,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4716,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4756,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1618,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4796,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,4836,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4556,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5821,5822,5823,5824,5825,5826,5827,5828,4556,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4596,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5861,5862,5863,5864,5865,5866,5867,5868,4596,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5901,5902,5903,5904,5905,5906,5907,5908,4636,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5941,5942,5943,5944,5945,5946,5947,5948,4676,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5981,5982,5983,5984,5985,5986,5987,5988,4716,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,6021,6022,6023,6024,6025,6026,6027,6028,4756,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,6061,6062,6063,6064,6065,6066,6067,6068,4796,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,6101,6102,6103,6104,6105,6106,6107,6108,4836,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -335,7 +335,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3139,3140,3141,3142,3143,3144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,3139,3140,3141,3142,3143,3144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3184,3185,3186,3187,3188,3189,0,0,0,0,0,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3662,3663,0,0,0,0,0,0,0,0,0,0,0,0,3184,3185,3186,3187,3188,3189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3229,3230,3231,3232,3233,3234,0,0,0,0,0,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3707,3708,0,0,0,0,0,0,0,0,0,0,0,0,3229,3230,3231,3232,3233,3234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,391,391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -10,110 +10,110 @@
|
||||
<tileset firstgid="4533" source="../maps/End_of_Map.tsx"/>
|
||||
<layer id="5" name="Layer 1" width="200" height="122">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4556,4629,4630,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4596,4669,4670,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,4549,4550,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,4589,4590,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,4629,4630,4636,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4629,4630,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,4669,4670,4676,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4669,4670,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4709,4710,4716,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4709,4710,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4749,4750,4756,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4749,4750,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4789,4790,4796,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4789,4790,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4829,4830,4836,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4829,4830,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4549,4550,4556,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4589,4590,4596,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4556,4629,4630,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4596,4669,4670,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,4549,4550,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,4589,4590,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,182,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,4629,4630,4636,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4629,4630,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,4669,4670,4676,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4669,4670,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4709,4710,4716,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4709,4710,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4749,4750,4756,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4749,4750,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4789,4790,4796,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4789,4790,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4829,4830,4836,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4829,4830,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4549,4550,4556,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4589,4590,4596,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4556,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4629,4630,4541,4542,4543,4544,4545,4546,4547,4548,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4596,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4669,4670,4581,4582,4583,4584,4585,4586,4587,4588,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4549,4550,4781,4782,4783,4784,4785,4786,4787,4788,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4589,4590,4821,4822,4823,4824,4825,4826,4827,4828,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -136,109 +136,109 @@
|
||||
</layer>
|
||||
<layer id="6" name="Layer 2" width="200" height="122">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,3661,0,0,0,0,3706,0,3437,3438,3439,3579,0,3512,3513,3514,3660,3488,3489,3376,3437,3438,3439,0,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3488,3489,3282,3283,3353,3354,3355,3356,0,0,3491,0,0,0,3488,3489,3282,3283,3488,3489,3376,3488,3489,3465,3466,3374,3375,3488,3489,0,0,3493,0,0,3410,3411,3412,3413,3342,3343,3344,3345,3796,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,0,3488,3489,0,0,0,0,3482,3483,3484,3488,3489,3557,3558,3559,3705,3533,3534,3421,3482,3483,3484,3620,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,3533,3534,0,3471,3398,3399,3400,3401,0,0,3347,3348,3349,3292,3533,3534,0,0,3533,3534,3421,3533,3534,3510,3511,3419,3420,3533,3534,0,0,3512,3513,3514,3455,3456,3457,3458,3387,3388,3389,3390,3391,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,0,3533,3534,0,3621,0,3577,3578,3447,0,3533,3534,0,3626,3627,3579,0,3796,0,3494,3579,3577,3578,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,0,0,0,0,3443,3444,3445,3446,3276,3277,3392,3393,3394,3357,0,0,0,3491,0,0,0,3292,0,3555,3556,3276,3277,0,0,3577,3578,3557,3558,3559,3500,3501,3502,3503,3432,3433,3434,3435,3436,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,3488,3489,0,0,0,0,3661,0,0,3357,0,0,0,0,0,0,3494,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3471,0,0,0,3287,3288,3545,3546,3547,3577,3578,3478,3479,3480,3481,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,3493,0,3620,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3402,0,3287,3288,0,3403,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,0,0,0,0,0,0,0,0,0,0,3493,0,0,3491,3276,3277,0,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,3403,0,0,0,0,0,3471,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,0,3403,0,3577,3578,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,3150,3557,3558,3559,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,0,0,3512,3513,3514,0,0,0,0,0,3492,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,0,0,3402,3347,3348,3349,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3402,0,0,0,0,0,0,0,0,3292,0,3357,0,0,0,0,3276,3277,0,0,0,3292,0,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,3357,0,3579,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,3353,3354,3355,3356,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,0,3282,3283,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,0,0,0,0,0,3471,3398,3399,3400,3401,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,3471,0,3398,3399,3400,3401,3706,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,3346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,3377,3378,3379,3282,3283,3444,3445,3446,3579,0,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,0,3620,0,0,0,0,0,0,3447,3353,3354,3355,3356,0,0,0,3371,0,0,3488,3489,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,3376,3444,3445,3446,0,0,0,0,3706,0,0,3447,3376,3422,3423,3424,3579,0,0,3706,0,3292,3402,0,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3579,3403,3372,3373,3579,0,3488,3489,3577,3578,0,3398,3399,3400,3401,3276,3277,3579,3512,3513,3514,3533,3534,3437,3438,3439,3533,3534,0,3661,0,0,0,0,0,0,3426,0,0,3426,3347,3348,3349,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,3421,3292,0,0,3448,0,0,0,0,0,0,0,3421,3467,3468,3469,0,3358,0,0,0,3577,3578,0,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,0,3292,3417,3418,3287,3288,3533,3534,3579,3282,3283,3579,3444,3445,3446,0,3577,3578,3557,3558,3559,3292,0,3482,3483,3484,0,3276,3277,3376,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,0,3579,0,0,0,0,0,0,0,0,0,3488,3489,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,3357,0,0,0,0,0,0,0,0,0,3465,3466,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3441,3442,3376,0,0,0,3371,0,0,0,0,0,3371,3351,3352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,3347,3348,3349,0,0,0,0,0,0,0,0,3533,3534,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,3627,0,0,0,0,0,0,0,0,3447,3292,3579,3510,3511,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3486,3487,3421,0,0,0,0,0,0,0,0,0,0,3396,3397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,3392,3393,3394,0,0,0,0,0,0,0,3471,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,3447,0,0,3287,3288,0,0,0,3353,3354,3355,3555,3556,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3531,3532,0,0,0,0,0,0,0,3426,0,0,3377,3378,3379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,3488,3489,3292,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3376,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,3471,0,0,0,0,0,0,0,3422,3423,3424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,3533,3534,0,3751,0,0,0,0,0,0,0,0,3494,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3579,0,3402,0,0,0,3426,0,3443,3444,3445,3446,3421,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,3371,0,0,3467,3468,3469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,0,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3579,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3579,3346,0,0,0,0,0,0,0,3488,3489,3448,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3579,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,3494,3533,3534,3358,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,3403,0,3533,3534,0,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,3533,3534,3358,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,3437,3438,3439,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,3493,0,0,0,0,0,0,3372,3373,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,3482,3483,3484,0,3751,0,0,0,0,3626,3627,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3751,0,0,0,0,3626,3627,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,3577,3578,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3402,3287,3288,0,0,0,0,0,3287,3288,3402,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,3276,3277,3796,0,0,0,0,3357,0,0,0,3661,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,3403,0,0,0,0,0,0,3751,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3796,0,0,0,0,3357,0,0,0,3661,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,3392,3393,3394,0,0,0,3751,0,0,3358,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,3533,3534,0,3357,0,0,0,0,0,0,0,0,3402,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,3577,3578,3492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3357,0,0,0,0,0,0,0,0,3402,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,3465,3466,0,0,0,0,0,0,3358,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,3402,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,0,0,0,0,0,0,3358,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,3510,3511,0,3706,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,0,3577,3578,0,0,0,0,3292,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,3706,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,3555,3556,3579,0,0,3447,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,3287,3288,0,0,0,3579,0,0,3292,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3579,0,0,3447,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,0,3437,3438,3439,0,0,0,0,0,3491,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,3492,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,3491,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,3579,3482,3483,3484,0,0,0,0,0,0,0,3421,3579,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,3494,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3482,3483,3484,0,0,0,0,0,0,0,3421,3579,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,3353,3354,3355,3356,3447,0,0,0,3447,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,3357,0,3492,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3447,0,0,0,3447,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,3398,3399,3400,3401,0,0,0,0,0,0,3448,0,0,3372,3373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,3403,0,3493,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,3448,0,0,3372,3373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,3579,3444,3445,3446,3376,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3444,3445,3446,3376,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,0,3448,3488,3489,3421,0,0,0,0,0,0,0,3282,3283,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,3292,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,3488,3489,3421,0,0,0,0,0,0,0,3282,3283,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,3488,3489,3533,3534,0,0,0,3493,0,0,3447,0,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,3444,3445,3446,3292,0,0,3492,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3533,3534,0,0,0,3493,0,0,3447,0,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,3533,3534,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,3287,3288,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,3437,3438,3439,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,3403,0,0,3357,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,3482,3483,3484,0,3358,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,3494,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3358,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,3276,3277,0,0,0,0,0,0,0,3493,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,3357,0,3292,0,0,3796,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,3493,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,3357,3577,3578,0,0,0,3402,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,3287,3288,0,3492,0,0,0,0,3493,0,0,0,3292,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3577,3578,0,0,0,3402,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,3488,3489,3579,0,0,0,0,0,0,3402,0,0,3376,3465,3466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,3577,3578,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,3533,3534,0,3448,0,0,0,0,0,0,0,0,3421,3510,3511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,3403,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,3492,0,0,0,0,0,3493,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,3353,3354,3355,3356,0,3494,0,0,0,0,0,3448,0,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,3491,0,0,0,0,0,3557,3558,3559,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,3292,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,3488,3489,3705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,3282,3283,3579,3621,0,0,0,0,0,3402,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3347,3348,3349,3579,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3577,3578,0,3491,3488,3489,3347,3348,3349,3282,3283,0,0,3357,0,0,3491,0,0,3276,3277,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3579,0,0,0,0,0,3493,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,3512,3513,3514,0,0,0,0,0,0,0,0,3488,3489,3465,3466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3392,3393,3394,3358,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,0,3282,3283,3579,3533,3534,3392,3393,3394,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3491,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,3557,3558,3559,0,0,0,3706,0,0,0,0,3533,3534,3510,3511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,3488,3489,0,3620,0,0,0,0,0,0,0,0,0,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,3706,0,0,0,0,3292,0,0,0,0,3358,0,0,0,0,0,3443,3444,3445,3446,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538,3539,3444,3445,3446,0,0,0,0,0,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,3533,3534,0,0,0,0,0,0,0,0,0,0,3448,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3358,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3583,3584,3579,3751,0,0,0,0,0,0,0,3421,3488,3489,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,0,3287,3288,3372,3373,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3628,3629,3796,3748,3749,0,0,0,0,3494,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,3488,3489,0,3417,3418,0,3796,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359,3360,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,3793,3794,3751,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,3533,3534,3343,3344,3577,3578,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3751,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,0,3387,3388,3389,3390,3391,3751,0,0,0,0,3751,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,3796,0,0,0,3751,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,3447,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,3403,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,0,3477,3478,3479,3480,3481,0,0,0,0,0,3292,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,3447,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,3493,0,0,0,3402,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,3276,3277,3579,0,0,3358,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,3579,3533,3534,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,3444,3445,3446,3447,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,3465,3466,0,0,0,0,0,0,0,3448,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3292,0,0,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,3353,3354,3355,3577,3578,0,0,0,0,3488,3489,0,0,0,3579,3287,3288,3748,3749,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,0,0,0,0,0,0,0,0,3403,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,3510,3511,3492,0,0,0,0,0,0,0,0,0,3661,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3488,3489,3358,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3577,3578,3398,3399,3400,3401,3579,3276,3277,3488,3489,3533,3534,0,3347,3348,3349,3488,3489,3793,3794,3626,3627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,3555,3556,3376,0,3620,0,0,0,0,0,0,0,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3444,3445,3446,3533,3534,3579,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,3579,3282,3283,3444,3445,3446,3577,3578,3751,3533,3534,3706,3287,3288,3392,3393,3394,3533,3534,0,0,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,3533,3534,0,0,0,0,3493,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,3374,3375,3421,0,0,0,0,0,0,0,3661,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,3358,0,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,3419,3420,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3494,0,0,0,0,0,3292,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,3282,3283,0,0,3494,0,0,0,0,3491,0,3579,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3447,0,0,0,0,0,0,0,0,3448,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,0,0,3579,3376,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,3342,3343,3344,3421,3346,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,3403,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,3387,3388,3389,3390,3391,0,0,0,0,0,0,3488,3489,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,3491,0,0,0,0,0,3557,3558,3559,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,3432,3433,3434,3435,3436,0,0,0,3292,0,0,3533,3534,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,3488,3489,3705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,3287,3288,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3536,3537,0,3342,3343,3344,3345,3346,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,3282,3283,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,3488,3489,3488,3489,3282,3283,3353,3354,3355,3356,0,0,3491,0,0,0,3488,3489,3282,3283,3488,3489,3376,3488,3489,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3488,3489,0,0,0,3577,3578,3579,0,3353,3354,3355,3356,3276,3277,3353,3354,3355,3356,0,0,3488,3489,3581,3582,0,3387,3388,3389,3390,3391,3581,3582,0,0,0,3347,3348,3349,3353,3354,3355,3577,3578,0,3579,3577,3578,0,3491,3488,3489,3347,3348,3349,3282,3283,0,0,3357,0,0,3491,0,0,3276,3277,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,3292,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,3533,3534,3533,3534,0,3471,3398,3399,3400,3401,0,0,3347,3348,3349,3292,3533,3534,0,0,3533,3534,3421,3533,3534,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,3533,3534,3276,3277,3488,3489,0,3282,3283,3398,3399,3400,3401,3579,0,3398,3399,3400,3401,0,3579,3533,3534,3626,3627,0,3432,3433,3434,3435,3436,3626,3627,3579,3282,3283,3392,3393,3394,3398,3399,3400,3401,3376,3292,0,0,3282,3283,3579,3533,3534,3392,3393,3394,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,3443,3444,3445,3446,3282,3283,0,0,0,0,0,3443,3444,3445,3446,3276,3277,3392,3393,3394,3357,0,0,0,3491,0,0,0,3292,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,0,0,3491,0,3533,3534,0,0,0,3443,3444,3445,3446,0,0,3443,3444,3445,3446,3276,3277,0,0,0,3287,3288,3477,3478,3479,3480,3481,0,3353,3354,3355,3356,0,0,3577,3578,3444,3445,3446,3421,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,3465,3466,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,3398,3399,3400,3401,0,0,0,3447,0,0,0,0,0,0,0,0,3706,0,0,0,0,3292,0,0,0,0,3358,0,0,0,0,0,3443,3444,3445,3446,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,3510,3511,0,0,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,0,0,0,3492,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,0,0,0,0,0,3471,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,3491,0,0,0,0,3492,0,0,0,3493,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,3347,3348,3349,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,3621,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3402,0,0,0,0,0,0,0,0,3292,0,3357,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3494,0,0,0,3494,3491,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,3751,0,0,3661,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,3796,0,0,0,3751,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,3398,3399,3400,3401,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,3493,0,0,0,3491,0,0,0,0,3661,0,0,0,0,0,0,0,0,3365,3366,3367,3368,0,0,0,0,3751,0,0,0,3448,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,3447,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,0,3444,3445,3446,3342,3343,3344,3345,3346,0,0,0,0,0,0,0,0,0,0,0,3346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,3494,0,3353,3354,3355,3356,0,0,0,0,0,0,3492,0,0,0,3353,3354,3355,3356,0,0,3494,0,0,0,0,0,0,3471,0,0,0,0,3410,3411,3412,3413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,3579,3533,3534,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,3488,3489,3488,3489,3387,3388,3389,3390,3391,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3620,0,0,0,0,0,0,3447,3353,3354,3355,3356,0,0,0,3371,0,0,3488,3489,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,3398,3399,3400,3401,0,3292,3512,3513,3514,0,0,0,0,0,3398,3399,3400,3401,3292,3488,3489,0,0,0,0,3462,3463,3464,0,0,0,0,3455,3456,3457,3458,0,0,0,0,3353,3354,3355,3356,0,0,3353,3354,3355,3577,3578,0,0,0,0,3488,3489,0,0,0,3579,3287,3288,3748,3749,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,3533,3534,3533,3534,3432,3433,3434,3435,3436,0,0,3398,3399,3400,3401,0,0,3347,3348,3349,3579,3403,3372,3373,3579,0,3488,3489,3577,3578,0,3398,3399,3400,3401,3276,3277,3579,3512,3513,3514,3533,3534,0,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3488,3489,3443,3444,3445,3446,3488,3489,3557,3558,3559,3287,3288,3488,3489,3579,3443,3444,3445,3446,0,3533,3534,0,3376,3276,3277,3507,3508,3509,3351,3352,0,0,3500,3501,3502,3503,3372,3373,0,0,3398,3399,3400,3401,3577,3578,3398,3399,3400,3401,3579,3276,3277,3488,3489,3533,3534,0,3347,3348,3349,3488,3489,3793,3794,3626,3627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,0,0,3276,3277,3477,3478,3479,3480,3481,3282,3283,3443,3444,3445,3446,3276,3277,3392,3393,3394,0,3292,3417,3418,3287,3288,3533,3534,3579,3282,3283,3579,3444,3445,3446,0,3577,3578,3557,3558,3559,3292,0,0,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,3533,3534,3276,3277,0,0,3533,3534,0,0,3577,3578,0,3533,3534,3282,3283,0,0,0,0,0,0,3579,3421,0,0,3552,3553,3554,3396,3397,3282,3283,3545,3546,3547,3548,3417,3418,3276,3277,3443,3444,3445,3446,3579,3282,3283,3444,3445,3446,3577,3578,3751,3533,3534,3706,3287,3288,3392,3393,3394,3533,3534,0,0,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4556,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4596,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4549,4550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4589,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,3367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,3706,0,3437,3438,3439,3579,0,3512,3513,3514,3660,3488,3489,3376,3437,3438,3439,0,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3488,3489,3282,3283,3353,3354,3355,3356,0,0,3491,0,0,0,3488,3489,3282,3283,3488,3489,3376,3488,3489,3465,3466,3374,3375,3488,3489,0,0,3493,0,0,3410,3411,3412,3413,3342,3343,3344,3345,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3482,3483,3484,3488,3489,3557,3558,3559,3705,3533,3534,3421,3482,3483,3484,3620,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,3533,3534,0,3471,3398,3399,3400,3401,0,0,3347,3348,3349,3292,3533,3534,0,0,3533,3534,3421,3533,3534,3510,3511,3419,3420,3533,3534,0,0,3512,3513,3514,3455,3456,3457,3458,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3621,0,3577,3578,3447,0,3533,3534,0,3626,3627,3579,0,3796,0,3494,3579,3577,3578,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,0,0,0,0,3443,3444,3445,3446,3276,3277,3392,3393,3394,3357,0,0,0,3491,0,0,0,3292,0,3555,3556,3276,3277,0,0,3577,3578,3557,3558,3559,3500,3501,3502,3503,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3661,0,0,3357,0,0,0,0,0,0,3494,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3471,0,0,0,3287,3288,3545,3546,3547,3577,3578,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,0,3620,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3402,0,3287,3288,0,3403,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,0,0,0,0,0,0,0,0,0,0,3493,0,0,3491,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,3403,0,0,0,0,0,3471,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,0,3577,3578,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,3150,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,3492,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,0,0,3402,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3402,0,0,0,0,0,0,0,0,3292,0,3357,0,0,0,0,3276,3277,0,0,0,3292,0,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,0,3579,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,0,0,0,0,0,3471,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,3471,0,3398,3399,3400,3401,3706,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,3346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,3377,3378,3379,3282,3283,3444,3445,3446,3579,0,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,0,3620,0,0,0,0,0,0,3447,3353,3354,3355,3356,0,0,0,3371,0,0,3488,3489,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,3444,3445,3446,0,0,0,0,3706,0,0,3447,3376,3422,3423,3424,3579,0,0,3706,0,3292,3402,0,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3579,3403,3372,3373,3579,0,3488,3489,3577,3578,0,3398,3399,3400,3401,3276,3277,3579,3512,3513,3514,3533,3534,3437,3438,3439,3533,3534,0,3661,0,0,0,0,0,0,3426,0,0,3426,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,3292,0,0,3448,0,0,0,0,0,0,0,3421,3467,3468,3469,0,3358,0,0,0,3577,3578,0,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,0,3292,3417,3418,3287,3288,3533,3534,3579,3282,3283,3579,3444,3445,3446,0,3577,3578,3557,3558,3559,3292,0,3482,3483,3484,0,3276,3277,3376,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,3488,3489,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,3357,0,0,0,0,0,0,0,0,0,3465,3466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3441,3442,3376,0,0,0,3371,0,0,0,0,0,3371,3351,3352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,3533,3534,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,3627,0,0,0,0,0,0,0,0,3447,3292,3579,3510,3511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3486,3487,3421,0,0,0,0,0,0,0,0,0,0,3396,3397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,3471,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,3447,0,0,3287,3288,0,0,0,3353,3354,3355,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3531,3532,0,0,0,0,0,0,0,3426,0,0,3377,3378,3379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3292,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,3471,0,0,0,0,0,0,0,3422,3423,3424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3751,0,0,0,0,0,0,0,0,3494,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3579,0,3402,0,0,0,3426,0,3443,3444,3445,3446,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,3371,0,0,3467,3468,3469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3579,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3579,3346,0,0,0,0,0,0,0,3488,3489,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3579,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,3533,3534,3358,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,3403,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,3533,3534,3358,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,3493,0,0,0,0,0,0,3372,3373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3751,0,0,0,0,3626,3627,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3751,0,0,0,0,3626,3627,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3402,3287,3288,0,0,0,0,0,3287,3288,3402,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3796,0,0,0,0,3357,0,0,0,3661,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,3403,0,0,0,0,0,0,3751,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3796,0,0,0,0,3357,0,0,0,3661,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,3392,3393,3394,0,0,0,3751,0,0,3358,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3357,0,0,0,0,0,0,0,0,3402,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,3577,3578,3492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3357,0,0,0,0,0,0,0,0,3402,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,0,0,0,0,0,0,3358,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,3402,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,0,0,0,0,0,0,3358,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,3706,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,0,3577,3578,0,0,0,0,3292,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,3706,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3579,0,0,3447,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,3287,3288,0,0,0,3579,0,0,3292,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3579,0,0,3447,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,3491,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,3492,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,3491,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3482,3483,3484,0,0,0,0,0,0,0,3421,3579,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,3494,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3482,3483,3484,0,0,0,0,0,0,0,3421,3579,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3447,0,0,0,3447,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,3357,0,3492,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3447,0,0,0,3447,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,3448,0,0,3372,3373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,3403,0,3493,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,3448,0,0,3372,3373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3444,3445,3446,3376,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3444,3445,3446,3376,0,0,0,0,0,0,0,0,3417,3418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,3488,3489,3421,0,0,0,0,0,0,0,3282,3283,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,3292,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,3488,3489,3421,0,0,0,0,0,0,0,3282,3283,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3533,3534,0,0,0,3493,0,0,3447,0,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,3444,3445,3446,3292,0,0,3492,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3533,3534,0,0,0,3493,0,0,3447,0,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,3287,3288,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,3403,0,0,3357,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3437,3438,3439,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3358,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,3494,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,3483,3484,0,3358,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,3493,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,3357,0,3292,0,0,3796,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,3493,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3577,3578,0,0,0,3402,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3751,3287,3288,0,3492,0,0,0,0,3493,0,0,0,3292,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3577,3578,0,0,0,3402,0,0,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3579,0,0,0,0,0,0,3402,0,0,3376,3465,3466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,3577,3578,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3448,0,0,0,0,0,0,0,0,3421,3510,3511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,3403,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,3492,0,0,0,0,0,3493,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,3494,0,0,0,0,0,3448,0,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,3491,0,0,0,0,0,3557,3558,3559,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,3488,3489,0,0,0,0,0,0,0,3342,3343,3344,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,3292,3402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,3488,3489,3705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,3579,3621,0,0,0,0,0,3402,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3347,3348,3349,3579,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3577,3578,0,3491,3488,3489,3347,3348,3349,3282,3283,0,0,3357,0,0,3491,0,0,3276,3277,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3579,0,0,0,0,0,3493,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,3488,3489,3465,3466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3392,3393,3394,3358,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,0,3282,3283,3579,3533,3534,3392,3393,3394,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3491,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,3706,0,0,0,0,3533,3534,3510,3511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,3620,0,0,0,0,0,0,0,0,0,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,3706,0,0,0,0,3292,0,0,0,0,3358,0,0,0,0,0,3443,3444,3445,3446,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538,3539,3444,3445,3446,0,0,0,0,0,0,3376,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,3448,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3358,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3583,3584,3579,3751,0,0,0,0,0,0,0,3421,3488,3489,3796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3372,3373,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3628,3629,3796,3748,3749,0,0,0,0,3494,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,3417,3418,0,3796,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359,3360,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,3793,3794,3751,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3343,3344,3577,3578,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,3751,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,3751,0,0,0,0,3751,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,3796,0,0,0,3751,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,3447,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,3403,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,3292,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,3447,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,3493,0,0,0,3402,3557,3558,3559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3579,0,0,3358,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,3579,3533,3534,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,3444,3445,3446,3447,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,0,0,0,0,0,0,0,3448,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3292,0,0,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,3353,3354,3355,3577,3578,0,0,0,0,3488,3489,0,0,0,3579,3287,3288,3748,3749,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,0,0,0,0,0,0,0,0,3403,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,3492,0,0,0,0,0,0,0,0,0,3661,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3488,3489,3358,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3577,3578,3398,3399,3400,3401,3579,3276,3277,3488,3489,3533,3534,0,3347,3348,3349,3488,3489,3793,3794,3626,3627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,3376,0,3620,0,0,0,0,0,0,0,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3444,3445,3446,3533,3534,3579,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,3579,3282,3283,3444,3445,3446,3577,3578,3751,3533,3534,3706,3287,3288,3392,3393,3394,3533,3534,0,0,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796,3533,3534,0,0,0,0,3493,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3374,3375,3421,0,0,0,0,0,0,0,3661,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,3358,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,3420,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,3494,0,0,0,0,0,3292,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,3494,0,0,0,0,3491,0,3579,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3447,0,0,0,0,0,0,0,3448,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,3376,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3421,3346,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,3403,0,3512,3513,3514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,3488,3489,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,3491,0,0,0,0,0,3557,3558,3559,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3432,3433,3434,3435,3436,0,0,0,3292,0,0,3533,3534,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,3513,3514,0,0,0,0,0,0,0,0,3488,3489,3705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,3287,3288,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3536,3537,0,3342,3343,3344,3345,3346,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3557,3558,3559,0,0,0,0,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,3488,3489,3488,3489,3282,3283,3353,3354,3355,3356,0,0,3491,0,0,0,3488,3489,3282,3283,3488,3489,3376,3488,3489,3488,3489,3276,3277,3579,0,3376,3579,0,3347,3348,3349,3579,0,3353,3354,3355,3356,3276,3277,3579,0,3579,3488,3489,0,0,0,3577,3578,3579,0,3353,3354,3355,3356,3276,3277,3353,3354,3355,3356,0,0,3488,3489,3581,3582,0,3387,3388,3389,3390,3391,3581,3582,0,0,0,3347,3348,3349,3353,3354,3355,3577,3578,0,3579,3577,3578,0,3491,3488,3489,3347,3348,3349,3282,3283,0,0,3357,0,0,3491,0,0,3276,3277,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,3533,3534,3533,3534,0,3471,3398,3399,3400,3401,0,0,3347,3348,3349,3292,3533,3534,0,0,3533,3534,3421,3533,3534,3533,3534,3579,3353,3354,3355,3421,3282,3283,3392,3393,3394,3282,3283,3398,3399,3400,3401,3579,3353,3354,3355,3356,3533,3534,3276,3277,3488,3489,0,3282,3283,3398,3399,3400,3401,3579,0,3398,3399,3400,3401,0,3579,3533,3534,3626,3627,0,3432,3433,3434,3435,3436,3626,3627,3579,3282,3283,3392,3393,3394,3398,3399,3400,3401,3376,3292,0,0,3282,3283,3579,3533,3534,3392,3393,3394,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,3443,3444,3445,3446,3282,3283,0,0,0,0,0,3443,3444,3445,3446,3276,3277,3392,3393,3394,3357,0,0,0,3491,0,0,0,3292,0,0,0,0,3398,3399,3400,3401,0,0,0,0,0,0,0,3443,3444,3445,3446,0,3398,3399,3400,3401,0,0,3491,0,3533,3534,0,0,0,3443,3444,3445,3446,0,0,3443,3444,3445,3446,3276,3277,0,0,0,3287,3288,3477,3478,3479,3480,3481,0,3353,3354,3355,3356,0,0,3577,3578,3444,3445,3446,3421,0,0,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3465,3466,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,3403,0,0,0,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,3398,3399,3400,3401,0,0,0,3447,0,0,0,0,0,0,0,0,3706,0,0,0,0,3292,0,0,0,0,3358,0,0,0,0,0,3443,3444,3445,3446,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3511,0,0,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,0,0,0,3492,3443,3444,3445,3446,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3342,3343,3344,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,3556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403,0,0,0,0,0,3471,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3358,0,0,0,0,3491,0,0,0,0,3492,0,0,0,3493,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,3387,3388,3389,3390,3391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,3706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,3432,3433,3434,3435,3436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,3283,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,3621,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,0,0,0,3477,3478,3479,3480,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3402,0,0,0,0,0,0,0,0,3292,0,3357,0,0,0,0,3276,3277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3494,0,0,0,3494,3491,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,3402,0,0,0,0,3751,0,0,3661,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,3796,0,0,0,3751,0,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,3288,3620,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,3494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,3579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,3493,0,0,0,0,0,0,0,0,3493,0,0,0,3491,0,0,0,0,3661,0,0,0,0,0,0,0,0,3365,3366,3367,3368,0,0,0,0,3751,0,0,0,3448,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,3447,0,0,0,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,3445,3446,3342,3343,3344,3345,3346,0,0,0,0,0,0,0,0,0,0,0,3346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,3353,3354,3355,3356,3402,0,0,0,0,0,0,0,0,0,3488,3489,3494,0,3353,3354,3355,3356,0,0,0,0,0,0,3492,0,0,0,3353,3354,3355,3356,0,0,3494,0,0,0,0,0,0,3471,0,0,0,0,3410,3411,3412,3413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,0,3579,3533,3534,3536,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,3488,3489,3387,3388,3389,3390,3391,0,0,3353,3354,3355,3356,0,0,0,0,0,0,0,0,3620,0,0,0,0,0,0,3447,3353,3354,3355,3356,0,0,0,3371,0,0,3488,3489,3579,3282,3283,0,0,0,0,3398,3399,3400,3401,3488,3489,0,0,0,3579,3353,3354,3355,0,3533,3534,0,0,3398,3399,3400,3401,0,3292,3512,3513,3514,0,0,0,0,0,3398,3399,3400,3401,3292,3488,3489,0,0,0,0,3462,3463,3464,0,0,0,0,3455,3456,3457,3458,0,0,0,0,3353,3354,3355,3356,0,0,3353,3354,3355,3577,3578,0,0,0,0,3488,3489,0,0,0,3579,3287,3288,3748,3749,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,3533,3534,3432,3433,3434,3435,3436,0,0,3398,3399,3400,3401,0,0,3347,3348,3349,3579,3403,3372,3373,3579,0,3488,3489,3577,3578,0,3398,3399,3400,3401,3276,3277,3579,3512,3513,3514,3533,3534,0,3488,3489,3347,3348,3349,3287,3288,3444,3445,3446,3533,3534,3577,3578,3579,3292,3398,3399,3400,3401,3292,0,3488,3489,3443,3444,3445,3446,3488,3489,3557,3558,3559,3287,3288,3488,3489,3579,3443,3444,3445,3446,0,3533,3534,0,3376,3276,3277,3507,3508,3509,3351,3352,0,0,3500,3501,3502,3503,3372,3373,0,0,3398,3399,3400,3401,3577,3578,3398,3399,3400,3401,3579,3276,3277,3488,3489,3533,3534,0,3347,3348,3349,3488,3489,3793,3794,3626,3627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,3277,3477,3478,3479,3480,3481,3282,3283,3443,3444,3445,3446,3276,3277,3392,3393,3394,0,3292,3417,3418,3287,3288,3533,3534,3579,3282,3283,3579,3444,3445,3446,0,3577,3578,3557,3558,3559,3292,0,0,3533,3534,3392,3393,3394,0,0,3621,0,0,3287,3288,0,3796,0,0,3443,3444,3445,3446,3357,0,3533,3534,3276,3277,0,0,3533,3534,0,0,3577,3578,0,3533,3534,3282,3283,0,0,0,0,0,0,3579,3421,0,0,3552,3553,3554,3396,3397,3282,3283,3545,3546,3547,3548,3417,3418,3276,3277,3443,3444,3445,3446,3579,3282,3283,3444,3445,3446,3577,3578,3751,3533,3534,3706,3287,3288,3392,3393,3394,3533,3534,0,0,3751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -260,7 +260,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="7" name="Layer 3" width="200" height="122">
|
||||
<layer id="7" name="Layer 3" width="200" height="122" visible="0">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="205" height="250" tilewidth="24" tileheight="24" infinite="0" nextlayerid="8" nextobjectid="97">
|
||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="right-down" width="205" height="250" tilewidth="24" tileheight="24" infinite="0" nextlayerid="8" nextobjectid="97">
|
||||
<properties>
|
||||
<property name="Backdrop" propertytype="Backdrop" value="forest"/>
|
||||
<property name="Background Music" propertytype="BGM" value="foresty1_1"/>
|
||||
@ -71,176 +71,176 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,0,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4709,4710,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,0,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4749,4750,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,0,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4789,4790,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,0,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4829,4830,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,0,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4869,4870,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,0,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4909,4910,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,0,6133,6134,6135,6136,6137,6138,6139,6140,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4629,4630,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,0,6173,6174,6175,6176,6177,6178,6179,6180,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4669,4670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4869,4870,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4909,4910,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5551,5552,5553,5554,5555,5556,5549,5550,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,596,596,492,596,545,492,596,545,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,544,544,545,544,545,544,545,544,544,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,545,596,492,596,597,544,545,545,545,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,1046,5271,5272,5273,5274,5275,5276,5269,5270,
|
||||
0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,1046,5311,5312,5313,5314,5315,5316,5309,5310,
|
||||
0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,1046,5269,5270,5271,5272,5273,5274,5275,5276,
|
||||
0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,1046,5309,5310,5311,5312,5313,5314,5315,5316,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,1046,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,1046,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,1046,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,1046,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,1046,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,1046,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,1046,4853,4854,4855,4856,4857,4858,4859,4860,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,1046,4893,4894,4895,4896,4897,4898,4899,4900,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,1046,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,1046,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,1046,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5556,5551,5552,5553,5554,5555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,1046,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,4636,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,5549,5550,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,1046,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,4676,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4829,4830,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,1046,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,4716,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4869,4870,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,597,597,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,597,597,597,597,1046,5493,5494,5495,5496,5497,5498,5499,5500,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,4756,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4909,4910,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,5533,5534,5535,5536,5537,5538,5539,5540,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,4796,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4629,4630,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4636,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,4876,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,4836,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4669,4670,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4676,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,4916,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4876,5493,5494,5495,5496,5497,5498,5499,5500,4876,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4716,5271,5272,5273,5274,5275,5276,5269,5270,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,4636,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4916,5533,5534,5535,5536,5537,5538,5539,5540,4916,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4869,4870,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4756,5311,5312,5313,5314,5315,5316,5309,5310,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,4676,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4909,4910,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4796,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,4716,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4836,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,4756,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4836,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,4796,4853,4854,4855,4856,4857,4858,4859,4860,
|
||||
0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,4836,4893,4894,4895,4896,4897,4898,4899,4900,
|
||||
0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5556,5549,5550,5549,5550,5551,5552,5555,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,4636,4876,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,4613,4614,4615,4616,4617,4618,4619,4620,5269,5270,5271,5272,5273,5274,5275,5276,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,4613,4614,4615,4616,4617,4618,4619,4620,5269,5270,5271,5272,5273,5274,5275,5276,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,4676,4916,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,4653,4654,4655,4656,4657,4658,4659,4660,5309,5310,5311,5312,5313,5314,5315,5316,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,4653,4654,4655,4656,4657,4658,4659,4660,5309,5310,5311,5312,5313,5314,5315,5316,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4716,4636,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,4693,4694,4695,4696,4697,4698,4699,4700,5253,5254,5255,5256,5257,5258,5259,5260,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,4693,4694,4695,4696,4697,4698,4699,4700,5253,5254,5255,5256,5257,5258,5259,5260,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4756,4676,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,4733,4734,4735,4736,4737,4738,4739,4740,5293,5294,5295,5296,5297,5298,5299,5300,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,4733,4734,4735,4736,4737,4738,4739,4740,5293,5294,5295,5296,5297,5298,5299,5300,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,4636,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4796,4716,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,4773,4774,4775,4776,4777,4778,4779,4780,5333,5334,5335,5336,5337,5338,5339,5340,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,4773,4774,4775,4776,4777,4778,4779,4780,5333,5334,5335,5336,5337,5338,5339,5340,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,4676,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4836,4756,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,4813,4814,4815,4816,4817,4818,4819,4820,5373,5374,5375,5376,5377,5378,5379,5380,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,4813,4814,4815,4816,4817,4818,4819,4820,5373,5374,5375,5376,5377,5378,5379,5380,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,4716,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4876,4796,5493,5494,5495,5496,5497,5498,5499,5500,4773,4774,4775,4776,4777,4778,4779,4780,4853,4854,4855,4856,4857,4858,4859,4860,5413,5414,5415,5416,5417,5418,5419,5420,5493,5494,5495,5496,5497,5498,5499,5500,4773,4774,4775,4776,4777,4778,4779,4780,4853,4854,4855,4856,4857,4858,4859,4860,5413,5414,5415,5416,5417,5418,5419,5420,5493,5494,5495,5496,5497,5498,5499,5500,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,4756,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4916,4836,5533,5534,5535,5536,5537,5538,5539,5540,4813,4814,4815,4816,4817,4818,4819,4820,4893,4894,4895,4896,4897,4898,4899,4900,5453,5454,5455,5456,5457,5458,5459,5460,5533,5534,5535,5536,5537,5538,5539,5540,4813,4814,4815,4816,4817,4818,4819,4820,4893,4894,4895,4896,4897,4898,4899,4900,5453,5454,5455,5456,5457,5458,5459,5460,5533,5534,5535,5536,5537,5538,5539,5540,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,4796,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,4629,4630,5269,5270,5271,5272,5273,5274,5275,5276,4853,4854,4855,4856,4857,4858,4859,4860,5269,5270,5271,5272,5273,5274,5275,5276,5493,5494,5495,5496,5497,5498,5499,5500,5269,5270,5271,5272,5273,5274,5275,5276,4853,4854,4855,4856,4857,4858,4859,4860,5269,5270,5271,5272,5273,5274,5275,5276,5493,5494,5495,5496,5497,5498,5499,5500,5269,5270,5271,5272,5273,5274,5275,5276,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,4836,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,4669,4670,5309,5310,5311,5312,5313,5314,5315,5316,4893,4894,4895,4896,4897,4898,4899,4900,5309,5310,5311,5312,5313,5314,5315,5316,5533,5534,5535,5536,5537,5538,5539,5540,5309,5310,5311,5312,5313,5314,5315,5316,4893,4894,4895,4896,4897,4898,4899,4900,5309,5310,5311,5312,5313,5314,5315,5316,5533,5534,5535,5536,5537,5538,5539,5540,5309,5310,5311,5312,5313,5314,5315,5316,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4876,4876,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4916,4916,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5556,5549,5550,5551,5552,5553,5554,5555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4876,4869,4870,4876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4916,4909,4910,4916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4709,4710,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4749,4750,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4789,4790,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4829,4830,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4869,4870,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4909,4910,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4876,6141,6142,6143,6144,6145,6146,6147,6148,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4629,4630,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4916,6181,6182,6183,6184,6185,6186,6187,6188,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4669,4670,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4869,4870,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4909,4910,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5551,5552,5553,5554,5555,5556,5549,5550,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,596,596,492,596,545,492,596,545,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,544,544,545,544,545,544,545,544,544,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,545,596,492,596,597,544,545,545,545,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,132,680,680,680,680,680,680,680,680,
|
||||
0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,132,5271,5272,5273,5274,5275,5276,5269,5270,
|
||||
0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,132,5311,5312,5313,5314,5315,5316,5309,5310,
|
||||
0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,680,680,680,680,680,680,680,680,130,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,132,5269,5270,5271,5272,5273,5274,5275,5276,
|
||||
0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,132,5309,5310,5311,5312,5313,5314,5315,5316,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,132,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,132,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,132,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,132,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,132,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,132,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,132,4861,4862,4863,4864,4865,4866,4867,4868,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,132,4901,4902,4903,4904,4905,4906,4907,4908,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,132,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,132,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,132,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5556,5551,5552,5553,5554,5555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,132,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,4636,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,5549,5550,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,132,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,4676,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4829,4830,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,132,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,4716,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4869,4870,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,597,597,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,1462,597,597,597,597,132,5501,5502,5503,5504,5505,5506,5507,5508,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,4756,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4909,4910,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,182,1462,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,184,5541,5542,5543,5544,5545,5546,5547,5548,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,4796,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4629,4630,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4636,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,4876,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,4836,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4669,4670,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4676,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,4916,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4876,5501,5502,5503,5504,5505,5506,5507,5508,4876,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4716,5271,5272,5273,5274,5275,5276,5269,5270,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,4636,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4916,5541,5542,5543,5544,5545,5546,5547,5548,4916,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4869,4870,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4756,5311,5312,5313,5314,5315,5316,5309,5310,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,4676,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4909,4910,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4796,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,4716,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4836,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,4756,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4836,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,4796,4861,4862,4863,4864,4865,4866,4867,4868,
|
||||
0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,4836,4901,4902,4903,4904,4905,4906,4907,4908,
|
||||
0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5556,5549,5550,5549,5550,5551,5552,5555,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,4636,4876,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,4621,4622,4623,4624,4625,4626,4627,4628,5269,5270,5271,5272,5273,5274,5275,5276,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,4621,4622,4623,4624,4625,4626,4627,4628,5269,5270,5271,5272,5273,5274,5275,5276,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,4676,4916,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,4661,4662,4663,4664,4665,4666,4667,4668,5309,5310,5311,5312,5313,5314,5315,5316,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,4661,4662,4663,4664,4665,4666,4667,4668,5309,5310,5311,5312,5313,5314,5315,5316,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4716,4636,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,4701,4702,4703,4704,4705,4706,4707,4708,5261,5262,5263,5264,5265,5266,5267,5268,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,4701,4702,4703,4704,4705,4706,4707,4708,5261,5262,5263,5264,5265,5266,5267,5268,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4756,4676,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,4741,4742,4743,4744,4745,4746,4747,4748,5301,5302,5303,5304,5305,5306,5307,5308,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,4741,4742,4743,4744,4745,4746,4747,4748,5301,5302,5303,5304,5305,5306,5307,5308,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,4636,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4796,4716,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,4781,4782,4783,4784,4785,4786,4787,4788,5341,5342,5343,5344,5345,5346,5347,5348,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,4781,4782,4783,4784,4785,4786,4787,4788,5341,5342,5343,5344,5345,5346,5347,5348,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,4676,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4836,4756,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,4821,4822,4823,4824,4825,4826,4827,4828,5381,5382,5383,5384,5385,5386,5387,5388,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,4821,4822,4823,4824,4825,4826,4827,4828,5381,5382,5383,5384,5385,5386,5387,5388,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,4716,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4876,4796,5501,5502,5503,5504,5505,5506,5507,5508,4781,4782,4783,4784,4785,4786,4787,4788,4861,4862,4863,4864,4865,4866,4867,4868,5421,5422,5423,5424,5425,5426,5427,5428,5501,5502,5503,5504,5505,5506,5507,5508,4781,4782,4783,4784,4785,4786,4787,4788,4861,4862,4863,4864,4865,4866,4867,4868,5421,5422,5423,5424,5425,5426,5427,5428,5501,5502,5503,5504,5505,5506,5507,5508,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,4756,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4916,4836,5541,5542,5543,5544,5545,5546,5547,5548,4821,4822,4823,4824,4825,4826,4827,4828,4901,4902,4903,4904,4905,4906,4907,4908,5461,5462,5463,5464,5465,5466,5467,5468,5541,5542,5543,5544,5545,5546,5547,5548,4821,4822,4823,4824,4825,4826,4827,4828,4901,4902,4903,4904,4905,4906,4907,4908,5461,5462,5463,5464,5465,5466,5467,5468,5541,5542,5543,5544,5545,5546,5547,5548,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,4796,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,4629,4630,5269,5270,5271,5272,5273,5274,5275,5276,4861,4862,4863,4864,4865,4866,4867,4868,5269,5270,5271,5272,5273,5274,5275,5276,5501,5502,5503,5504,5505,5506,5507,5508,5269,5270,5271,5272,5273,5274,5275,5276,4861,4862,4863,4864,4865,4866,4867,4868,5269,5270,5271,5272,5273,5274,5275,5276,5501,5502,5503,5504,5505,5506,5507,5508,5269,5270,5271,5272,5273,5274,5275,5276,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,4836,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,4669,4670,5309,5310,5311,5312,5313,5314,5315,5316,4901,4902,4903,4904,4905,4906,4907,4908,5309,5310,5311,5312,5313,5314,5315,5316,5541,5542,5543,5544,5545,5546,5547,5548,5309,5310,5311,5312,5313,5314,5315,5316,4901,4902,4903,4904,4905,4906,4907,4908,5309,5310,5311,5312,5313,5314,5315,5316,5541,5542,5543,5544,5545,5546,5547,5548,5309,5310,5311,5312,5313,5314,5315,5316,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4876,4876,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4916,4916,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5556,5549,5550,5551,5552,5553,5554,5555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,4629,4630,4636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,4669,4670,4676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,4709,4710,4716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,4749,4750,4756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,4789,4790,4796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,4829,4830,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4876,4869,4870,4876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4916,4909,4910,4916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -650,10 +650,10 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -670,6 +670,9 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -689,12 +692,9 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -13,161 +13,161 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,4556,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,4596,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,5189,5190,5191,5192,5193,5194,5195,5196,4749,4750,4629,4630,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,5229,5230,5231,5232,5233,5234,5235,5236,4789,4790,4669,4670,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4556,4549,4550,4829,4830,4709,4710,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4596,4589,4590,4629,4630,4549,4550,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4669,4670,4589,4590,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4709,4710,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5191,5192,5193,5194,5195,5196,5189,5190,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4549,4550,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5231,5232,5233,5234,5235,5236,5229,5230,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4589,4590,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5189,5190,5191,5192,5193,5194,5195,5196,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5229,5230,5231,5232,5233,5234,5235,5236,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,4549,4550,4749,4750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4749,4750,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,4589,4590,4789,4790,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4789,4790,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,4829,4830,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4829,4830,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,4629,4630,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4549,4550,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,4669,4670,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4589,4590,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,4709,4710,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4629,4630,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,4549,4550,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4669,4670,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,4589,4590,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4709,4710,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5471,5472,5473,5474,5475,5476,5469,5470,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4556,4549,4550,4796,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4596,4589,4590,4836,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,5173,5174,5175,5176,5177,5178,5179,5180,4556,5813,5814,5815,5816,5817,5818,5819,5820,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4749,4750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4636,4629,4630,4556,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,4629,4630,5213,5214,5215,5216,5217,5218,5219,5220,4596,5853,5854,5855,5856,5857,5858,5859,5860,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4789,4790,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4676,4669,4670,4596,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,4669,4670,5253,5254,5255,5256,5257,5258,5259,5260,4636,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4829,4830,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4716,4709,4710,4636,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5471,5472,5473,5474,5475,5476,4709,4710,5293,5294,5295,5296,5297,5298,5299,5300,4676,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4549,4550,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4756,4749,4750,4676,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,4630,4629,4630,4749,4750,4749,4750,5333,5334,5335,5336,5337,5338,5339,5340,4716,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4589,4590,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4796,4789,4790,4716,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4669,4670,4669,4670,4789,4790,4789,4790,5373,5374,5375,5376,5377,5378,5379,5380,4756,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4629,4630,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4836,4829,4830,4756,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4709,4710,4709,4710,4829,4830,4829,4830,5413,5414,5415,5416,5417,5418,5419,5420,4796,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4669,4670,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,5453,5454,5455,5456,5457,5458,5459,5460,4836,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4709,4710,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,4556,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,4556,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,4596,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,4596,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,4636,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4636,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,4676,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4676,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,4716,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4716,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,4756,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4756,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,4796,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4796,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,4836,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4836,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5189,5190,5191,5192,5193,5194,5195,5196,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5229,5230,5231,5232,5233,5234,5235,5236,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5191,5192,5193,5194,5195,5196,5189,5190,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5231,5232,5233,5234,5235,5236,5229,5230,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,4556,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4596,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,4556,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,4596,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,5189,5190,5191,5192,5193,5194,5195,5196,4749,4750,4629,4630,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,5229,5230,5231,5232,5233,5234,5235,5236,4789,4790,4669,4670,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4556,4549,4550,4829,4830,4709,4710,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4596,4589,4590,4629,4630,4549,4550,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4669,4670,4589,4590,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4709,4710,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5191,5192,5193,5194,5195,5196,5189,5190,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4549,4550,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5231,5232,5233,5234,5235,5236,5229,5230,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4589,4590,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5189,5190,5191,5192,5193,5194,5195,5196,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5229,5230,5231,5232,5233,5234,5235,5236,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,4549,4550,4749,4750,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4749,4750,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,4589,4590,4789,4790,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4789,4790,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,4829,4830,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4829,4830,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,4629,4630,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4549,4550,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,4669,4670,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4589,4590,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,4709,4710,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4629,4630,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,4549,4550,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4669,4670,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,4589,4590,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4709,4710,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,4566,4567,4568,4569,4570,4571,4572,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,4606,4607,4608,4609,4610,4611,4612,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5471,5472,5473,5474,5475,5476,5469,5470,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4556,4549,4550,4796,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4596,4589,4590,4836,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,5181,5182,5183,5184,5185,5186,5187,5188,4556,5821,5822,5823,5824,5825,5826,5827,5828,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4749,4750,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,4629,4630,4556,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,4629,4630,5221,5222,5223,5224,5225,5226,5227,5228,4596,5861,5862,5863,5864,5865,5866,5867,5868,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4789,4790,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,4669,4670,4596,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,4669,4670,5261,5262,5263,5264,5265,5266,5267,5268,4636,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4829,4830,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,4709,4710,4636,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5471,5472,5473,5474,5475,5476,4709,4710,5301,5302,5303,5304,5305,5306,5307,5308,4676,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4549,4550,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,4749,4750,4676,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,4630,4629,4630,4749,4750,4749,4750,5341,5342,5343,5344,5345,5346,5347,5348,4716,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4589,4590,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,4789,4790,4716,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4669,4670,4669,4670,4789,4790,4789,4790,5381,5382,5383,5384,5385,5386,5387,5388,4756,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4629,4630,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,4829,4830,4756,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4709,4710,4709,4710,4829,4830,4829,4830,5421,5422,5423,5424,5425,5426,5427,5428,4796,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4669,4670,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,5461,5462,5463,5464,5465,5466,5467,5468,4836,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4709,4710,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,4556,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,4556,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,4596,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,4596,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,4636,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4636,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,4676,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4676,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,4716,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4716,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,4756,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4756,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,4796,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4796,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,4836,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4836,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5189,5190,5191,5192,5193,5194,5195,5196,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5229,5230,5231,5232,5233,5234,5235,5236,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5191,5192,5193,5194,5195,5196,5189,5190,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5231,5232,5233,5234,5235,5236,5229,5230,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,4556,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,4596,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -199,7 +199,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,554,550,551,552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,455,0,0,0,0,0,553,554,550,551,552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,499,500,501,464,600,601,602,598,599,595,596,597,576,577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,544,545,546,509,645,646,647,643,644,640,641,642,621,622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,589,590,591,794,0,0,459,0,0,0,0,464,667,464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,454,455,456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -366,7 +366,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Layer 3" width="250" height="175">
|
||||
<layer id="4" name="Layer 3" width="250" height="175" visible="0">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="right-down" width="229" height="155" tilewidth="24" tileheight="24" infinite="0" nextlayerid="8" nextobjectid="84">
|
||||
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="229" height="155" tilewidth="24" tileheight="24" infinite="0" nextlayerid="8" nextobjectid="84">
|
||||
<properties>
|
||||
<property name="Backdrop" propertytype="Backdrop" value="forest"/>
|
||||
<property name="Background Music" propertytype="BGM" value="foresty1_1"/>
|
||||
@ -24,129 +24,129 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,2217,2217,2217,2217,2217,2217,2217,2217,2217,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,0,2164,2164,2165,2164,2165,2164,2165,2164,2164,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,0,2165,2216,2112,2216,2217,2164,2165,2165,2165,3082,3082,3082,3082,3082,3082,3082,3082,3082,3082,3082,3082,2666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2112,2216,2112,2217,2216,2113,2112,2113,2165,2165,2113,2216,2164,2217,2217,2112,2165,2112,2112,2216,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2112,2112,2164,2113,2112,2113,2164,2216,2216,2165,2165,2112,2164,2164,2165,2165,2113,2165,2112,2216,2164,2217,2113,2113,2217,2112,3082,3082,3082,3082,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2216,2216,2113,2165,2217,2112,2216,2217,2112,2113,2217,2165,2216,2113,2165,2217,2113,2113,2112,2217,2112,2164,2216,2216,2165,2164,2165,2113,2216,3082,3082,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2164,2164,2113,2113,2217,2164,2113,2112,2165,2217,2216,2216,2165,2165,2217,2112,2112,2165,2113,2164,2216,2112,2112,2217,2113,2113,2216,2164,2164,3082,3082,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2165,2113,2165,2165,2216,2216,2164,2113,2113,2112,2164,2112,2113,2217,2217,2113,2112,2113,2164,2113,2217,2165,2113,2164,2165,2165,2165,2165,2165,2165,3082,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2165,2217,2216,2217,2216,2113,2164,2164,2164,2216,2113,2165,2164,2113,2217,2216,2165,2216,2112,2165,2217,2216,2164,2216,2216,2112,2164,2113,2217,2112,3082,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2112,2165,2165,2216,2216,2217,2216,2164,2216,2113,2217,2164,2216,2217,2164,2217,2113,2217,2217,2217,2164,2112,2217,2217,2113,2165,2216,2113,2113,2164,3082,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2164,2165,2164,2217,2112,2165,2217,2165,2112,2216,2165,2164,2217,2216,2113,2165,2216,2217,2165,2112,2165,2164,2217,2112,2217,2112,2113,2217,2112,2112,2113,2217,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2217,2113,2112,2164,2165,2217,2113,2165,2165,2216,2164,2165,2113,2112,2164,2164,2113,2164,2165,2217,2165,2165,2217,2217,2164,2164,2216,2217,2217,2217,2165,2113,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2216,2113,2164,2217,2217,2216,2113,2217,2217,2217,2113,2164,2113,2112,2113,2113,2216,2112,2217,2165,2164,2216,2112,2164,2112,2164,2113,2217,2112,2113,2113,2216,2666,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2217,2216,2113,2216,2217,2217,2165,2112,2165,2112,2217,2217,2165,2113,2216,2216,2112,2165,2112,2113,2164,2216,2165,2164,2165,2165,2112,2164,2113,2164,2217,2165,2112,2666,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2217,2216,2164,2112,2217,2113,2216,2165,2164,2165,2113,2217,2217,2113,2216,2164,2165,2165,2164,2164,2165,2165,2165,2113,2112,2164,2112,2217,2165,2113,2112,2165,2217,2666,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,2666,2666,2216,2112,2164,2164,2164,2113,2112,2216,2216,2113,2217,2113,2112,2165,2216,2216,2112,2113,2216,2112,2216,2112,2113,2216,2217,2113,2217,2112,2113,2112,2164,2112,2165,2666,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,2666,2666,2165,2216,2112,2112,2216,2217,2217,2165,2112,2113,2112,2113,2216,2165,2113,2216,2165,2164,2217,2217,2112,2112,2113,2165,2164,2217,2113,2217,2164,2216,2113,2165,2216,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,2666,2666,2164,2113,2217,2164,2217,2113,2165,2112,2165,2113,2164,2217,2164,2113,2165,2112,2113,2217,2165,2164,2113,2165,2112,2113,2217,2113,2113,2113,2112,2112,2113,2112,2164,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,2666,2165,2216,2164,2217,2164,2217,2112,2165,2216,2164,2165,2217,2113,2113,2165,2112,2216,2164,2113,2165,2217,2217,2165,2217,2216,2164,2164,2113,2217,2113,2165,2165,2216,2112,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4709,4710,4636,4629,4630,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,2666,2216,2113,2216,2216,2165,2164,2217,2165,2113,2113,2164,2164,2112,2217,2113,2164,2217,2216,2165,2165,2113,2165,2217,2217,2164,2165,2217,2164,2113,2165,2164,2217,2112,2164,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4749,4750,4676,4669,4670,5269,5270,5271,5272,5273,5274,5275,5276,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,2217,2165,2165,2216,2217,2112,2216,2113,2112,2112,2165,2112,2113,2216,2217,2217,2217,2217,2217,2666,2112,2112,2217,2164,2165,2217,2165,2217,2112,2112,2164,2112,2216,2217,2217,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4789,4790,4716,4709,4710,5309,5310,5311,5312,5313,5314,5315,5316,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,2217,2113,2217,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3082,3082,3082,3082,3082,3082,2217,2216,2112,2164,2217,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4829,4830,4756,4749,4750,5549,5550,5551,5552,5553,5554,5555,5556,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,2217,2217,2217,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3082,3082,3082,3082,3082,3082,3082,2217,2217,2217,2217,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4869,4870,4796,4789,4790,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,3082,3082,3082,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3082,3082,3082,3082,3082,3082,3082,3082,3082,3082,3082,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4909,4910,4836,4829,4830,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4636,5271,5272,5273,5274,5275,5276,5269,5270,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4629,4630,4876,4869,4870,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4676,5311,5312,5313,5314,5315,5316,5309,5310,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4669,4670,4916,4909,4910,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4796,5549,5550,5551,5552,5553,5554,5555,5556,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4836,5553,5554,5555,5556,5551,5552,5549,5550,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,4876,5269,5270,5271,5272,5273,5274,5275,5276,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4869,4870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,4916,5309,5310,5311,5312,5313,5314,5315,5316,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4909,4910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5271,5272,5273,5274,5275,5276,5269,5270,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,5253,5254,5255,5256,5257,5258,5259,5260,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5311,5312,5313,5314,5315,5316,5309,5310,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,5293,5294,5295,5296,5297,5298,5299,5300,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5933,5934,5935,5936,5937,5938,5939,5940,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,4636,4829,4830,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5973,5974,5975,5976,5977,5978,5979,5980,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,4676,4869,4870,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6013,6014,6015,6016,6017,6018,6019,6020,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,4716,4909,4910,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6053,6054,6055,6056,6057,6058,6059,6060,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,4756,4709,4710,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6093,6094,6095,6096,6097,6098,6099,6100,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,4796,4749,4750,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5493,5494,5495,5496,5497,5498,5499,5500,4773,4774,4775,4776,4777,4778,4779,4780,5493,5494,5495,5496,5497,5498,5499,5500,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6133,6134,6135,6136,6137,6138,6139,6140,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,4836,4789,4790,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5533,5534,5535,5536,5537,5538,5539,5540,4813,4814,4815,4816,4817,4818,4819,4820,5533,5534,5535,5536,5537,5538,5539,5540,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6173,6174,6175,6176,6177,6178,6179,6180,6133,6134,6135,6136,6137,6138,6139,6140,4869,4870,4876,4629,4630,6133,6134,6135,6136,6137,6138,6139,6140,4869,4870,6133,6134,6135,6136,6137,6138,6139,6140,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,5269,5270,5271,5272,5273,5274,5275,5276,4853,4854,4855,4856,4857,4858,4859,4860,5269,5270,5271,5272,5273,5274,5275,5276,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5893,5894,5895,5896,5897,5898,5899,5900,6173,6174,6175,6176,6177,6178,6179,6180,4909,4910,4916,4669,4670,6173,6174,6175,6176,6177,6178,6179,6180,4909,4910,6173,6174,6175,6176,6177,6178,6179,6180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,5309,5310,5311,5312,5313,5314,5315,5316,4893,4894,4895,4896,4897,4898,4899,4900,5309,5310,5311,5312,5313,5314,5315,5316,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6133,6134,6135,6136,6137,6138,6139,6140,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6173,6174,6175,6176,6177,6178,6179,6180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3238,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6133,6134,6135,6136,6137,6138,6139,6140,2666,2666,2666,2666,2666,3290,3290,3290,3290,3290,3290,3290,3290,3290,3290,3290,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6173,6174,6175,6176,6177,6178,6179,6180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3290,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4636,4829,4830,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4676,4869,4870,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4716,4909,4910,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4756,4629,4630,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4796,4669,4670,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4836,4709,4710,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,6133,6134,6135,6136,6137,6138,6139,6140,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4869,4870,4876,4749,4750,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4876,4869,4870,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,6173,6174,6175,6176,6177,6178,6179,6180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4909,4910,4916,4789,4790,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4916,4909,4910,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5556,5549,5550,5555,5551,5552,5553,5554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5553,5554,5555,5556,5551,5552,5549,5550,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4709,4710,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5293,5294,5295,5296,5297,5298,5299,5300,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4749,4750,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5333,5334,5335,5336,5337,5338,5339,5340,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4789,4790,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5373,5374,5375,5376,5377,5378,5379,5380,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5253,5254,5255,5256,5257,5258,5259,5260,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4829,4830,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5413,5414,5415,5416,5417,5418,5419,5420,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5293,5294,5295,5296,5297,5298,5299,5300,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4869,4870,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5453,5454,5455,5456,5457,5458,5459,5460,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,5333,5334,5335,5336,5337,5338,5339,5340,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4909,4910,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5493,5494,5495,5496,5497,5498,5499,5500,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,5373,5374,5375,5376,5377,5378,5379,5380,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4629,4630,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5533,5534,5535,5536,5537,5538,5539,5540,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,5413,5414,5415,5416,5417,5418,5419,5420,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4669,4670,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4613,4614,4615,4616,4617,4618,4619,4620,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,5453,5454,5455,5456,5457,5458,5459,5460,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4653,4654,4655,4656,4657,4658,4659,4660,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,5493,5494,5495,5496,5497,5498,5499,5500,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4693,4694,4695,4696,4697,4698,4699,4700,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,5533,5534,5535,5536,5537,5538,5539,5540,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4733,4734,4735,4736,4737,4738,4739,4740,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4773,4774,4775,4776,4777,4778,4779,4780,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4813,4814,4815,4816,4817,4818,4819,4820,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4853,4854,4855,4856,4857,4858,4859,4860,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,4893,4894,4895,4896,4897,4898,4899,4900,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5253,5254,5255,5256,5257,5258,5259,5260,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5293,5294,5295,5296,5297,5298,5299,5300,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5333,5334,5335,5336,5337,5338,5339,5340,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5373,5374,5375,5376,5377,5378,5379,5380,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5413,5414,5415,5416,5417,5418,5419,5420,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5453,5454,5455,5456,5457,5458,5459,5460,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,5494,5495,5496,5497,5498,5499,5500,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5493,5494,5495,5496,5497,5498,5499,5500,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,5534,5535,5536,5537,5538,5539,5540,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,5533,5534,5535,5536,5537,5538,5539,5540,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,4869,4870,4876,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,4909,4910,4916,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2666,2666,2666,2666,2112,2216,2112,2217,2216,2113,2112,2113,2165,2165,2113,2216,2164,2217,2217,2112,2165,2112,2112,2216,3082,3082,3082,3082,3082,3082,1700,2300,2300,2300,2300,2300,2300,2300,2300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2666,2112,2112,2164,2113,2112,2113,2164,2216,2216,2165,2165,2112,2164,2164,2165,2165,2113,2165,2112,2216,2164,2217,2113,2113,2217,2112,3082,3082,3082,3082,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,2666,2666,2666,2216,2216,2113,2165,2217,2112,2216,2217,2112,2113,2217,2165,2216,2113,2165,2217,2113,2113,2112,2217,2112,2164,2216,2216,2165,2164,2165,2113,2216,3082,3082,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,2300,2300,2300,2300,2300,2300,2300,1750,2666,2666,2666,2164,2164,2113,2113,2217,2164,2113,2112,2165,2217,2216,2216,2165,2165,2217,2112,2112,2165,2113,2164,2216,2112,2112,2217,2113,2113,2216,2164,2164,3082,3082,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2165,2113,2165,2165,2216,2216,2164,2113,2113,2112,2164,2112,2113,2217,2217,2113,2112,2113,2164,2113,2217,2165,2113,2164,2165,2165,2165,2165,2165,2165,3082,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2165,2217,2216,2217,2216,2113,2164,2164,2164,2216,2113,2165,2164,2113,2217,2216,2165,2216,2112,2165,2217,2216,2164,2216,2216,2112,2164,2113,2217,2112,3082,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2112,2165,2165,2216,2216,2217,2216,2164,2216,2113,2217,2164,2216,2217,2164,2217,2113,2217,2217,2217,2164,2112,2217,2217,2113,2165,2216,2113,2113,2164,3082,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2164,2165,2164,2217,2112,2165,2217,2165,2112,2216,2165,2164,2217,2216,2113,2165,2216,2217,2165,2112,2165,2164,2217,2112,2217,2112,2113,2217,2112,2112,2113,2217,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2217,2113,2112,2164,2165,2217,2113,2165,2165,2216,2164,2165,2113,2112,2164,2164,2113,2164,2165,2217,2165,2165,2217,2217,2164,2164,2216,2217,2217,2217,2165,2113,1752,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2216,2113,2164,2217,2217,2216,2113,2217,2217,2217,2113,2164,2113,2112,2113,2113,2216,2112,2217,2165,2164,2216,2112,2164,2112,2164,2113,2217,2112,2113,2113,2216,1752,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2217,2216,2113,2216,2217,2217,2165,2112,2165,2112,2217,2217,2165,2113,2216,2216,2112,2165,2112,2113,2164,2216,2165,2164,2165,2165,2112,2164,2113,2164,2217,2165,2112,1752,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2217,2216,2164,2112,2217,2113,2216,2165,2164,2165,2113,2217,2217,2113,2216,2164,2165,2165,2164,2164,2165,2165,2165,2113,2112,2164,2112,2217,2165,2113,2112,2165,2217,1752,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1750,2666,2216,2112,2164,2164,2164,2113,2112,2216,2216,2113,2217,2113,2112,2165,2216,2216,2112,2113,2216,2112,2216,2112,2113,2216,2217,2113,2217,2112,2113,2112,2164,2112,2165,1752,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1750,2666,2165,2216,2112,2112,2216,2217,2217,2165,2112,2113,2112,2113,2216,2165,2113,2216,2165,2164,2217,2217,2112,2112,2113,2165,2164,2217,2113,2217,2164,2216,2113,2165,2216,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1750,2666,2164,2113,2217,2164,2217,2113,2165,2112,2165,2113,2164,2217,2164,2113,2165,2112,2113,2217,2165,2164,2113,2165,2112,2113,2217,2113,2113,2113,2112,2112,2113,2112,2164,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,1750,2165,2216,2164,2217,2164,2217,2112,2165,2216,2164,2165,2217,2113,2113,2165,2112,2216,2164,2113,2165,2217,2217,2165,2217,2216,2164,2164,2113,2217,2113,2165,2165,2216,2112,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4709,4710,4636,4629,4630,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,1750,2216,2113,2216,2216,2165,2164,2217,2165,2113,2113,2164,2164,2112,2217,2113,2164,2217,2216,2165,2165,2113,2165,2217,2217,2164,2165,2217,2164,2113,2165,2164,2217,2112,2164,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4749,4750,4676,4669,4670,5269,5270,5271,5272,5273,5274,5275,5276,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,2217,2165,2165,2216,2217,2112,2216,2113,2112,2112,2165,2112,2113,2216,2217,2217,2217,2217,2217,2666,2112,2112,2217,2164,2165,2217,2165,2217,2112,2112,2164,2112,2216,2217,2217,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4789,4790,4716,4709,4710,5309,5310,5311,5312,5313,5314,5315,5316,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,2217,2113,2217,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3082,3082,3082,3082,3082,3082,2217,2216,2112,2164,2217,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4829,4830,4756,4749,4750,5549,5550,5551,5552,5553,5554,5555,5556,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,2217,2217,2217,3082,3082,3082,3082,3082,3082,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3082,3082,3082,3082,3082,3082,3082,2217,2217,2217,2217,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4869,4870,4796,4789,4790,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,1802,3082,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4909,4910,4836,4829,4830,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4636,5271,5272,5273,5274,5275,5276,5269,5270,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4629,4630,4876,4869,4870,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4676,5311,5312,5313,5314,5315,5316,5309,5310,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4669,4670,4916,4909,4910,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4796,5549,5550,5551,5552,5553,5554,5555,5556,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,4621,4622,4623,4624,4625,4626,4627,4628,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4836,5553,5554,5555,5556,5551,5552,5549,5550,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,4876,5269,5270,5271,5272,5273,5274,5275,5276,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4869,4870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,4916,5309,5310,5311,5312,5313,5314,5315,5316,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4909,4910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5271,5272,5273,5274,5275,5276,5269,5270,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5311,5312,5313,5314,5315,5316,5309,5310,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5941,5942,5943,5944,5945,5946,5947,5948,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,4636,4829,4830,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5981,5982,5983,5984,5985,5986,5987,5988,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,4676,4869,4870,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6021,6022,6023,6024,6025,6026,6027,6028,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,4716,4909,4910,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6061,6062,6063,6064,6065,6066,6067,6068,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,4756,4709,4710,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6101,6102,6103,6104,6105,6106,6107,6108,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,4796,4749,4750,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5501,5502,5503,5504,5505,5506,5507,5508,4781,4782,4783,4784,4785,4786,4787,4788,5501,5502,5503,5504,5505,5506,5507,5508,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6141,6142,6143,6144,6145,6146,6147,6148,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,4836,4789,4790,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5541,5542,5543,5544,5545,5546,5547,5548,4821,4822,4823,4824,4825,4826,4827,4828,5541,5542,5543,5544,5545,5546,5547,5548,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6181,6182,6183,6184,6185,6186,6187,6188,6141,6142,6143,6144,6145,6146,6147,6148,4869,4870,4876,4629,4630,6141,6142,6143,6144,6145,6146,6147,6148,4869,4870,6141,6142,6143,6144,6145,6146,6147,6148,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,5269,5270,5271,5272,5273,5274,5275,5276,4861,4862,4863,4864,4865,4866,4867,4868,5269,5270,5271,5272,5273,5274,5275,5276,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5901,5902,5903,5904,5905,5906,5907,5908,6181,6182,6183,6184,6185,6186,6187,6188,4909,4910,4916,4669,4670,6181,6182,6183,6184,6185,6186,6187,6188,4909,4910,6181,6182,6183,6184,6185,6186,6187,6188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,5309,5310,5311,5312,5313,5314,5315,5316,4901,4902,4903,4904,4905,4906,4907,4908,5309,5310,5311,5312,5313,5314,5315,5316,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5941,5942,5943,5944,5945,5946,5947,5948,1698,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1701,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6141,6142,6143,6144,6145,6146,6147,6148,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6181,6182,6183,6184,6185,6186,6187,6188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,3238,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6141,6142,6143,6144,6145,6146,6147,6148,1750,2666,2666,2666,2666,3290,3290,3290,3290,3290,3290,3290,3290,3290,3290,3290,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,6181,6182,6183,6184,6185,6186,6187,6188,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1754,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1753,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4636,4829,4830,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4676,4869,4870,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4716,4909,4910,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4756,4629,4630,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4796,4669,4670,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4836,4709,4710,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,6141,6142,6143,6144,6145,6146,6147,6148,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4869,4870,4876,4749,4750,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4876,4869,4870,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,6181,6182,6183,6184,6185,6186,6187,6188,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4909,4910,4916,4789,4790,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4916,4909,4910,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5549,5550,5551,5552,5553,5554,5555,5556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,5550,5551,5552,5553,5554,5555,5556,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,4646,4647,4648,4649,4650,4651,4652,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5556,5549,5550,5555,5551,5552,5553,5554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,4686,4687,4688,4689,4690,4691,4692,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4725,4726,4727,4728,4729,4730,4731,4732,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4765,4766,4767,4768,4769,4770,4771,4772,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,4806,4807,4808,4809,4810,4811,4812,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4846,4847,4848,4849,4850,4851,4852,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4885,4886,4887,4888,4889,4890,4891,4892,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4925,4926,4927,4928,4929,4930,4931,4932,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5553,5554,5555,5556,5551,5552,5549,5550,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4709,4710,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5301,5302,5303,5304,5305,5306,5307,5308,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4749,4750,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5341,5342,5343,5344,5345,5346,5347,5348,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4789,4790,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5381,5382,5383,5384,5385,5386,5387,5388,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4829,4830,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5421,5422,5423,5424,5425,5426,5427,5428,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4869,4870,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5461,5462,5463,5464,5465,5466,5467,5468,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4909,4910,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5501,5502,5503,5504,5505,5506,5507,5508,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4629,4630,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5541,5542,5543,5544,5545,5546,5547,5548,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5269,5270,5271,5272,5273,5274,5275,5276,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1752,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4669,4670,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4621,4622,4623,4624,4625,4626,4627,4628,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,5311,5312,5313,5314,5315,5316,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,1702,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1699,1700,4661,4662,4663,4664,4665,4666,4667,4668,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5272,5273,5274,5275,5276,5269,5270,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4701,4702,4703,4704,4705,4706,4707,4708,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,5313,5314,5315,5316,5309,5310,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4741,4742,4743,4744,4745,4746,4747,4748,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4781,4782,4783,4784,4785,4786,4787,4788,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4821,4822,4823,4824,4825,4826,4827,4828,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4861,4862,4863,4864,4865,4866,4867,4868,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,4901,4902,4903,4904,4905,4906,4907,4908,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5261,5262,5263,5264,5265,5266,5267,5268,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5301,5302,5303,5304,5305,5306,5307,5308,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5341,5342,5343,5344,5345,5346,5347,5348,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5381,5382,5383,5384,5385,5386,5387,5388,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5421,5422,5423,5424,5425,5426,5427,5428,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5461,5462,5463,5464,5465,5466,5467,5468,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,1750,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2666,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,2665,1752,5501,5502,5503,5504,5505,5506,5507,5508,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,1802,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1803,1804,5541,5542,5543,5544,5545,5546,5547,5548,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4876,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4916,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -359,10 +359,10 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -408,7 +408,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,2011,2011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -486,7 +486,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Layer 3" width="229" height="155">
|
||||
<layer id="4" name="Layer 3" width="229" height="155" visible="0">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="right-down" width="250" height="127" tilewidth="24" tileheight="24" infinite="0" nextlayerid="6" nextobjectid="87">
|
||||
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="250" height="127" tilewidth="24" tileheight="24" infinite="0" nextlayerid="6" nextobjectid="87">
|
||||
<properties>
|
||||
<property name="Backdrop" propertytype="Backdrop" value="forest"/>
|
||||
<property name="Background Music" propertytype="BGM" value="foresty1_1"/>
|
||||
@ -10,109 +10,109 @@
|
||||
<tileset firstgid="4533" source="../maps/End_of_Map.tsx"/>
|
||||
<layer id="2" name="Layer 1" width="250" height="127">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,4549,4550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,4589,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,4629,4630,4549,4550,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4629,4630,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,4669,4670,4589,4590,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4669,4670,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4709,4710,4629,4630,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4709,4710,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4749,4750,4669,4670,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4749,4750,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4789,4790,4709,4710,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4789,4790,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4829,4830,4749,4750,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4829,4830,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,4789,4790,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4549,4550,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,4829,4830,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4589,4590,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,4556,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,5173,5174,5175,5176,5177,5178,5179,5180,
|
||||
0,0,0,0,0,0,0,4596,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,5213,5214,5215,5216,5217,5218,5219,5220,
|
||||
0,0,0,0,0,0,0,4636,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,0,0,4676,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,0,0,4716,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,0,0,4756,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,0,0,4796,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,0,0,4836,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,4556,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,4549,4550,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,
|
||||
0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,4596,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,4589,4590,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,
|
||||
0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,4636,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,4629,4630,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,4676,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,4669,4670,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,4716,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,4709,4710,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,4756,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,4796,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,4836,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,4556,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,4596,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,4636,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,4676,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,4716,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,4749,4750,4629,4630,4749,4750,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,4756,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,4789,4790,4669,4670,4789,4790,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,4796,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,4829,4830,4709,4710,4829,4830,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,4836,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,4549,4550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,4589,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,4629,4630,4549,4550,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4629,4630,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,4669,4670,4589,4590,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4669,4670,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4709,4710,4629,4630,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4709,4710,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4749,4750,4669,4670,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4749,4750,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4789,4790,4709,4710,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4789,4790,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4829,4830,4749,4750,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4829,4830,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,4789,4790,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4549,4550,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,4829,4830,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4589,4590,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,5471,5472,5473,5474,5475,5476,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5191,5192,5193,5194,5195,5196,5189,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5231,5232,5233,5234,5235,5236,5229,5230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,4556,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,5181,5182,5183,5184,5185,5186,5187,5188,
|
||||
0,0,0,0,0,0,0,4596,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,5221,5222,5223,5224,5225,5226,5227,5228,
|
||||
0,0,0,0,0,0,0,4636,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,0,0,4676,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,0,0,4716,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,0,0,4756,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,0,0,4796,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,0,0,4836,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,0,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,
|
||||
0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,
|
||||
0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4556,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,
|
||||
0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4596,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,
|
||||
0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4636,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4676,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4716,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4756,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4796,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4836,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,4556,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,4596,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,4636,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,4676,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,4716,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4749,4750,4629,4630,4749,4750,4629,4630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,4756,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4789,4790,4669,4670,4789,4790,4669,4670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,4796,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4829,4830,4709,4710,4829,4830,4709,4710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,4836,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5469,5470,5471,5472,5473,5474,5475,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="right-down" width="148" height="131" tilewidth="24" tileheight="24" infinite="0" nextlayerid="6" nextobjectid="68">
|
||||
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="148" height="131" tilewidth="24" tileheight="24" infinite="0" nextlayerid="6" nextobjectid="68">
|
||||
<properties>
|
||||
<property name="Backdrop" propertytype="Backdrop" value="forest"/>
|
||||
<property name="Background Music" propertytype="BGM" value="foresty1_1"/>
|
||||
@ -10,137 +10,137 @@
|
||||
<tileset firstgid="4533" source="../maps/End_of_Map.tsx"/>
|
||||
<layer id="2" name="Layer 1" width="148" height="131">
|
||||
<data encoding="csv">
|
||||
4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,4629,4630,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,4669,4670,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4709,4710,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4749,4750,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4789,4790,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4829,4830,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4556,4549,4550,4533,4534,4535,4536,4537,4538,4539,4540,4749,4750,4629,4630,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,4556,4796,5189,5190,5191,5192,5193,5194,5195,5196,4556,4549,4550,5189,5190,5191,5192,5193,5194,5195,5196,4629,4630,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4596,4589,4590,4573,4574,4575,4576,4577,4578,4579,4580,4789,4790,4669,4670,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,4596,4836,5229,5230,5231,5232,5233,5234,5235,5236,4596,4589,4590,5229,5230,5231,5232,5233,5234,5235,5236,4669,4670,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4636,4629,4630,4613,4614,4615,4616,4617,4618,4619,4620,4829,4830,4709,4710,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5173,5174,5175,5176,5177,5178,5179,5180,4549,4550,4636,4629,4630,4533,4534,4535,4536,4537,4538,4539,4540,4709,4710,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4676,4669,4670,4653,4654,4655,4656,4657,4658,4659,4660,4629,4630,4549,4550,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5213,5214,5215,5216,5217,5218,5219,5220,4589,4590,4676,4669,4670,4573,4574,4575,4576,4577,4578,4579,4580,5469,5470,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4716,4709,4710,4693,4694,4695,4696,4697,4698,4699,4700,4669,4670,4589,4590,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5253,5254,5255,5256,5257,5258,5259,5260,4629,4630,4716,4709,4710,4613,4614,4615,4616,4617,4618,4619,4620,5475,5476,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4756,4749,4750,4733,4734,4735,4736,4737,4738,4739,4740,4709,4710,4749,4750,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5293,5294,5295,5296,5297,5298,5299,5300,4669,4670,4756,4749,4750,4653,4654,4655,4656,4657,4658,4659,4660,4549,4550,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4796,4789,4790,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,4789,4790,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5333,5334,5335,5336,5337,5338,5339,5340,4709,4710,4556,4789,4790,4693,4694,4695,4696,4697,4698,4699,4700,4589,4590,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4836,4829,4830,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,4829,4830,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5373,5374,5375,5376,5377,5378,5379,5380,4749,4750,4596,4829,4830,4733,4734,4735,4736,4737,4738,4739,4740,4749,4750,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,5413,5414,5415,5416,5417,5418,5419,5420,4789,4790,4556,5189,5190,4773,4774,4775,4776,4777,4778,4779,4780,4789,4790,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,5453,5454,5455,5456,5457,5458,5459,5460,4829,4830,4596,5229,5230,4813,4814,4815,4816,4817,4818,4819,4820,4829,4830,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1618,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,5189,5190,5191,5192,5193,5194,5195,5196,4549,4550,5813,5814,5815,5816,5817,5818,5819,5820,4549,4550,4556,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5189,5190,5191,5192,5193,5194,5195,5196,6053,6054,6055,6056,6057,6058,6059,6060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,5229,5230,5231,5232,5233,5234,5235,5236,4589,4590,5853,5854,5855,5856,5857,5858,5859,5860,4589,4590,4596,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5229,5230,5231,5232,5233,5234,5235,5236,6093,6094,6095,6096,6097,6098,6099,6100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4533,4534,4535,4536,4537,4538,4539,4540,4629,4630,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,4636,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4573,4574,4575,4576,4577,4578,4579,4580,4669,4670,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,4676,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,4709,4710,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,4716,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,4749,4750,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,4756,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,4789,4790,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,4796,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,4829,4830,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,4836,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,4773,4774,4775,4776,4777,4778,4779,4780,4549,4550,5189,5190,5191,5192,5193,5194,5195,5196,5475,5476,4556,5189,5190,5191,5192,5193,5194,5195,5196,5471,5472,5473,5474,5475,5476,5469,5470,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,4813,4814,4815,4816,4817,4818,4819,4820,4589,4590,5229,5230,5231,5232,5233,5234,5235,5236,5469,5470,4596,5229,5230,5231,5232,5233,5234,5235,5236,5469,5470,5471,5472,5473,5474,5475,5476,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5469,5470,5471,5472,5473,5474,5475,5476,5473,5474,5475,5471,5472,5476,5469,5470,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,5173,5174,5175,5176,5177,5178,5179,5180,5191,5192,5193,5194,5195,5196,5189,5190,5173,5174,5175,5176,5177,5178,5179,5180,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,5213,5214,5215,5216,5217,5218,5219,5220,5231,5232,5233,5234,5235,5236,5229,5230,5213,5214,5215,5216,5217,5218,5219,5220,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,5253,5254,5255,5256,5257,5258,5259,5260,4533,4534,4535,4536,4537,4538,4539,4540,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,5293,5294,5295,5296,5297,5298,5299,5300,4573,4574,4575,4576,4577,4578,4579,4580,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5191,5192,5193,5194,5195,5196,5189,5190,4773,4774,4775,4776,4777,4778,4779,4780,5191,5192,5193,5194,5195,5196,4556,4533,4534,4535,4536,4537,4538,4539,4540,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5231,5232,5233,5234,5235,5236,5229,5230,4813,4814,4815,4816,4817,4818,4819,4820,5231,5232,5233,5234,5235,5236,4596,4573,4574,4575,4576,4577,4578,4579,4580,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4533,4534,4535,4536,4537,4538,4539,4540,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4573,4574,4575,4576,4577,4578,4579,4580,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,4533,4534,4535,4536,4537,4538,4539,4540,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4613,4614,4615,4616,4617,4618,4619,4620,5173,5174,5175,5176,5177,5178,5179,5180,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,4573,4574,4575,4576,4577,4578,4579,4580,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4653,4654,4655,4656,4657,4658,4659,4660,5213,5214,5215,5216,5217,5218,5219,5220,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,4613,4614,4615,4616,4617,4618,4619,4620,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4693,4694,4695,4696,4697,4698,4699,4700,5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,4653,4654,4655,4656,4657,4658,4659,4660,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4733,4734,4735,4736,4737,4738,4739,4740,5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,4693,4694,4695,4696,4697,4698,4699,4700,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4773,4774,4775,4776,4777,4778,4779,4780,5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,4733,4734,4735,4736,4737,4738,4739,4740,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,4813,4814,4815,4816,4817,4818,4819,4820,5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5173,5174,5175,5176,5177,5178,5179,5180,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,5189,5190,5191,5192,5193,5194,5195,5196,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,4773,4774,4775,4776,4777,4778,4779,4780,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5213,5214,5215,5216,5217,5218,5219,5220,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,5229,5230,5231,5232,5233,5234,5235,5236,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,4813,4814,4815,4816,4817,4818,4819,4820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5253,5254,5255,5256,5257,5258,5259,5260,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5293,5294,5295,5296,5297,5298,5299,5300,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5333,5334,5335,5336,5337,5338,5339,5340,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5373,5374,5375,5376,5377,5378,5379,5380,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5413,5414,5415,5416,5417,5418,5419,5420,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5453,5454,5455,5456,5457,5458,5459,5460,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5189,5190,5191,5192,5193,5194,5195,5196,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5229,5230,5231,5232,5233,5234,5235,5236,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,5814,5815,5816,5817,5818,5819,5820,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5813,5814,5815,5816,5817,5818,5819,5820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,5854,5855,5856,5857,5858,5859,5860,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5853,5854,5855,5856,5857,5858,5859,5860,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,5894,5895,5896,5897,5898,5899,5900,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933,5934,5935,5936,5937,5938,5939,5940,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,5974,5975,5976,5977,5978,5979,5980,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6013,6014,6015,6016,6017,6018,6019,6020,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6053,6054,6055,6056,6057,6058,6059,6060,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,6094,6095,6096,6097,6098,6099,6100,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5813,5814,5815,5816,5817,5818,5819,5820,5814,5815,5816,5817,5818,5819,5820,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,4533,4534,4535,4536,4537,4538,4539,4540,5173,5174,5175,5176,5177,5178,5179,5180,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,5813,5814,5815,5816,5817,5818,5819,5820,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5853,5854,5855,5856,5857,5858,5859,5860,5854,5855,5856,5857,5858,5859,5860,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,4573,4574,4575,4576,4577,4578,4579,4580,5213,5214,5215,5216,5217,5218,5219,5220,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,5853,5854,5855,5856,5857,5858,5859,5860,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,5470,4749,4750,4629,4630,5893,5894,5895,5896,5897,5898,5899,5900,5894,5895,5896,5897,5898,5899,5900,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,4630,4789,4790,4669,4670,5933,5934,5935,5936,5937,5938,5939,5940,5934,5935,5936,5937,5938,5939,5940,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4669,4670,4829,4830,4709,4710,5973,5974,5975,5976,5977,5978,5979,5980,5974,5975,5976,5977,5978,5979,5980,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4709,4710,4629,4630,4749,4750,6013,6014,6015,6016,6017,6018,6019,6020,6014,6015,6016,6017,6018,6019,6020,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4549,4550,4669,4670,4789,4790,6053,6054,6055,6056,6057,6058,6059,6060,6054,6055,6056,6057,6058,6059,6060,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4589,4590,4709,4710,4829,4830,6093,6094,6095,6096,6097,6098,6099,6100,6094,6095,6096,6097,6098,6099,6100,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100
|
||||
4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,4629,4630,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5189,5190,5191,5192,5193,5194,5195,5196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,4669,4670,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5229,5230,5231,5232,5233,5234,5235,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4709,4710,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4749,4750,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4789,4790,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4829,4830,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1045,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4556,4549,4550,4541,4542,4543,4544,4545,4546,4547,4548,4749,4750,4629,4630,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,4556,4796,5189,5190,5191,5192,5193,5194,5195,5196,4556,4549,4550,5189,5190,5191,5192,5193,5194,5195,5196,4629,4630,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4596,4589,4590,4581,4582,4583,4584,4585,4586,4587,4588,4789,4790,4669,4670,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,4596,4836,5229,5230,5231,5232,5233,5234,5235,5236,4596,4589,4590,5229,5230,5231,5232,5233,5234,5235,5236,4669,4670,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4636,4629,4630,4621,4622,4623,4624,4625,4626,4627,4628,4829,4830,4709,4710,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5181,5182,5183,5184,5185,5186,5187,5188,4549,4550,4636,4629,4630,4541,4542,4543,4544,4545,4546,4547,4548,4709,4710,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4676,4669,4670,4661,4662,4663,4664,4665,4666,4667,4668,4629,4630,4549,4550,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5221,5222,5223,5224,5225,5226,5227,5228,4589,4590,4676,4669,4670,4581,4582,4583,4584,4585,4586,4587,4588,5469,5470,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4716,4709,4710,4701,4702,4703,4704,4705,4706,4707,4708,4669,4670,4589,4590,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5261,5262,5263,5264,5265,5266,5267,5268,4629,4630,4716,4709,4710,4621,4622,4623,4624,4625,4626,4627,4628,5475,5476,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4756,4749,4750,4741,4742,4743,4744,4745,4746,4747,4748,4709,4710,4749,4750,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5301,5302,5303,5304,5305,5306,5307,5308,4669,4670,4756,4749,4750,4661,4662,4663,4664,4665,4666,4667,4668,4549,4550,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4796,4789,4790,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,4789,4790,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5341,5342,5343,5344,5345,5346,5347,5348,4709,4710,4556,4789,4790,4701,4702,4703,4704,4705,4706,4707,4708,4589,4590,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
4836,4829,4830,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,4829,4830,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5381,5382,5383,5384,5385,5386,5387,5388,4749,4750,4596,4829,4830,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,5421,5422,5423,5424,5425,5426,5427,5428,4789,4790,4556,5189,5190,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,5461,5462,5463,5464,5465,5466,5467,5468,4829,4830,4596,5229,5230,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1618,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,1046,1670,1046,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,4549,4550,5821,5822,5823,5824,5825,5826,5827,5828,4549,4550,4556,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5189,5190,5191,5192,5193,5194,5195,5196,6061,6062,6063,6064,6065,6066,6067,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,4589,4590,5861,5862,5863,5864,5865,5866,5867,5868,4589,4590,4596,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5229,5230,5231,5232,5233,5234,5235,5236,6101,6102,6103,6104,6105,6106,6107,6108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4541,4542,4543,4544,4545,4546,4547,4548,4629,4630,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,4636,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4581,4582,4583,4584,4585,4586,4587,4588,4669,4670,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,4676,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,4709,4710,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,4716,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,4749,4750,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,4756,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,4789,4790,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,4796,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,4829,4830,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,4836,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,4781,4782,4783,4784,4785,4786,4787,4788,4549,4550,5189,5190,5191,5192,5193,5194,5195,5196,5475,5476,4556,5189,5190,5191,5192,5193,5194,5195,5196,5471,5472,5473,5474,5475,5476,5469,5470,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,4821,4822,4823,4824,4825,4826,4827,4828,4589,4590,5229,5230,5231,5232,5233,5234,5235,5236,5469,5470,4596,5229,5230,5231,5232,5233,5234,5235,5236,5469,5470,5471,5472,5473,5474,5475,5476,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,5469,5470,5471,5472,5473,5474,5475,5476,5473,5474,5475,5471,5472,5476,5469,5470,78,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,5181,5182,5183,5184,5185,5186,5187,5188,5191,5192,5193,5194,5195,5196,5189,5190,5181,5182,5183,5184,5185,5186,5187,5188,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,5221,5222,5223,5224,5225,5226,5227,5228,5231,5232,5233,5234,5235,5236,5229,5230,5221,5222,5223,5224,5225,5226,5227,5228,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,5261,5262,5263,5264,5265,5266,5267,5268,4541,4542,4543,4544,4545,4546,4547,4548,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,5301,5302,5303,5304,5305,5306,5307,5308,4581,4582,4583,4584,4585,4586,4587,4588,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5191,5192,5193,5194,5195,5196,5189,5190,4781,4782,4783,4784,4785,4786,4787,4788,5191,5192,5193,5194,5195,5196,4556,4541,4542,4543,4544,4545,4546,4547,4548,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5231,5232,5233,5234,5235,5236,5229,5230,4821,4822,4823,4824,4825,4826,4827,4828,5231,5232,5233,5234,5235,5236,4596,4581,4582,4583,4584,4585,4586,4587,4588,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,80,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5191,5192,5193,5194,5195,5196,5189,5190,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5231,5232,5233,5234,5235,5236,5229,5230,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,133,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4541,4542,4543,4544,4545,4546,4547,4548,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4581,4582,4583,4584,4585,4586,4587,4588,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,4541,4542,4543,4544,4545,4546,4547,4548,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4621,4622,4623,4624,4625,4626,4627,4628,5181,5182,5183,5184,5185,5186,5187,5188,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,4581,4582,4583,4584,4585,4586,4587,4588,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4661,4662,4663,4664,4665,4666,4667,4668,5221,5222,5223,5224,5225,5226,5227,5228,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,4621,4622,4623,4624,4625,4626,4627,4628,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4701,4702,4703,4704,4705,4706,4707,4708,5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,4661,4662,4663,4664,4665,4666,4667,4668,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4741,4742,4743,4744,4745,4746,4747,4748,5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,4701,4702,4703,4704,4705,4706,4707,4708,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4781,4782,4783,4784,4785,4786,4787,4788,5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,4741,4742,4743,4744,4745,4746,4747,4748,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,4821,4822,4823,4824,4825,4826,4827,4828,5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5181,5182,5183,5184,5185,5186,5187,5188,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,5189,5190,5191,5192,5193,5194,5195,5196,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,4781,4782,4783,4784,4785,4786,4787,4788,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5221,5222,5223,5224,5225,5226,5227,5228,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,5229,5230,5231,5232,5233,5234,5235,5236,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,4821,4822,4823,4824,4825,4826,4827,4828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5261,5262,5263,5264,5265,5266,5267,5268,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5301,5302,5303,5304,5305,5306,5307,5308,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5341,5342,5343,5344,5345,5346,5347,5348,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5381,5382,5383,5384,5385,5386,5387,5388,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5421,5422,5423,5424,5425,5426,5427,5428,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5461,5462,5463,5464,5465,5466,5467,5468,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5189,5190,5191,5192,5193,5194,5195,5196,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5229,5230,5231,5232,5233,5234,5235,5236,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,5822,5823,5824,5825,5826,5827,5828,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5821,5822,5823,5824,5825,5826,5827,5828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,5862,5863,5864,5865,5866,5867,5868,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5861,5862,5863,5864,5865,5866,5867,5868,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6061,6062,6063,6064,6065,6066,6067,6068,130,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,678,678,678,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,6102,6103,6104,6105,6106,6107,6108,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,6101,6102,6103,6104,6105,6106,6107,6108,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4549,4550,4556,4549,4550,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,4541,4542,4543,4544,4545,4546,4547,4548,5181,5182,5183,5184,5185,5186,5187,5188,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,5821,5822,5823,5824,5825,5826,5827,5828,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4589,4590,4596,4589,4590,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,4581,4582,4583,4584,4585,4586,4587,4588,5221,5222,5223,5224,5225,5226,5227,5228,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,5861,5862,5863,5864,5865,5866,5867,5868,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,4630,4636,4629,4630,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4669,4670,4676,4669,4670,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4709,4710,4716,4709,4710,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4749,4750,4756,4749,4750,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4789,4790,4796,4789,4790,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4829,4830,4836,4829,4830,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Layer 2" width="148" height="131">
|
||||
@ -327,7 +327,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3146,3147,3148,3149,3150,3146,3147,3148,3149,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3245,0,0,0,0,0,0,0,0,0,0,0,3191,3192,3193,3194,3195,3191,3192,3193,3194,3195,0,0,0,0,0,0,0,3668,0,0,3536,3537,3713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3004,3005,3006,3007,3008,3009,0,0,0,0,3011,3012,3013,3014,3015,3237,3238,3239,3240,3236,3237,3238,3239,3240,0,0,0,0,0,0,0,0,0,0,3581,3582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,3050,3051,3052,3053,3054,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,3627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,3050,3051,3052,3053,3054,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,3627,0,391,391,391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3094,3095,3096,3097,3098,3099,0,0,0,0,3101,3102,3103,3104,3105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3139,3140,3141,3142,3143,3144,0,0,0,0,3146,3147,3148,3149,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3184,3185,3186,3187,3188,3189,0,0,0,0,3191,3192,3193,3194,3195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="70" height="60" tilewidth="12" tileheight="12" infinite="0" nextlayerid="9" nextobjectid="3">
|
||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="right-down" width="70" height="60" tilewidth="12" tileheight="12" infinite="0" nextlayerid="9" nextobjectid="3">
|
||||
<properties>
|
||||
<property name="Backdrop" propertytype="Backdrop" value="forest"/>
|
||||
<property name="Background Music" propertytype="BGM" value="foresty_loop1"/>
|
||||
<property name="Background Music" propertytype="BGM" value="base_camp"/>
|
||||
<property name="Level Type" propertytype="LevelType" value="Hub"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" source="../maps/Tilesheet_No_Shadow24x24as12x12.tsx"/>
|
||||
|
@ -14,14 +14,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,4613,4614,4615,4616,4617,4618,4619,4620,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,4653,4654,4655,4656,4657,4658,4659,4660,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,4693,4694,4695,4696,4697,4698,4699,4700,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,4733,4734,4735,4736,4737,4738,4739,4740,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,4773,4774,4775,4776,4777,4778,4779,4780,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,4813,4814,4815,4816,4817,4818,4819,4820,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,4853,4854,4855,4856,4857,4858,4859,4860,5493,5494,5495,5496,5497,5498,5499,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,4893,4894,4895,4896,4897,4898,4899,4900,5533,5534,5535,5536,5537,5538,5539,5540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -37,14 +37,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,5261,5262,5263,5264,5265,5266,5267,5268,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,5301,5302,5303,5304,5305,5306,5307,5308,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,5341,5342,5343,5344,5345,5346,5347,5348,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,5381,5382,5383,5384,5385,5386,5387,5388,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,5421,5422,5423,5424,5425,5426,5427,5428,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,5461,5462,5463,5464,5465,5466,5467,5468,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,5501,5502,5503,5504,5505,5506,5507,5508,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,5541,5542,5543,5544,5545,5546,5547,5548,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -85,45 +85,45 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4613,4614,4615,4616,4617,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4653,4654,4655,4656,4657,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4693,4694,4695,4696,4697,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4733,4734,4735,4736,4737,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5271,5272,5273,5274,5275,5276,5269,5270,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4773,4774,4775,4776,4777,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5311,5312,5313,5314,5315,5316,5309,5310,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4813,4814,4815,4816,4817,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5269,5270,5271,5272,5273,5274,5275,5276,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,4853,4854,4855,4856,4857,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5309,5310,5311,5312,5313,5314,5315,5316,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,4893,4894,4895,4896,4897,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,5902,5903,5904,5905,5906,5907,5908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5942,5943,5944,5945,5946,5947,5948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,5982,5983,5984,5985,5986,5987,5988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6021,6022,6023,6024,6025,6026,6027,6028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4621,4622,4623,4624,4625,4626,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4661,4662,4663,4664,4665,4666,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4701,4702,4703,4704,4705,4706,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4741,4742,4743,4744,4745,4746,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5271,5272,5273,5274,5275,5276,5269,5270,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4781,4782,4783,4784,4785,4786,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5311,5312,5313,5314,5315,5316,5309,5310,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4821,4822,4823,4824,4825,4826,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5269,5270,5271,5272,5273,5274,5275,5276,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,4861,4862,4863,4864,4865,4866,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5309,5310,5311,5312,5313,5314,5315,5316,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,4901,4902,4903,4904,4905,4906,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,597,597,597,597,597,597,597,597,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,597,596,596,492,596,545,492,596,545,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,597,597,597,597,597,597,597,597,597,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,544,544,545,544,545,544,545,544,544,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,545,596,492,596,597,544,545,545,545,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1462,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,1046,4613,4614,4615,4616,4617,4618,4619,4620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,1046,4653,4654,4655,4656,4657,4658,4659,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,1046,4693,4694,4695,4696,4697,4698,4699,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5253,5254,5255,5256,5257,5258,5259,5260,1046,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,1046,4733,4734,4735,4736,4737,4738,4739,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5293,5294,5295,5296,5297,5298,5299,5300,1046,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,1046,4773,4774,4775,4776,4777,4778,4779,4780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5333,5334,5335,5336,5337,5338,5339,5340,1046,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,1046,4813,4814,4815,4816,4817,4818,4819,4820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5373,5374,5375,5376,5377,5378,5379,5380,1046,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,1046,4853,4854,4855,4856,4857,4858,4859,4860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5413,5414,5415,5416,5417,5418,5419,5420,1046,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,1046,4893,4894,4895,4896,4897,4898,4899,4900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5453,5454,5455,5456,5457,5458,5459,5460,1046,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,1046,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,5893,5894,5895,5896,5897,5898,5899,5900,4629,4630,4829,4830,1046,1,
|
||||
5493,5494,5495,5496,5497,5498,5499,5500,1046,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,1046,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,5933,5934,5935,5936,5937,5938,5939,5940,4669,4670,4869,4870,1046,1,
|
||||
5533,5534,5535,5536,5537,5538,5539,5540,1046,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,1046,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,5973,5974,5975,5976,5977,5978,5979,5980,4709,4710,4909,4910,1046,1,
|
||||
5269,5270,5271,5272,5273,5274,5275,5276,1046,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,1046,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,6013,6014,6015,6016,6017,6018,6019,6020,4749,4750,4709,4710,1046,1,
|
||||
5309,5310,5311,5312,5313,5314,5315,5316,1046,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,1046,5253,5254,5255,5256,5257,5258,5259,5260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,6053,6054,6055,6056,6057,6058,6059,6060,4789,4790,4749,4750,1046,1,
|
||||
5549,5550,5551,5552,5553,5554,5555,5556,1046,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,1046,5293,5294,5295,5296,5297,5298,5299,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,6093,6094,6095,6096,6097,6098,6099,6100,4829,4830,4789,4790,1046,1,
|
||||
5271,5272,5273,5274,5275,5276,5269,5270,1046,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,1046,5333,5334,5335,5336,5337,5338,5339,5340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,6133,6134,6135,6136,6137,6138,6139,6140,4869,4870,4629,4630,1046,1,
|
||||
5311,5312,5313,5314,5315,5316,5309,5310,1046,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,1046,5373,5374,5375,5376,5377,5378,5379,5380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,6173,6174,6175,6176,6177,6178,6179,6180,4909,4910,4669,4670,1046,1,
|
||||
5269,5270,5271,5272,5273,5274,5275,5276,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,1046,5413,5414,5415,5416,5417,5418,5419,5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5309,5310,5311,5312,5313,5314,5315,5316,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,1046,5453,5454,5455,5456,5457,5458,5459,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,492,596,492,597,596,493,492,493,545,545,493,596,544,597,597,492,545,492,492,596,1462,1462,1462,1462,1462,1462,134,183,183,183,183,183,183,183,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,492,492,544,493,492,493,544,596,596,545,545,492,544,544,545,545,493,545,492,596,544,597,493,493,597,492,1462,1462,1462,1462,132,4621,4622,4623,4624,4625,4626,4627,4628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
0,0,0,0,0,0,0,0,1046,1046,1046,1046,596,596,493,545,597,492,596,597,492,493,597,545,596,493,545,597,493,493,492,597,492,544,596,596,545,544,545,493,596,1462,1462,132,4661,4662,4663,4664,4665,4666,4667,4668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
183,183,183,183,183,183,183,183,133,1046,1046,1046,544,544,493,493,597,544,493,492,545,597,596,596,545,545,597,492,492,545,493,544,596,492,492,597,493,493,596,544,544,1462,1462,132,4701,4702,4703,4704,4705,4706,4707,4708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5261,5262,5263,5264,5265,5266,5267,5268,130,1046,1046,1046,545,493,545,545,596,596,544,493,493,492,544,492,493,597,597,493,492,493,544,493,597,545,493,544,545,545,545,545,545,545,1462,132,4741,4742,4743,4744,4745,4746,4747,4748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5301,5302,5303,5304,5305,5306,5307,5308,130,1046,1046,1046,545,597,596,597,596,493,544,544,544,596,493,545,544,493,597,596,545,596,492,545,597,596,544,596,596,492,544,493,597,492,1462,132,4781,4782,4783,4784,4785,4786,4787,4788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5341,5342,5343,5344,5345,5346,5347,5348,130,1046,1046,1046,492,545,545,596,596,597,596,544,596,493,597,544,596,597,544,597,493,597,597,597,544,492,597,597,493,545,596,493,493,544,1462,132,4821,4822,4823,4824,4825,4826,4827,4828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5381,5382,5383,5384,5385,5386,5387,5388,130,1046,1046,544,545,544,597,492,545,597,545,492,596,545,544,597,596,493,545,596,597,545,492,545,544,597,492,597,492,493,597,492,492,493,597,132,4861,4862,4863,4864,4865,4866,4867,4868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1,
|
||||
5421,5422,5423,5424,5425,5426,5427,5428,130,1046,1046,597,493,492,544,545,597,493,545,545,596,544,545,493,492,544,544,493,544,545,597,545,545,597,597,544,544,596,597,597,597,545,493,132,4901,4902,4903,4904,4905,4906,4907,4908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,134,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,1,
|
||||
5461,5462,5463,5464,5465,5466,5467,5468,130,1046,1046,596,493,544,597,597,596,493,597,597,597,493,544,493,492,493,493,596,492,597,545,544,596,492,544,492,544,493,597,492,493,493,596,132,5269,5270,5271,5272,5273,5274,5275,5276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,5901,5902,5903,5904,5905,5906,5907,5908,4629,4630,4829,4830,5261,5262,
|
||||
5501,5502,5503,5504,5505,5506,5507,5508,130,1046,597,596,493,596,597,597,545,492,545,492,597,597,545,493,596,596,492,545,492,493,544,596,545,544,545,545,492,544,493,544,597,545,492,132,5309,5310,5311,5312,5313,5314,5315,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,5941,5942,5943,5944,5945,5946,5947,5948,4669,4670,4869,4870,5301,5302,
|
||||
5541,5542,5543,5544,5545,5546,5547,5548,130,1046,597,596,544,492,597,493,596,545,544,545,493,597,597,493,596,544,545,545,544,544,545,545,545,493,492,544,492,597,545,493,492,545,597,132,5271,5272,5273,5274,5275,5276,5269,5270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,5981,5982,5983,5984,5985,5986,5987,5988,4709,4710,4909,4910,5341,5342,
|
||||
5269,5270,5271,5272,5273,5274,5275,5276,130,1046,596,492,544,544,544,493,492,596,596,493,597,493,492,545,596,596,492,493,596,492,596,492,493,596,597,493,597,492,493,492,544,492,545,132,5311,5312,5313,5314,5315,5316,5309,5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,6021,6022,6023,6024,6025,6026,6027,6028,4749,4750,4709,4710,5381,5382,
|
||||
5309,5310,5311,5312,5313,5314,5315,5316,130,1046,545,596,492,492,596,597,597,545,492,493,492,493,596,545,493,596,545,544,597,597,492,492,493,545,544,597,493,597,544,596,493,545,596,132,5261,5262,5263,5264,5265,5266,5267,5268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,6061,6062,6063,6064,6065,6066,6067,6068,4789,4790,4749,4750,5421,5422,
|
||||
5549,5550,5551,5552,5553,5554,5555,5556,130,1046,544,493,597,544,597,493,545,492,545,493,544,597,544,493,545,492,493,597,545,544,493,545,492,493,597,493,493,493,492,492,493,492,544,132,5301,5302,5303,5304,5305,5306,5307,5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,6101,6102,6103,6104,6105,6106,6107,6108,4829,4830,4789,4790,5461,5462,
|
||||
5271,5272,5273,5274,5275,5276,5269,5270,130,545,596,544,597,544,597,492,545,596,544,545,597,493,493,545,492,596,544,493,545,597,597,545,597,596,544,544,493,597,493,545,545,596,492,132,5341,5342,5343,5344,5345,5346,5347,5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,6141,6142,6143,6144,6145,6146,6147,6148,4869,4870,4629,4630,5501,5502,
|
||||
5311,5312,5313,5314,5315,5316,5309,5310,130,596,493,596,596,545,544,597,545,493,493,544,544,492,597,493,544,597,596,545,545,493,545,597,597,544,545,597,544,493,545,544,597,492,544,132,5381,5382,5383,5384,5385,5386,5387,5388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1046,1046,132,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,6181,6182,6183,6184,6185,6186,6187,6188,4909,4910,4669,4670,5541,5542,
|
||||
5269,5270,5271,5272,5273,5274,5275,5276,597,545,545,596,597,492,596,493,492,492,545,492,493,596,597,597,597,597,597,1046,492,492,597,544,545,597,545,597,492,492,544,492,596,597,597,132,5421,5422,5423,5424,5425,5426,5427,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
5309,5310,5311,5312,5313,5314,5315,5316,597,493,597,1462,1462,1462,1462,1462,1462,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1462,1462,1462,1462,1462,1462,597,596,492,544,597,132,5461,5462,5463,5464,5465,5466,5467,5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5501,5502,5503,5504,5505,5506,5507,5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,5542,5543,5544,5545,5546,5547,5548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="16" name="Layer 2" width="152" height="114">
|
||||
@ -155,14 +155,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,3488,3489,0,3577,3578,3577,3578,0,3488,3489,0,3577,3578,3577,3578,0,3488,3489,0,3577,3578,3577,3578,0,3488,3489,0,3577,3578,3577,3578,3579,3577,3578,3488,3489,3371,3577,3578,3579,3577,3578,3488,3489,3371,3577,3578,3579,3577,3578,3488,3489,3371,3577,3578,0,3488,3489,0,3577,3578,3577,3578,0,3488,3489,0,3577,3578,3577,3578,0,3488,3489,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,3421,0,0,0,3533,3534,0,0,3421,0,0,0,3533,3534,0,0,3421,0,0,0,3533,3534,0,0,3421,0,0,0,0,0,3533,3534,3349,0,0,0,0,0,3533,3534,3349,0,0,0,0,0,3533,3534,3349,0,0,0,3533,3534,0,0,3421,0,0,0,3533,3534,0,0,3421,0,0,0,3533,3534,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,3489,0,0,0,0,3445,3446,3488,3489,0,0,0,0,3445,3446,3488,3489,0,0,0,0,3445,3446,3488,3489,0,0,0,0,3445,3446,3448,0,0,0,0,3392,3393,3394,3448,0,0,0,0,3392,3393,3394,3448,0,0,0,0,3392,3393,3394,3488,3489,0,0,0,0,3445,3446,3488,3489,0,0,0,0,3445,3446,3488,3489,0,0,0,0,3445,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,3448,0,0,0,3533,3534,0,0,3448,0,0,0,3533,3534,0,0,3448,0,0,0,3533,3534,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,3534,0,0,3448,0,0,0,3533,3534,0,0,3448,0,0,0,3533,3534,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,3354,3355,3403,0,0,3292,3349,3353,3354,3355,3403,0,0,3292,3349,3353,3354,3355,3403,0,0,3292,3349,3353,3354,3355,3403,0,0,3292,3349,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3353,3354,3355,3403,0,0,3292,3349,3353,3354,3355,3403,0,0,3292,3349,3353,3354,3355,3403,0,0,3292,3349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,3399,3400,3401,0,0,0,3394,3398,3399,3400,3401,0,0,0,3394,3398,3399,3400,3401,0,0,0,3394,3398,3399,3400,3401,0,0,0,3394,3421,0,0,3750,3449,3450,0,0,3421,0,0,3750,3449,3450,0,0,3421,0,0,3750,3449,3450,0,0,3398,3399,3400,3401,0,0,0,3394,3398,3399,3400,3401,0,0,0,3394,3398,3399,3400,3401,0,0,0,3394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3374,3444,3445,3282,3283,3579,3488,3421,3374,3444,3445,3282,3283,3579,3488,3421,3374,3444,3445,3282,3283,3579,3488,3421,3374,3444,3445,3282,3283,3579,3488,3421,0,0,3484,0,0,0,0,0,0,0,3484,0,0,0,0,0,0,0,3484,0,0,0,0,0,3374,3444,3445,3282,3283,3579,3488,3421,3374,3444,3445,3282,3283,3579,3488,3421,3374,3444,3445,3282,3283,3579,3488,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,3282,3283,0,0,0,3292,0,3419,3282,3283,0,0,0,3292,0,3419,3282,3283,0,0,0,3292,0,3419,3282,3283,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,3282,3283,0,0,0,3292,0,3419,3282,3283,0,0,0,3292,0,3419,3282,3283,0,0,0,3292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -391,14 +391,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,3348,3349,0,3353,3354,3355,3376,3347,3348,3349,0,3353,3354,3355,3376,3347,3348,3349,0,3353,3354,3355,3376,3347,3348,3349,0,3353,3354,3355,3376,3437,3438,3439,3374,3375,0,0,3579,3437,3438,3439,3374,3375,0,0,3579,3437,3438,3439,3374,3375,0,0,3579,3347,3348,3349,0,3353,3354,3355,3376,3347,3348,3349,0,3353,3354,3355,3376,3347,3348,3349,0,3353,3354,3355,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3392,3393,3394,0,3398,3399,3400,3401,3392,3393,3394,0,3398,3399,3400,3401,3392,3393,3394,0,3398,3399,3400,3401,3392,3393,3394,0,3398,3399,3400,3401,3482,3483,3484,3419,3420,3347,3348,3349,3482,3483,3484,3419,3420,3347,3348,3349,3482,3483,3484,3419,3420,3347,3348,3349,3392,3393,3394,0,3398,3399,3400,3401,3392,3393,3394,0,3398,3399,3400,3401,3392,3393,3394,0,3398,3399,3400,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,3444,3488,3489,0,0,0,0,3443,3444,3488,3489,0,0,0,0,3443,3444,3488,3489,0,0,0,0,3443,3444,3488,3489,3512,3513,3514,0,0,0,3577,3578,3512,3513,3514,0,0,0,3577,3578,3512,3513,3514,0,0,0,3577,3578,0,0,0,0,3443,3444,3488,3489,0,0,0,0,3443,3444,3488,3489,0,0,0,0,3443,3444,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3374,3375,0,0,0,0,3533,3534,3374,3375,0,0,0,0,3533,3534,3374,3375,0,0,0,0,3533,3534,3374,3375,0,0,0,0,3533,3534,3557,3558,3559,0,3353,3354,3355,3356,3557,3558,3559,0,3353,3354,3355,3356,3557,3558,3559,0,3353,3354,3355,3356,3374,3375,0,0,0,0,3533,3534,3374,3375,0,0,0,0,3533,3534,3374,3375,0,0,0,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,3420,0,0,0,3347,3348,3376,3419,3420,0,0,0,3347,3348,3376,3419,3420,0,0,0,3347,3348,3376,3419,3420,0,0,0,3347,3348,3376,3376,0,0,0,3398,3399,3400,3579,3376,0,0,0,3398,3399,3400,3579,3376,0,0,0,3398,3399,3400,3579,3419,3420,0,0,0,3347,3348,3376,3419,3420,0,0,0,3347,3348,3376,3419,3420,0,0,0,3347,3348,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,0,0,0,0,3392,3393,3421,3376,0,0,0,0,3392,3393,3421,3376,0,0,0,0,3392,3393,3421,3376,0,0,0,0,3392,3393,3421,3492,0,0,0,3443,3444,3445,3446,3492,0,0,0,3443,3444,3445,3446,3492,0,0,0,3443,3444,3445,3446,3376,0,0,0,0,3392,3393,3421,3376,0,0,0,0,3392,3393,3421,3376,0,0,0,0,3392,3393,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,3375,0,3488,3489,0,0,3489,3421,3375,0,3488,3489,0,0,3489,3421,3375,0,3488,3489,0,0,3489,3421,3375,0,3488,3489,0,0,3489,0,0,0,3276,3277,0,3292,0,0,0,0,3276,3277,0,3292,0,0,0,0,3276,3277,0,3292,0,3421,3375,0,3488,3489,0,0,3489,3421,3375,0,3488,3489,0,0,3489,3421,3375,0,3488,3489,0,0,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492,3420,0,3533,3534,0,3533,3534,3492,3420,0,3533,3534,0,3533,3534,3492,3420,0,3533,3534,0,3533,3534,3492,3420,0,3533,3534,0,3533,3534,0,3292,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,0,3292,0,0,0,0,0,0,3492,3420,0,3533,3534,0,3533,3534,3492,3420,0,3533,3534,0,3533,3534,3492,3420,0,3533,3534,0,3533,3534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -509,14 +509,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,3004,3005,3006,3007,3008,3009,0,0,3004,3005,3006,3007,3008,3009,0,0,3004,3005,3006,3007,3008,3009,0,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,3156,3157,3158,0,3049,3050,3051,3052,3053,3054,0,0,3049,3050,3051,3052,3053,3054,0,0,3049,3050,3051,3052,3053,3054,0,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,3156,3157,3158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,3201,3202,3203,0,3094,3095,3096,3097,3098,3099,3376,0,3094,3095,3096,3097,3098,3099,3376,0,3094,3095,3096,3097,3098,3099,3376,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,3201,3202,3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,3246,3247,3248,0,3139,3140,3141,3142,3143,3144,3421,0,3139,3140,3141,3142,3143,3144,3421,0,3139,3140,3141,3142,3143,3144,3421,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,3246,3247,3248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3184,3185,3186,3187,3188,3189,3401,0,3184,3185,3186,3187,3188,3189,3401,0,3184,3185,3186,3187,3188,3189,3401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,3376,3437,3438,3439,3231,3232,3233,3234,3579,3437,3438,3439,3231,3232,3233,3234,3579,3437,3438,3439,3231,3232,3233,3234,3579,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3446,0,0,0,0,0,0,0,3446,0,0,0,0,0,0,0,3446,0,0,0,0,0,0,0,3446,0,0,0,0,3482,3483,3374,3375,0,3347,3348,3349,3482,3483,3374,3375,0,3347,3348,3349,3482,3483,3374,3375,0,3347,3348,3349,0,0,0,3446,0,0,0,0,0,0,0,3446,0,0,0,0,0,0,0,3446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,3419,3420,0,3392,3393,3394,0,0,3419,3420,0,3392,3393,3394,0,0,3419,3420,0,3392,3393,3394,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -627,14 +627,14 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3101,3102,3103,3104,3105,0,0,0,3101,3102,3103,3104,3105,0,0,0,3101,3102,3103,3104,3105,0,0,0,3101,3102,3103,3104,3105,0,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,0,0,0,3111,3112,3113,0,0,3101,3102,3103,3104,3105,0,0,0,3101,3102,3103,3104,3105,0,0,0,3101,3102,3103,3104,3105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3146,3147,3148,3149,3150,0,0,0,3146,3147,3148,3149,3150,0,0,0,3146,3147,3148,3149,3150,0,0,0,3146,3147,3148,3149,3150,0,3111,3112,3113,0,0,3156,3157,3158,3111,3112,3113,0,0,3156,3157,3158,3111,3112,3113,0,0,3156,3157,3158,0,0,3146,3147,3148,3149,3150,0,0,0,3146,3147,3148,3149,3150,0,0,0,3146,3147,3148,3149,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191,3192,3193,3194,3195,0,0,0,3191,3192,3193,3194,3195,0,0,0,3191,3192,3193,3194,3195,0,0,0,3191,3192,3193,3194,3195,0,3156,3157,3158,0,0,3201,3202,3203,3156,3157,3158,0,0,3201,3202,3203,3156,3157,3158,0,0,3201,3202,3203,0,0,3191,3192,3193,3194,3195,0,0,0,3191,3192,3193,3194,3195,0,0,0,3191,3192,3193,3194,3195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3236,3237,3238,3239,3240,0,0,0,3236,3237,3238,3239,3240,0,0,0,3236,3237,3238,3239,3240,0,0,0,3236,3237,3238,3239,3240,0,3201,3202,3203,0,0,3246,3247,3248,3201,3202,3203,0,0,3246,3247,3248,3201,3202,3203,0,0,3246,3247,3248,0,0,3236,3237,3238,3239,3240,0,0,0,3236,3237,3238,3239,3240,0,0,0,3236,3237,3238,3239,3240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,3247,3248,3660,3488,3489,0,0,3376,3247,3248,3660,3488,3489,0,0,3376,3247,3248,3660,3488,3489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,3579,3705,3533,3534,3577,3578,3421,0,3579,3705,3533,3534,3577,3578,3421,0,3579,3705,3533,3534,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -746,13 +746,13 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3796,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,0,3796,0,0,0,0,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,3011,3012,3013,3014,3015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,3056,3057,3058,3059,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3101,3102,3103,3104,3105,3111,3112,3113,3101,3102,3103,3104,3105,3111,3112,3113,3101,3102,3103,3104,3105,3111,3112,3113,3101,3102,3103,3104,3105,3111,3112,3113,3579,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,3101,3102,3103,3104,3105,3111,3112,3113,3101,3102,3103,3104,3105,3111,3112,3113,3101,3102,3103,3104,3105,3111,3112,3113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3146,3147,3148,3149,3150,3156,3157,3158,3146,3147,3148,3149,3150,3156,3157,3158,3146,3147,3148,3149,3150,3156,3157,3158,3146,3147,3148,3149,3150,3156,3157,3158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3146,3147,3148,3149,3150,3156,3157,3158,3146,3147,3148,3149,3150,3156,3157,3158,3146,3147,3148,3149,3150,3156,3157,3158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191,3192,3193,3194,3195,3201,3202,3203,3191,3192,3193,3194,3195,3201,3202,3203,3191,3192,3193,3194,3195,3201,3202,3203,3191,3192,3193,3194,3195,3201,3202,3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191,3192,3193,3194,3195,3201,3202,3203,3191,3192,3193,3194,3195,3201,3202,3203,3191,3192,3193,3194,3195,3201,3202,3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3236,3237,3238,3239,3240,3246,3247,3248,3236,3237,3238,3239,3240,3246,3247,3248,3236,3237,3238,3239,3240,3246,3247,3248,3236,3237,3238,3239,3240,3246,3247,3248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3236,3237,3238,3239,3240,3246,3247,3248,3236,3237,3238,3239,3240,3246,3247,3248,3236,3237,3238,3239,3240,3246,3247,3248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,3578,0,3577,3578,0,0,0,3577,3578,0,3577,3578,0,0,0,3577,3578,0,3577,3578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -843,13 +843,12 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,82,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
@ -863,6 +862,7 @@
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 75 KiB |
@ -96,12 +96,12 @@
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1029,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1187,715,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,4278,715,1188,1030,1030,1030,1030,1030,1030,1030,1030,1031,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1029,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1030,1187,715,4278,4278,4278,715,1188,1030,1030,1030,1031,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2305,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1029,1030,1030,1030,1030,1030,1031,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6010,6011,6012,6010,6011,6012,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6089,6090,6091,6089,6090,6091,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,160,161,161,161,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6168,6169,6170,6168,6169,6170,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6010,6011,6012,6010,6011,6012,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6089,6090,6091,6089,6090,6091,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,6168,6169,6170,6168,6169,6170,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,160,161,161,161,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,1116,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||
@ -583,7 +583,7 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="WORLD_MAP"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="Stage III" type="StagePlate" x="196" y="636" width="44" height="16">
|
||||
<object id="6" name="Stage I-III" type="StagePlate" x="196" y="636" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 1 - North" type="object" value="9"/>
|
||||
<property name="Connection 4 - West" type="object" value="9"/>
|
||||
@ -603,13 +603,13 @@
|
||||
</object>
|
||||
<object id="8" name="Camp" type="StagePlate" x="416" y="416" width="20" height="24">
|
||||
<properties>
|
||||
<property name="Connection 1 - North" type="object" value="19"/>
|
||||
<property name="Connection 1 - North" type="object" value="0"/>
|
||||
<property name="Map" propertytype="Level" value="HUB"/>
|
||||
<property name="Type" propertytype="StageType" value="HUB"/>
|
||||
<property name="Unlock Condition" propertytype="Level" value="STORY_1_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="9" name="Stage IV" type="StagePlate" x="172" y="580" width="44" height="16">
|
||||
<object id="9" name="Stage I-IV" type="StagePlate" x="172" y="580" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 1 - North" type="object" value="12"/>
|
||||
<property name="Connection 4 - West" type="object" value="12"/>
|
||||
@ -626,7 +626,7 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="CAMPAIGN_1_8"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="Stage V" type="StagePlate" x="112" y="532" width="44" height="16">
|
||||
<object id="12" name="Stage I-V" type="StagePlate" x="112" y="532" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 1 - North" type="object" value="17"/>
|
||||
<property name="Connection 2 - East" type="object" value="17"/>
|
||||
@ -636,7 +636,7 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="CAMPAIGN_1_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="13" name="Stage VI" type="StagePlate" x="60" y="484" width="44" height="16">
|
||||
<object id="13" name="Stage I-VI" type="StagePlate" x="60" y="484" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 3 - South" type="object" value="14"/>
|
||||
<property name="Connection 4 - West" type="object" value="14"/>
|
||||
@ -645,7 +645,7 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="CAMPAIGN_1_5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="14" name="Stage VII" type="StagePlate" x="36" y="556" width="44" height="16">
|
||||
<object id="14" name="Stage I-VII" type="StagePlate" x="36" y="556" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 2 - East" type="object" value="15"/>
|
||||
<property name="Connection 3 - South" type="object" value="15"/>
|
||||
@ -654,7 +654,7 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="CAMPAIGN_1_6"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="15" name="Stage VIII" type="StagePlate" x="72" y="612" width="44" height="16">
|
||||
<object id="15" name="Stage I-VIII" type="StagePlate" x="72" y="612" width="44" height="16">
|
||||
<properties>
|
||||
<property name="Connection 2 - East" type="object" value="11"/>
|
||||
<property name="Connection 3 - South" type="object" value="11"/>
|
||||
@ -686,12 +686,5 @@
|
||||
<property name="Unlock Condition" propertytype="Level" value="CAMPAIGN_1_B1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="19" name="???" type="StagePlate" x="344" y="332" width="24" height="24">
|
||||
<properties>
|
||||
<property name="Map" propertytype="Level" value="CAMPAIGN_1_B2"/>
|
||||
<property name="Type" propertytype="StageType" value="DUNGEON"/>
|
||||
<property name="Unlock Condition" propertytype="Level" value="STORY_1_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
BIN
Adventures in Lestoria/assets/GreenSlime_120.jpg
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
Adventures in Lestoria/assets/GreenSlime_120.png
Normal file
After Width: | Height: | Size: 901 B |
BIN
Adventures in Lestoria/assets/LinuxIcons.zip
Normal file
BIN
Adventures in Lestoria/assets/RedSlime_120.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
Adventures in Lestoria/assets/RedSlime_120.png
Normal file
After Width: | Height: | Size: 923 B |
@ -4,6 +4,8 @@ NPCs
|
||||
{
|
||||
Strategy = NPC
|
||||
|
||||
Camp Notification Unlock Condition = STORY_1_2
|
||||
|
||||
#Size of each animation frame
|
||||
SheetFrameSize = 24,24
|
||||
|
||||
|
@ -23,6 +23,9 @@ Player
|
||||
# How much speed the player loses while no momentum is being added.
|
||||
Friction = 400
|
||||
|
||||
# How low the velocity has to be before the player has control again from being bumped around.
|
||||
Move Allowed Velocity Lower Limit = 30.0
|
||||
|
||||
# How many of any one type of item we can bring to the battlefield max per slot.
|
||||
Item Loadout Limit = 10
|
||||
|
||||
@ -44,6 +47,17 @@ Player
|
||||
# How long the rumble lasts when getting hit by a monster.
|
||||
Hurt Rumble Time = 0.1s
|
||||
|
||||
# Warning sound percentage threshold
|
||||
Health Warning Pct = 30%
|
||||
|
||||
# Warning sound cooldown
|
||||
Health Warning Cooldown = 8.0s
|
||||
|
||||
# Health Warning Flicker On/Off
|
||||
Health Warning Flicker Time = 0.5s
|
||||
|
||||
Health Warning Outline Color = 255,0,0,255
|
||||
|
||||
# Each attack will have _N,_E,_S,_W appended to them once read in-game.
|
||||
PLAYER_ANIMATION[0] = WARRIOR_WALK
|
||||
PLAYER_ANIMATION[1] = WARRIOR_IDLE
|
||||
|
@ -2,5 +2,5 @@ Audio
|
||||
{
|
||||
Environmental Audio Activation Range = 400
|
||||
|
||||
Casting Sound Volume = 70%
|
||||
Casting Sound Volume = 60%
|
||||
}
|