diff --git a/cmake-build/CPackAdditionalConfig.cmake b/cmake-build/CPackAdditionalConfig.cmake new file mode 100644 index 00000000..6613874e --- /dev/null +++ b/cmake-build/CPackAdditionalConfig.cmake @@ -0,0 +1 @@ +set(CPACK_OSX_ARCHITECTURES "") \ No newline at end of file diff --git a/cmake-build/CPackConfig.cmake b/cmake-build/CPackConfig.cmake new file mode 100644 index 00000000..e81fe248 --- /dev/null +++ b/cmake-build/CPackConfig.cmake @@ -0,0 +1,75 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_ARCHIVE_GID "-1") +set(CPACK_ARCHIVE_UID "-1") +set(CPACK_BUILD_SOURCE_DIRS "/Users/entropist/projectS/frontend-sdl-cpp;/Users/entropist/projectS/frontend-sdl-cpp/cmake-build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "projectMSDL built using CMake") +set(CPACK_GENERATOR "productbuild") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALL_CMAKE_PROJECTS "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build;projectMSDL;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/Users/entropist/projectS/frontend-sdl-cpp/cmake") +set(CPACK_NSIS_DISPLAY_NAME "projectM 2.0.0") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "projectM 2.0.0") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/package-description.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A standalone, Milkdrop-like audio visualization application") +set(CPACK_PACKAGE_FILE_NAME "projectM-2.0.0-Darwin") +set(CPACK_PACKAGE_HOMEPAGE_URL "https://projectm-visualizer.org/") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "projectM 2.0.0") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "projectM 2.0.0") +set(CPACK_PACKAGE_NAME "projectM") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "The projectM Development Team") +set(CPACK_PACKAGE_VERSION "2.0.0") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "0") +set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PKGBUILD_IDENTITY_NAME "") +set(CPACK_PRODUCTBUILD_IDENTIFIER "org.projectm-visualizer.projectmsdl") +set(CPACK_PRODUCTBUILD_IDENTITY_NAME "") +set(CPACK_PROJECT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackAdditionalConfig.cmake") +set(CPACK_RESOURCE_FILE_LICENSE "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/gpl-3.0.rtf") +set(CPACK_RESOURCE_FILE_README "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/macos-readme.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/macos-welcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TGZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackSourceConfig.cmake") +set(CPACK_STRIP_FILES "TRUE") +set(CPACK_SYSTEM_NAME "Darwin") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Darwin") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() + +# Configuration for component "projectMSDL" + +SET(CPACK_COMPONENTS_ALL projectMSDL) +set(CPACK_COMPONENT_PROJECTMSDL_PLIST "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/projectMSDL-component.plist") diff --git a/cmake-build/CPackSourceConfig.cmake b/cmake-build/CPackSourceConfig.cmake new file mode 100644 index 00000000..675dd348 --- /dev/null +++ b/cmake-build/CPackSourceConfig.cmake @@ -0,0 +1,77 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_ARCHIVE_GID "-1") +set(CPACK_ARCHIVE_UID "-1") +set(CPACK_BUILD_SOURCE_DIRS "/Users/entropist/projectS/frontend-sdl-cpp;/Users/entropist/projectS/frontend-sdl-cpp/cmake-build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "projectMSDL built using CMake") +set(CPACK_GENERATOR "TGZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALLED_DIRECTORIES "/Users/entropist/projectS/frontend-sdl-cpp;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/Users/entropist/projectS/frontend-sdl-cpp/cmake") +set(CPACK_NSIS_DISPLAY_NAME "projectM 2.0.0") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "projectM 2.0.0") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/package-description.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A standalone, Milkdrop-like audio visualization application") +set(CPACK_PACKAGE_FILE_NAME "projectM-2.0.0-Source") +set(CPACK_PACKAGE_HOMEPAGE_URL "https://projectm-visualizer.org/") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "projectM 2.0.0") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "projectM 2.0.0") +set(CPACK_PACKAGE_NAME "projectM") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "The projectM Development Team") +set(CPACK_PACKAGE_VERSION "2.0.0") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "0") +set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PKGBUILD_IDENTITY_NAME "") +set(CPACK_PRODUCTBUILD_IDENTIFIER "org.projectm-visualizer.projectmsdl") +set(CPACK_PRODUCTBUILD_IDENTITY_NAME "") +set(CPACK_PROJECT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackAdditionalConfig.cmake") +set(CPACK_RESOURCE_FILE_LICENSE "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/gpl-3.0.rtf") +set(CPACK_RESOURCE_FILE_README "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/macos-readme.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/macos-welcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TGZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/Users/entropist/projectS/frontend-sdl-cpp;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "projectM-2.0.0-Source") +set(CPACK_SOURCE_TOPLEVEL_TAG "Darwin-Source") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Darwin") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Darwin-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/Users/entropist/projectS/frontend-sdl-cpp/cmake-build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build/ImGuiBinaryToCompressedC b/cmake-build/ImGuiBinaryToCompressedC new file mode 100755 index 00000000..5019b4f1 Binary files /dev/null and b/cmake-build/ImGuiBinaryToCompressedC differ diff --git a/cmake-build/src/gui/AnonymousProFont.h b/cmake-build/src/gui/AnonymousProFont.h new file mode 100644 index 00000000..bc73c6ef --- /dev/null +++ b/cmake-build/src/gui/AnonymousProFont.h @@ -0,0 +1,1144 @@ +// File: '/Users/entropist/projectS/frontend-sdl-cpp/src/resources/AnonymousPro-Regular.ttf' (112280 bytes) +// Exported using binary_to_compressed_c.exe -u8 "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/AnonymousPro-Regular.ttf" AnonymousPro +static const unsigned int AnonymousPro_compressed_size = 65286; +static const unsigned char AnonymousPro_compressed_data[65286] = +{ + 87,188,0,0,0,0,0,0,0,1,182,152,0,4,0,0,37,0,1,0,0,0,16,130,4,46,4,0,0,79,83,47,50,74,98,190,132,0,0,1,200,130,21,8,40,96,86,68,77,88,106,165,114,60,0,0,17,228,0,0,5,224,99,109,97,112, + 146,18,23,146,0,0,4,56,0,0,3,226,99,118,116,32,4,138,10,158,130,47,32,96,130,47,44,46,102,112,103,109,146,65,218,250,0,0,2,212,130,19,40,97,103,97,115,112,0,21,0,8,130,11,32,12,130, + 31,8,39,16,103,108,121,102,145,249,23,9,0,0,110,216,0,1,71,190,104,100,109,120,121,100,77,180,0,0,23,196,0,0,9,216,104,101,97,100,255,43,154,130,11,33,1,144,130,47,33,54,104,130,16, + 35,10,103,2,206,130,63,130,131,45,0,36,104,109,116,120,52,106,53,208,0,0,8,28,130,131,43,226,108,111,99,97,241,16,162,125,0,0,13,130,46,41,4,226,109,97,120,112,4,136,3,97,130,47,130, + 31,61,0,32,110,97,109,101,107,154,98,41,0,0,51,108,0,0,59,106,112,111,115,116,230,170,54,215,0,0,33,156,130,211,44,206,112,114,101,112,48,247,212,104,0,0,2,40,130,64,32,171,130,3,36, + 3,0,9,0,2,130,78,34,1,255,255,130,7,32,1,130,25,41,112,0,97,0,7,0,88,0,4,0,130,13,41,0,0,0,10,0,0,2,0,2,166,132,29,130,17,35,6,139,254,139,130,139,38,94,255,94,255,227,4,123,134,35, + 130,38,134,2,48,1,0,42,0,111,0,90,0,121,0,123,0,139,0,117,0,137,130,5,131,15,32,123,130,9,34,117,1,92,130,37,44,25,254,141,0,0,3,162,0,25,5,20,0,25,130,15,130,83,47,0,1,0,197,4,214, + 129,116,95,15,60,245,0,27,8,0,131,0,34,198,245,69,130,247,45,0,0,213,49,9,126,255,91,254,117,4,123,7,62,130,23,131,173,130,6,130,2,48,3,4,94,1,144,0,5,0,0,5,154,5,51,0,0,1,37,133,7, + 57,3,160,0,123,1,209,5,1,2,6,6,9,3,2,2,0,5,4,160,0,2,175,112,0,169,202,130,51,132,2,41,109,108,115,115,0,64,0,0,251,2,133,203,39,6,139,1,117,32,0,0,159,131,28,34,3,164,5,131,147,130, + 14,43,176,0,43,0,178,1,7,2,43,1,178,8,131,5,46,183,8,66,63,48,37,24,0,8,43,183,9,83,63,61,133,9,36,10,103,82,61,47,132,19,33,11,76,135,29,33,12,83,135,9,34,13,97,82,134,39,37,14,33, + 27,21,15,9,130,59,34,0,183,1,136,60,32,2,136,60,33,3,77,135,50,32,4,136,70,32,5,136,110,32,6,136,70,32,7,135,90,8,89,0,178,15,4,7,43,176,0,32,69,125,105,24,68,0,176,0,44,75,176,9,80, + 88,177,1,1,142,89,184,1,255,133,176,68,29,177,9,3,95,94,45,176,1,44,32,32,69,105,68,176,1,96,45,176,2,44,176,1,42,33,45,176,3,44,32,70,176,3,37,70,82,88,35,89,32,138,32,138,73,100, + 138,32,70,32,104,97,100,176,4,37,132,7,130,24,41,101,138,89,47,32,176,0,83,88,105,130,5,38,84,88,33,176,64,89,27,136,10,38,101,89,89,58,45,176,4,131,70,130,49,130,45,33,138,89,130, + 64,32,106,134,64,130,7,132,18,8,41,47,253,45,176,5,44,75,32,176,3,38,80,88,81,88,176,128,68,27,176,64,68,89,27,33,33,32,69,176,192,80,88,176,192,68,27,33,89,89,45,176,6,136,163,130, + 171,131,208,132,173,39,7,44,176,6,42,45,176,8,133,65,41,83,88,176,64,27,176,0,89,138,138,131,79,41,83,88,35,33,176,128,138,138,27,138,130,193,130,95,132,15,32,192,141,15,34,184,1,0, + 143,16,32,64,139,16,39,176,3,37,69,184,1,128,80,130,74,130,6,34,35,33,27,131,16,35,35,33,35,33,130,161,41,89,68,45,176,9,44,75,83,88,69,130,162,35,33,89,45,0,132,0,36,2,0,0,0,3,130, + 3,36,20,0,3,0,1,132,7,34,4,3,206,130,7,38,178,0,128,0,6,0,50,130,9,8,174,13,0,34,0,126,0,255,1,48,1,49,1,81,1,83,1,119,1,120,1,127,1,146,1,255,2,27,2,199,2,221,3,134,3,138,3,140,3, + 161,3,168,3,169,3,191,3,192,3,206,4,12,4,79,4,92,4,95,4,145,30,3,30,11,30,31,30,65,30,87,30,97,30,107,30,133,30,243,32,21,32,26,32,30,32,34,32,38,32,48,32,58,32,68,32,172,33,22,33, + 34,33,38,34,2,34,6,34,15,34,18,34,26,34,30,34,43,34,72,34,96,34,101,35,3,35,24,35,38,35,125,35,136,35,206,36,35,37,0,37,2,37,12,37,16,37,20,37,24,37,28,37,36,37,44,37,52,37,60,37,108, + 37,198,37,202,39,19,224,7,246,195,249,0,251,2,255,255,130,177,42,0,0,13,0,32,0,35,0,160,1,0,130,179,36,50,1,82,1,84,130,179,32,121,130,179,42,252,2,24,2,198,2,216,3,132,3,136,130,179, + 34,142,3,163,130,179,32,170,130,179,8,36,193,4,1,4,14,4,81,4,94,4,144,30,2,30,10,30,30,30,64,30,86,30,96,30,106,30,128,30,242,32,19,32,24,32,28,32,32,132,179,32,57,144,179,32,17,138, + 179,32,100,132,179,32,36,158,179,32,80,134,179,38,0,246,195,248,255,251,1,130,179,38,1,255,245,0,0,255,225,130,3,50,243,255,164,255,242,255,92,255,240,255,65,255,239,255,18,255,115, + 255,91,131,209,8,45,253,243,253,242,253,241,253,240,253,239,254,198,253,238,252,217,253,237,253,187,253,186,253,185,253,184,253,136,228,24,228,18,228,0,227,224,227,204,227,196,227, + 188,227,168,227,60,131,49,131,3,35,224,131,224,148,130,3,8,82,118,224,15,225,27,223,104,223,119,222,148,222,160,222,137,0,0,222,137,222,114,222,111,222,93,222,45,222,46,223,48,223, + 28,223,17,222,187,222,177,222,108,222,24,221,60,221,59,221,50,221,47,221,44,221,41,221,38,221,31,221,24,221,17,221,10,220,247,220,158,218,237,219,82,34,102,10,31,0,0,5,189,0,1,131, + 93,33,0,174,130,5,32,176,130,3,144,2,35,1,90,1,92,144,20,156,16,39,1,56,1,60,1,64,1,68,149,36,33,1,50,149,23,166,21,32,248,132,39,8,251,3,0,224,0,225,0,170,0,161,0,130,0,131,0,227, + 0,148,0,228,0,132,0,140,0,137,0,155,0,167,0,162,0,229,0,136,0,216,0,129,0,145,0,230,0,231,0,139,0,149,0,134,0,193,0,220,0,232,0,156,0,168,0,233,0,234,0,235,0,160,0,171,0,199,0,197, + 0,172,0,96,0,97,0,142,0,98,0,201,0,99,0,198,0,200,0,205,0,202,0,203,0,204,0,236,0,100,0,209,0,206,0,207,0,173,0,101,0,237,0,143,0,212,0,210,0,211,0,102,0,238,0,239,0,135,0,104,0,103, + 0,105,0,107,0,106,0,108,0,158,0,109,0,111,0,110,0,112,0,113,0,115,0,114,0,116,0,117,0,240,0,118,0,120,0,119,0,121,0,123,0,122,0,182,0,159,0,125,0,124,0,126,0,127,0,241,0,242,0,184, + 0,214,0,223,0,217,0,218,0,219,0,222,0,215,0,221,0,176,0,177,2,48,0,180,0,181,0,194,0,178,0,179,0,195,0,128,0,192,0,133,0,151,2,50,0,208,2,110,0,0,4,94,0,49,0,136,0,39,255,236,255,231, + 1,117,0,188,130,237,32,35,130,20,40,240,0,0,1,117,0,41,255,223,130,11,34,10,0,27,130,5,40,4,255,248,0,49,255,248,255,233,130,23,32,240,130,235,32,0,130,193,36,168,255,223,255,197,130, + 21,32,236,130,73,32,49,134,7,34,186,255,254,133,13,130,15,32,223,133,3,33,0,25,130,63,39,49,255,197,255,193,255,233,255,130,43,130,65,40,133,0,186,0,2,0,0,0,229,132,45,37,0,255,254, + 255,252,0,133,57,34,186,0,4,130,63,32,186,132,49,130,43,130,7,34,0,255,246,132,13,34,225,255,229,130,165,38,225,0,47,0,186,1,141,130,45,32,252,130,81,32,197,131,79,134,101,130,36,137, + 2,33,255,252,133,1,130,103,34,186,0,170,130,5,32,49,130,59,32,236,133,3,135,159,130,21,34,0,0,8,130,13,32,20,130,9,32,31,130,7,32,0,132,147,32,242,130,13,32,0,130,171,32,211,130,241, + 32,0,132,63,32,0,132,219,33,43,0,131,0,36,4,255,248,255,238,130,71,38,219,255,213,0,209,2,47,130,18,34,23,0,4,130,15,36,197,0,14,0,141,132,173,32,197,130,151,45,223,255,242,255,219, + 0,0,255,164,0,55,0,0,1,131,127,32,0,130,53,32,225,130,173,38,2,0,0,0,199,1,72,130,5,130,91,35,1,117,2,46,130,37,34,236,255,197,130,97,130,3,132,249,131,45,38,186,255,223,255,223,0, + 2,130,3,32,49,132,173,131,195,32,78,130,139,36,182,1,117,0,242,130,1,36,170,2,240,0,170,130,11,37,186,1,55,255,217,1,131,119,34,27,255,254,132,83,38,0,255,254,255,139,0,98,130,105, + 36,49,255,236,255,225,132,87,32,0,130,95,130,3,130,25,32,236,131,109,137,3,130,91,34,0,255,139,130,57,34,49,255,252,130,41,140,3,130,61,32,254,139,3,130,43,38,49,255,119,255,119,0, + 78,130,1,32,186,131,139,33,0,182,130,5,131,9,130,120,130,67,32,4,65,87,10,32,49,130,25,134,3,33,255,94,132,11,133,199,131,5,32,1,132,73,32,223,130,91,134,3,130,15,32,0,136,3,35,25, + 255,246,0,139,3,130,91,136,2,137,67,140,9,33,255,193,66,25,6,34,49,0,47,130,71,133,3,32,186,130,21,36,219,255,211,255,213,132,77,130,66,33,1,141,130,247,40,197,255,95,255,95,0,23,255, + 91,131,1,131,15,132,139,65,121,5,34,49,255,223,131,169,32,255,133,13,32,0,65,123,6,32,43,130,37,36,236,255,236,255,233,130,41,32,186,65,191,6,32,12,130,39,34,0,0,2,132,179,32,39,130, + 90,36,2,0,12,0,41,132,59,32,225,132,19,32,2,130,39,33,49,0,131,5,34,0,0,49,130,59,32,248,130,5,32,242,132,31,32,236,132,9,34,49,255,119,130,7,34,236,0,25,130,19,36,186,255,254,255, + 117,130,13,32,119,130,3,65,173,5,133,219,131,57,34,193,0,27,130,79,130,15,33,255,231,132,167,32,223,132,5,32,236,130,145,32,225,130,85,131,145,67,193,9,33,49,255,131,101,34,244,255, + 254,130,143,130,49,130,35,34,252,255,240,130,13,132,77,134,63,130,125,132,159,36,0,255,225,255,227,132,163,138,63,33,0,35,130,129,36,244,255,252,255,143,131,35,33,255,246,131,155,33, + 0,4,132,155,130,17,32,255,130,155,65,223,8,32,49,132,87,32,186,132,75,131,95,32,25,130,45,130,118,35,255,193,255,229,136,3,32,236,130,49,130,19,130,135,36,211,0,68,255,211,130,10,32, + 74,130,3,42,188,255,227,0,72,0,0,1,141,1,141,131,5,133,3,130,23,133,2,36,211,1,141,0,211,130,1,132,13,151,11,132,28,140,4,39,255,238,0,8,255,242,255,242,130,20,36,72,0,74,0,10,130, + 3,32,0,65,125,6,34,0,0,56,134,1,9,74,196,1,119,2,127,3,86,3,110,3,179,3,249,4,69,4,121,4,145,4,163,4,184,4,205,5,135,5,194,6,47,6,229,7,48,7,194,8,126,8,198,9,194,10,130,10,172,10, + 214,10,238,11,10,11,35,11,157,12,188,12,239,13,110,14,23,14,119,14,174,14,223,15,135,15,206,16,2,16,72,16,135,16,170,16,251,17,66,17,237,18,74,19,32,19,145,20,86,20,169,21,9,21,55, + 21,129,21,238,22,71,22,142,22,184,22,203,22,246,23,25,23,43,23,62,24,3,24,177,25,87,26,4,26,119,26,239,27,179,28,27,28,101,28,171,28,238,29,36,29,194,30,42,30,213,31,131,32,51,32,155, + 33,84,33,194,34,42,34,88,34,162,35,11,35,67,35,139,35,228,35,248,36,81,36,134,36,146,37,6,37,189,37,201,37,213,37,225,37,237,37,249,38,5,38,17,38,29,38,41,38,53,38,239,38,251,39,7, + 39,19,39,31,39,43,39,55,39,67,39,79,39,91,39,103,39,115,39,127,39,139,39,151,39,163,39,175,39,187,39,199,39,234,40,97,40,227,41,101,42,36,42,78,42,192,43,148,44,77,45,19,45,113,45, + 133,45,176,45,245,46,70,47,35,47,152,47,206,47,239,48,17,48,117,48,231,49,130,49,197,50,8,50,126,50,188,51,113,52,9,52,175,53,166,54,111,54,234,55,29,55,52,55,87,55,212,56,16,56,54, + 56,92,56,129,56,185,130,1,11,137,197,56,209,56,221,57,111,58,47,58,64,58,82,58,180,59,16,59,69,59,116,59,168,59,208,59,220,59,232,60,2,60,154,60,177,60,200,61,83,61,215,62,32,62,49, + 62,104,62,203,63,254,64,10,64,22,64,34,64,46,64,58,64,70,64,82,64,94,64,106,64,118,64,130,64,217,64,229,64,241,64,253,65,9,65,63,65,87,65,128,65,146,65,175,65,200,66,21,66,58,66,87, + 66,138,66,163,66,198,66,237,67,5,67,153,67,185,67,203,68,38,68,160,68,209,69,102,69,245,70,207,71,68,71,109,71,121,71,213,72,129,72,141,73,55,73,67,73,79,73,91,73,103,73,211,74,172, + 74,184,74,196,74,208,74,220,74,232,74,244,75,0,75,12,75,24,75,198,75,206,76,147,76,159,76,171,76,183,76,195,76,207,76,219,77,66,77,232,77,244,78,0,78,12,78,24,78,36,78,48,78,60,78, + 72,78,84,79,46,79,58,79,70,79,186,80,59,80,71,80,83,80,95,80,107,80,119,80,131,80,233,81,101,81,113,81,211,82,104,82,116,82,183,82,195,82,207,83,14,83,26,83,38,83,50,83,62,83,74,83, + 86,83,98,83,110,83,176,84,20,84,32,84,44,84,56,84,68,84,80,84,92,84,104,84,191,85,65,85,77,85,89,85,101,85,113,85,125,85,137,85,149,85,161,85,173,85,185,85,197,85,209,85,221,85,233, + 85,245,86,1,86,187,87,98,87,110,87,122,87,134,87,146,87,158,87,170,88,20,88,154,88,166,88,178,88,190,88,202,88,214,88,226,88,238,88,250,89,6,89,18,89,159,90,28,90,40,90,52,90,64,90, + 76,90,88,90,100,90,112,90,124,90,136,90,148,91,6,91,18,91,30,91,42,91,54,91,66,91,78,91,90,91,102,91,121,91,176,91,188,91,200,91,212,91,224,91,236,91,248,92,4,92,16,92,67,92,194,92, + 231,93,13,93,68,93,139,93,210,94,135,94,187,94,250,95,39,95,120,95,191,96,35,96,206,97,6,97,99,97,166,97,249,98,82,98,221,99,74,99,162,99,174,99,186,99,198,99,210,99,222,99,234,99, + 246,100,156,101,109,101,171,102,132,103,41,103,168,104,31,104,178,104,255,105,62,105,146,106,27,106,78,107,2,107,173,108,78,108,230,109,137,109,217,110,81,110,241,111,48,111,131,112, + 56,112,68,112,80,112,92,112,104,112,116,112,128,113,42,113,54,113,213,114,149,114,201,114,213,115,27,115,176,116,44,116,163,116,175,116,187,116,252,117,47,117,144,118,15,118,52,118, + 137,118,192,119,42,119,243,120,59,120,71,120,134,120,238,121,63,121,134,122,49,122,105,122,198,123,111,123,194,124,21,124,160,125,13,125,77,125,158,125,245,126,72,126,168,127,20,127, + 110,128,16,128,182,129,43,129,240,130,199,131,90,131,127,131,209,132,68,132,173,133,83,133,155,133,167,133,230,134,78,134,159,134,230,135,145,135,201,136,119,137,29,137,112,137,168, + 138,134,138,239,139,47,139,127,139,214,140,44,140,140,140,249,141,84,141,197,142,93,142,206,142,218,143,107,143,119,143,231,144,157,144,231,144,243,145,57,145,188,146,55,146,185,146, + 197,146,209,147,18,147,70,147,122,147,134,147,146,147,158,147,170,147,182,147,194,147,206,147,218,147,230,147,242,147,254,148,10,148,22,148,34,148,46,148,58,148,70,148,82,148,94,148, + 106,148,118,148,130,148,148,149,81,149,99,149,135,150,150,150,208,151,3,151,74,151,132,152,16,152,71,152,120,152,137,152,163,152,193,152,222,152,247,153,15,153,52,153,89,153,124,153, + 154,153,205,153,233,154,27,154,82,154,143,154,202,154,253,155,57,155,115,155,164,155,215,156,10,156,56,156,105,156,152,156,201,157,7,157,82,157,130,157,191,158,7,158,52,158,115,158, + 187,158,225,159,20,159,77,159,136,159,212,160,56,160,87,160,112,160,187,160,231,161,40,161,137,161,187,161,238,162,46,162,93,163,57,163,223,0,131,0,34,1,0,1,131,0,47,0,12,0,248,8,255, + 0,8,0,7,255,254,0,9,0,8,130,5,34,10,0,9,130,5,32,11,130,5,32,253,130,29,38,10,255,253,0,13,0,11,130,5,34,14,0,12,130,5,34,15,0,13,130,5,34,16,0,14,130,5,32,17,130,5,42,252,0,18,0,15, + 255,252,0,19,0,16,130,5,34,20,0,17,130,5,34,21,0,18,130,5,32,22,130,5,42,251,0,23,0,19,255,251,0,24,0,20,130,5,34,25,0,21,130,5,34,26,0,22,130,5,34,27,0,23,130,5,32,28,130,5,42,250, + 0,29,0,24,255,250,0,30,0,25,130,5,34,31,0,26,130,5,34,32,0,27,130,5,32,33,130,5,42,249,0,34,0,28,255,249,0,35,0,29,130,5,34,36,0,30,130,5,34,37,0,31,130,5,34,38,0,32,130,5,32,39,130, + 5,42,248,0,40,0,33,255,248,0,41,0,34,130,5,34,42,0,35,130,5,34,43,0,36,130,5,32,44,130,5,42,247,0,45,0,37,255,247,0,46,0,38,130,5,34,47,0,39,130,5,34,48,0,40,130,5,34,49,0,41,130,5, + 32,50,130,5,42,246,0,51,0,42,255,246,0,52,0,43,130,5,34,53,0,44,130,5,34,54,0,45,130,5,32,55,130,5,42,245,0,56,0,46,255,245,0,57,0,47,130,5,34,58,0,48,130,5,34,59,0,49,130,5,34,60, + 0,50,130,5,32,61,130,5,42,244,0,62,0,51,255,244,0,63,0,52,130,5,34,64,0,53,130,5,34,65,0,54,130,5,32,66,130,5,42,243,0,67,0,55,255,243,0,68,0,56,130,5,34,69,0,57,130,5,34,70,0,58,130, + 5,34,71,0,59,130,5,32,72,130,5,42,242,0,73,0,60,255,242,0,74,0,61,130,5,34,75,0,62,130,5,34,76,0,63,130,5,32,77,130,5,42,241,0,78,0,64,255,241,0,79,0,65,130,5,34,80,0,66,130,5,34,81, + 0,67,130,5,34,82,0,68,130,5,32,83,130,5,42,240,0,84,0,69,255,240,0,85,0,70,130,5,34,86,0,71,130,5,34,87,0,72,130,5,32,88,130,5,42,239,0,89,0,73,255,239,0,90,0,74,130,5,34,91,0,75,130, + 5,34,92,0,76,130,5,34,93,0,77,130,5,32,94,130,5,42,238,0,95,0,78,255,238,0,96,0,79,130,5,34,97,0,80,130,5,34,98,0,81,130,5,32,99,130,5,42,237,0,100,0,82,255,237,0,101,0,83,130,5,34, + 102,0,84,130,5,34,103,0,85,130,5,34,104,0,86,130,5,32,105,130,5,42,236,0,106,0,87,255,236,0,107,0,88,130,5,34,108,0,89,130,5,34,109,0,90,130,5,32,110,130,5,42,235,0,111,0,91,255,235, + 0,112,0,92,130,5,34,113,0,93,130,5,34,114,0,94,130,5,34,115,0,95,130,5,32,116,130,5,42,234,0,117,0,96,255,234,0,118,0,97,130,5,34,119,0,98,130,5,34,120,0,99,130,5,32,121,130,5,42,233, + 0,122,0,100,255,233,0,123,0,101,130,5,34,124,0,102,130,5,34,125,0,103,130,5,34,126,0,104,130,5,32,127,130,5,42,232,0,128,0,105,255,232,0,129,0,106,130,5,34,130,0,107,130,5,34,131,0, + 108,130,5,32,132,130,5,42,231,0,133,0,109,255,231,0,134,0,110,130,5,34,135,0,111,130,5,34,136,0,112,130,5,34,137,0,113,130,5,32,138,130,5,42,230,0,139,0,114,255,230,0,140,0,115,130, + 5,34,141,0,116,130,5,34,142,0,117,130,5,32,143,130,5,42,229,0,144,0,118,255,229,0,145,0,119,130,5,34,146,0,120,130,5,34,147,0,121,130,5,34,148,0,122,130,5,32,149,130,5,42,228,0,150, + 0,123,255,228,0,151,0,124,130,5,34,152,0,125,130,5,34,153,0,126,130,5,32,154,130,5,42,227,0,155,0,127,255,227,0,156,0,128,130,5,34,157,0,129,130,5,34,158,0,130,130,5,34,159,0,131,130, + 5,32,160,130,5,42,226,0,161,0,132,255,226,0,162,0,133,130,5,34,163,0,134,130,5,34,164,0,135,130,5,32,165,130,5,42,225,0,166,0,136,255,225,0,167,0,137,130,5,34,168,0,138,130,5,34,169, + 0,139,130,5,34,170,0,140,130,5,32,171,130,5,42,224,0,172,0,141,255,224,0,173,0,142,130,5,34,174,0,143,130,5,34,175,0,144,130,5,32,176,130,5,42,223,0,177,0,145,255,223,0,178,0,146,130, + 5,34,179,0,147,130,5,34,180,0,148,130,5,34,181,0,149,130,5,32,182,130,5,42,222,0,183,0,150,255,222,0,184,0,151,130,5,34,185,0,152,130,5,34,186,0,153,130,5,32,187,130,5,42,221,0,188, + 0,154,255,221,0,189,0,155,130,5,34,190,0,156,130,5,34,191,0,157,130,5,34,192,0,158,130,5,32,193,130,5,42,220,0,194,0,159,255,220,0,195,0,160,130,5,34,196,0,161,130,5,34,197,0,162,130, + 5,32,198,130,5,42,219,0,199,0,163,255,219,0,200,0,164,130,5,34,201,0,165,130,5,34,202,0,166,130,5,34,203,0,167,130,5,32,204,130,5,42,218,0,205,0,168,255,218,0,206,0,169,130,5,34,207, + 0,170,130,5,34,208,0,171,130,5,32,209,130,5,42,217,0,210,0,172,255,217,0,211,0,173,130,5,34,212,0,174,130,5,34,213,0,175,130,5,34,214,0,176,130,5,32,215,130,5,42,216,0,216,0,177,255, + 216,0,217,0,178,130,5,34,218,0,179,130,5,34,219,0,180,130,5,32,220,130,5,42,215,0,221,0,181,255,215,0,222,0,182,130,5,34,223,0,183,130,5,34,224,0,184,130,5,34,225,0,185,130,5,32,226, + 130,5,42,214,0,227,0,186,255,214,0,228,0,187,130,5,34,229,0,188,130,5,34,230,0,189,130,5,32,231,130,5,42,213,0,232,0,190,255,213,0,233,0,191,130,5,34,234,0,192,130,5,34,235,0,193,130, + 5,34,236,0,194,130,5,32,237,130,5,42,212,0,238,0,195,255,212,0,239,0,196,130,5,34,240,0,197,130,5,34,241,0,198,130,5,32,242,130,5,42,211,0,243,0,199,255,211,0,244,0,200,130,5,34,245, + 0,201,130,5,34,246,0,202,130,5,34,247,0,203,130,5,32,248,130,5,42,210,0,249,0,204,255,210,0,250,0,205,130,5,34,251,0,206,130,5,34,252,0,207,130,5,32,253,130,5,42,209,0,254,0,208,255, + 209,0,255,0,209,130,5,40,0,0,4,0,0,2,116,10,5,16,0,0,2,111,35,0,0,11,6,16,0,0,2,111,35,0,0,12,7,16,0,0,2,111,34,0,0,13,16,2,114,2,111,37,7,0,0,0,2,0,132,0,35,255,69,0,123,130,8,91, + 57,5,130,8,135,2,33,2,112,132,21,9,138,2,0,3,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,30,0,31,0,32,0,33, + 0,34,0,35,0,36,0,37,0,38,0,39,0,40,0,41,0,42,0,43,0,44,0,45,0,46,0,47,0,48,0,49,0,50,0,51,0,52,0,53,0,54,0,55,0,56,0,57,0,58,0,59,0,60,0,61,0,62,0,63,0,64,0,65,0,66,0,67,0,68,0,69, + 0,70,0,71,0,72,0,73,0,74,0,75,0,76,0,77,0,78,0,79,0,80,0,81,0,82,0,83,0,84,0,85,0,86,0,87,0,88,0,89,0,90,0,91,0,92,0,93,0,94,0,95,0,96,0,97,0,98,0,99,0,100,0,101,0,102,0,103,0,104, + 0,105,0,106,0,107,0,108,0,109,0,110,0,111,0,112,0,113,0,114,0,115,0,116,0,117,0,118,0,119,0,120,0,121,0,122,0,123,0,124,0,125,0,126,0,127,0,128,0,129,0,130,0,131,0,132,0,133,0,134, + 0,135,0,136,0,137,0,138,0,139,0,140,0,141,0,142,0,143,0,144,0,145,0,146,0,147,0,148,0,149,0,150,0,151,0,152,0,153,0,154,0,155,0,156,0,157,0,158,0,159,0,160,0,161,0,162,0,163,0,164, + 0,165,0,166,0,167,0,168,0,169,0,170,0,171,1,2,0,173,0,174,0,175,0,176,0,177,0,178,0,179,0,180,0,181,0,182,0,183,0,184,0,185,0,186,0,187,0,188,1,3,0,190,0,191,0,192,0,193,0,194,0,195, + 0,196,0,197,0,198,0,199,0,200,0,201,91,201,6,54,205,0,206,0,207,0,208,0,209,0,210,0,211,0,212,0,213,0,214,0,215,0,216,91,125,6,11,67,220,0,221,0,222,0,223,0,224,0,225,0,4,0,5,1,4,0, + 189,0,232,1,5,0,242,0,243,0,241,0,245,0,244,0,246,0,233,0,240,0,235,0,237,0,234,0,236,0,238,1,6,1,7,1,8,1,9,1,10,1,11,0,253,0,254,1,12,1,13,1,14,1,15,0,255,1,0,1,16,1,17,1,18,1,1,1, + 19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,28,1,29,1,30,0,248,0,249,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,45,1,46,0,250,1,47,1,48,1,49,1,50,1,51, + 1,52,1,53,1,54,1,55,1,56,1,57,1,58,1,59,1,60,1,61,0,226,0,227,1,62,1,63,1,64,1,65,1,66,1,67,1,68,1,69,1,70,1,71,1,72,1,73,1,74,1,75,1,76,1,77,1,78,1,79,1,80,1,81,1,82,1,83,1,84,1,85, + 1,86,0,251,0,252,0,228,0,229,1,87,1,88,1,89,1,90,1,91,1,92,1,93,1,94,1,95,1,96,1,97,1,98,1,99,1,100,1,101,1,102,1,103,1,104,1,105,1,106,1,107,1,108,1,109,1,110,1,111,1,112,0,230,0, + 231,1,113,1,114,1,115,1,116,1,117,1,118,1,119,1,120,1,121,1,122,1,123,1,124,1,125,1,126,1,127,1,128,1,129,1,130,1,131,1,132,1,133,1,134,1,135,1,136,1,137,1,138,1,139,1,140,1,141,1, + 142,1,143,1,144,1,145,1,146,1,147,1,148,1,149,1,150,1,151,1,152,1,153,1,154,1,155,1,156,1,157,1,158,1,159,1,160,1,161,1,162,1,163,1,164,1,165,1,166,1,167,1,168,1,169,1,170,1,171,1, + 172,1,173,1,174,1,175,1,176,1,177,1,178,1,179,1,180,1,181,1,182,1,183,1,184,1,185,1,186,1,187,1,188,1,189,1,190,1,191,1,192,1,193,1,194,1,195,1,196,1,197,1,198,1,199,1,200,1,201,1, + 202,1,203,1,204,1,205,1,206,1,207,1,208,1,209,1,210,1,211,1,212,1,213,1,214,1,215,1,216,1,217,1,218,1,219,1,220,1,221,1,222,1,223,1,224,1,225,1,226,1,227,1,228,1,229,1,230,1,231,1, + 232,1,233,1,234,1,235,1,236,1,237,1,238,1,239,1,240,1,241,1,242,1,243,1,244,1,245,1,246,1,247,1,248,1,249,1,250,1,251,1,252,1,253,1,254,1,255,2,0,2,1,2,2,2,3,2,4,2,5,2,6,2,7,2,8,2, + 9,2,10,2,11,2,12,2,13,2,14,2,15,2,16,2,17,2,18,2,19,2,20,2,21,2,22,2,23,2,24,2,25,2,26,2,27,2,28,2,29,2,30,2,31,2,32,2,33,2,34,2,35,2,36,2,37,2,38,2,39,2,40,2,41,2,42,2,43,2,44,2,45, + 2,46,2,47,2,48,2,49,2,50,2,51,2,52,0,239,2,53,2,54,2,55,2,56,2,57,2,58,2,59,2,60,2,61,2,62,2,63,2,64,2,65,2,66,2,67,2,68,2,69,2,70,2,71,2,72,2,73,2,74,2,75,2,76,2,77,2,78,2,79,2,80, + 2,81,2,82,2,83,2,84,2,85,2,86,2,87,2,88,2,89,2,90,2,91,2,92,2,93,2,94,2,95,2,96,2,97,2,98,2,99,2,100,2,101,2,102,2,103,2,104,2,105,2,106,2,107,2,108,2,109,2,110,2,111,2,112,2,113,7, + 117,110,105,48,48,65,48,4,69,117,114,111,11,99,111,109,109,97,97,99,99,101,110,116,134,24,42,68,7,65,109,97,99,114,111,110,7,97,133,7,40,6,65,98,114,101,118,101,6,97,132,6,41,7,65, + 111,103,111,110,101,107,7,97,133,7,45,11,67,99,105,114,99,117,109,102,108,101,120,11,99,137,11,36,10,67,100,111,116,133,88,33,10,99,136,10,35,6,68,99,97,130,90,33,6,100,133,6,39,68, + 99,114,111,97,116,7,69,133,104,33,7,101,133,7,33,6,69,132,105,33,6,101,132,6,33,10,69,136,61,33,10,101,136,10,33,7,69,133,126,33,7,101,133,7,33,6,69,133,81,32,101,132,6,33,11,71,137, + 136,33,11,103,137,11,33,10,71,137,75,32,103,136,10,33,12,71,65,5,10,33,12,103,138,12,33,11,72,137,59,33,11,104,137,11,38,4,72,98,97,114,4,104,130,4,40,6,73,116,105,108,100,101,6,105, + 132,6,33,7,73,133,193,33,7,105,133,7,33,6,73,132,194,33,6,105,132,6,33,7,73,133,171,33,7,105,133,7,39,2,73,74,2,105,106,11,74,137,87,33,11,106,137,11,33,12,75,138,136,33,12,107,140, + 12,51,103,114,101,101,110,108,97,110,100,105,99,6,76,97,99,117,116,101,6,108,132,6,33,12,76,139,39,32,108,138,12,40,6,76,99,97,114,111,110,6,108,132,6,33,4,76,130,253,33,4,108,130, + 4,33,6,78,133,63,32,110,133,63,32,78,138,50,33,12,110,138,12,33,6,78,132,56,33,6,110,132,6,53,11,110,97,112,111,115,116,114,111,112,104,101,3,69,110,103,3,101,110,103,7,79,133,244, + 33,7,111,133,7,33,6,79,132,245,33,6,111,132,6,47,13,79,104,117,110,103,97,114,117,109,108,97,117,116,13,111,139,13,33,6,82,132,124,33,6,114,132,6,33,12,82,138,118,33,12,114,138,12, + 33,6,82,132,124,33,6,114,133,6,32,83,132,46,33,6,115,132,6,33,11,83,65,58,9,33,11,115,137,11,33,12,84,138,64,33,12,116,138,12,33,6,84,133,70,32,116,132,6,38,4,84,98,97,114,4,116,130, + 4,40,6,85,116,105,108,100,101,6,117,132,6,33,7,85,133,205,33,7,117,133,7,33,6,85,132,206,33,6,117,132,6,39,5,85,114,105,110,103,5,117,131,5,33,13,85,140,225,32,117,139,13,33,7,85,65, + 242,5,33,7,117,133,7,33,11,87,137,161,33,11,119,138,11,32,89,138,11,32,121,137,11,33,6,90,132,228,33,6,122,132,6,33,10,90,66,187,8,33,10,122,136,10,40,5,108,111,110,103,115,7,65,69, + 132,35,34,7,97,101,132,7,38,11,79,115,108,97,115,104,133,11,32,111,137,11,33,12,83,65,10,10,33,12,115,68,7,15,57,50,49,65,7,117,110,105,48,50,49,66,5,116,111,110,111,115,13,100,105, + 101,114,101,115,105,115,132,13,37,10,65,108,112,104,97,132,10,36,12,69,112,115,105,130,122,132,12,34,8,69,116,133,21,34,9,73,111,134,9,39,12,79,109,105,99,114,111,110,132,31,33,12, + 85,138,44,36,10,79,109,101,103,133,46,33,17,105,130,46,140,97,32,5,132,97,42,4,66,101,116,97,5,71,97,109,109,97,132,142,35,51,57,52,7,134,111,33,4,90,130,26,32,3,130,111,34,5,84,104, + 130,9,32,4,131,112,54,5,75,97,112,112,97,6,76,97,109,98,100,97,2,77,117,2,78,117,2,88,105,7,134,129,49,2,80,105,3,82,104,111,5,83,105,103,109,97,3,84,97,117,7,134,141,37,3,80,104,105, + 3,67,130,3,35,80,115,105,12,131,71,135,137,32,15,134,32,135,15,33,10,97,137,246,32,101,138,201,32,8,130,128,132,223,32,9,131,199,132,9,33,20,117,133,31,141,212,132,63,33,4,98,130,46, + 33,5,103,131,212,38,5,100,101,108,116,97,7,134,75,33,4,122,130,24,32,3,130,3,33,5,116,132,210,131,76,33,5,107,132,210,32,108,132,210,65,3,5,41,66,67,2,110,117,2,120,105,7,111,65,89, + 5,37,3,114,104,111,6,115,131,212,33,49,5,132,6,33,3,116,130,219,134,127,33,3,112,130,215,32,99,130,3,130,142,38,5,111,109,101,103,97,12,65,107,11,32,15,142,166,32,12,134,83,132,195, + 32,12,134,28,132,12,32,10,132,60,132,10,41,9,97,102,105,105,49,48,48,50,51,135,9,33,53,49,136,9,32,50,136,9,137,29,32,52,136,19,32,53,136,9,32,54,136,9,32,55,136,9,32,56,136,9,32,57, + 135,9,33,54,48,136,9,136,99,32,54,135,99,33,49,52,136,79,32,49,136,69,32,49,136,69,32,49,136,69,32,50,136,69,32,50,136,69,32,50,136,169,32,50,136,159,32,50,136,79,32,50,136,159,32, + 50,136,89,32,50,136,89,32,50,136,89,32,51,136,89,32,51,136,89,32,51,136,89,32,51,65,3,8,32,51,136,99,32,51,136,99,32,51,136,99,32,51,136,99,32,51,136,99,32,51,136,99,32,52,136,99,32, + 52,136,99,32,52,136,99,32,52,136,99,32,52,136,99,65,23,9,32,52,136,99,32,52,136,99,32,52,136,99,32,52,136,99,32,54,136,149,32,54,136,49,32,54,136,49,32,54,136,49,32,54,136,49,32,55, + 136,149,32,55,136,139,32,55,136,139,32,55,136,139,32,55,136,89,32,55,136,89,32,55,136,89,32,55,136,89,32,55,136,89,32,56,136,89,32,56,136,239,32,56,136,99,32,56,136,99,32,56,136,99, + 32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,55,137,69, + 135,99,33,49,48,135,99,33,49,48,135,29,33,49,48,66,187,8,32,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49,48,135,199,33,49,48,136,99,32,49,136,99, + 137,179,32,53,137,219,40,56,7,117,110,105,49,69,48,50,134,7,32,51,134,7,32,65,134,7,32,66,133,7,33,49,69,134,7,32,70,133,7,33,52,48,134,7,32,49,133,7,33,53,54,134,7,32,55,133,7,32, + 54,134,31,32,54,134,31,32,54,134,79,42,54,66,6,87,103,114,97,118,101,6,119,133,6,36,87,97,99,117,116,130,13,132,6,33,9,87,69,13,7,33,9,119,135,9,33,6,89,133,40,32,121,132,6,39,9,97, + 102,105,105,48,48,50,134,233,35,54,49,51,53,132,185,34,50,51,48,132,185,34,50,51,49,132,209,61,50,51,50,52,9,111,112,116,105,111,110,107,101,121,15,101,114,97,115,101,116,111,116,104, + 101,114,105,103,104,116,131,163,35,50,51,55,100,133,7,32,56,134,49,33,99,101,132,15,39,52,50,51,8,83,70,49,48,131,0,131,8,132,9,130,8,32,48,136,8,32,51,134,26,130,134,130,9,131,26, + 32,52,135,17,32,56,135,8,32,57,135,8,32,54,135,8,32,55,135,8,32,53,134,8,32,52,135,71,32,50,135,62,33,53,49,134,26,33,53,50,134,8,32,51,135,71,32,50,135,17,32,50,135,35,32,50,135,71, + 132,7,32,48,130,134,32,52,135,44,32,51,135,134,32,50,136,8,135,125,32,50,135,143,32,51,136,8,135,26,32,52,135,98,32,49,136,116,32,48,134,134,32,50,135,170,32,52,136,44,135,89,33,52, + 49,134,35,32,52,136,215,135,89,132,214,131,152,32,53,136,224,136,71,132,17,61,12,98,108,97,99,107,100,105,97,109,111,110,100,9,99,104,101,99,107,109,97,114,107,5,115,104,105,102,116, + 9,132,5,54,108,111,99,107,11,118,101,114,116,105,99,97,108,116,97,98,4,99,111,112,121,4,98,130,54,35,6,101,110,100,130,16,35,6,105,110,115,130,30,32,3,130,10,41,9,97,112,112,108,101, + 111,112,101,110,71,7,5,34,65,57,0,131,0,40,12,0,150,0,3,0,1,4,9,130,12,34,118,58,94,134,11,36,1,0,26,58,68,134,11,36,2,0,14,58,54,134,11,36,3,0,62,57,248,134,11,36,4,0,42,57,206,134, + 11,36,5,0,26,57,180,134,11,36,6,0,40,57,140,134,11,36,7,0,92,57,48,134,11,32,9,130,35,32,22,134,11,36,11,0,48,56,230,134,11,32,12,138,11,32,13,130,21,58,0,0,67,0,111,0,112,0,121,0, + 114,0,105,0,103,0,104,0,116,0,32,0,40,0,99,0,41,130,7,34,50,0,48,130,1,34,57,0,44,130,11,34,77,0,97,130,35,32,107,130,9,32,83,130,41,32,109,130,53,34,110,0,115,132,5,131,47,32,104, + 130,55,32,116,130,71,34,58,0,47,130,1,33,119,0,131,1,34,46,0,109,130,33,32,45,81,195,6,32,100,130,53,34,111,0,46,130,89,32,111,130,23,131,81,32,109,134,81,32,64,130,15,133,91,32,115, + 142,89,135,45,32,41,132,129,32,119,130,29,32,116,130,161,36,32,0,82,0,101,130,85,32,101,130,143,32,118,130,9,32,100,130,147,32,70,132,137,32,116,130,9,32,78,130,85,32,109,130,21,36, + 32,0,65,0,110,132,21,32,121,130,95,34,111,0,117,130,49,34,32,0,80,130,51,131,133,36,13,0,13,0,84,130,75,32,105,132,21,137,61,32,83,130,49,32,102,130,203,32,119,130,69,32,114,132,69, + 133,33,32,108,130,123,32,99,130,15,32,110,130,47,33,101,0,131,113,32,117,130,93,32,100,130,17,32,114,130,115,131,149,32,101,130,7,36,83,0,73,0,76,130,7,34,79,0,112,132,43,33,32,0,137, + 89,32,76,140,65,131,255,32,86,132,61,131,243,32,111,130,75,36,32,0,49,0,46,132,3,32,13,16,1,147,1,146,32,32,66,45,10,66,11,13,33,32,0,66,33,5,36,99,0,111,0,112,130,11,66,29,5,36,98, + 0,101,0,108,130,17,42,119,0,44,0,32,0,97,0,110,0,100,130,7,133,41,32,97,130,25,32,115,130,27,131,23,32,118,130,27,32,105,130,15,34,97,0,98,130,5,32,101,130,35,66,229,9,32,97,130,13, + 36,70,0,65,0,81,132,65,34,116,0,58,130,7,67,103,13,46,115,0,99,0,114,0,105,0,112,0,116,0,115,0,46,130,3,32,105,130,69,32,46,130,91,44,114,0,103,0,47,0,79,0,70,0,76,0,13,132,1,33,45, + 0,243,1,33,32,0,67,19,9,38,80,0,69,0,78,0,32,130,147,36,79,0,78,0,84,130,9,36,76,0,73,0,67,132,21,32,83,130,5,33,32,0,67,17,21,32,32,130,185,36,32,0,50,0,54,130,49,36,70,0,101,0,98, + 130,243,34,117,0,97,130,5,32,121,68,163,8,32,55,130,9,243,223,34,45,0,13,130,1,34,80,0,82,130,191,38,65,0,77,0,66,0,76,132,201,34,84,0,104,130,169,36,32,0,103,0,111,130,169,34,108, + 0,115,130,159,34,111,0,102,68,43,10,68,35,33,34,32,0,40,65,193,6,32,41,130,55,32,97,130,239,32,101,132,63,32,111,130,5,42,115,0,116,0,105,0,109,0,117,0,108,130,95,32,116,132,107,32, + 119,130,107,32,114,130,15,34,100,0,119,130,27,32,100,132,19,131,5,32,118,66,139,6,32,112,130,47,34,101,0,110,130,57,32,32,130,41,131,139,32,99,130,7,32,108,132,65,32,98,132,59,32,97, + 132,85,131,47,32,32,130,171,32,111,134,43,32,112,130,121,34,111,0,106,130,69,32,99,130,31,34,115,0,44,138,133,34,117,0,112,130,1,32,111,130,33,32,116,132,21,133,245,32,102,69,141,8, + 32,99,132,181,133,87,131,79,32,32,130,69,32,102,132,91,32,114,132,75,135,137,34,97,0,99,130,199,131,173,32,109,130,187,32,99,67,51,10,38,108,0,105,0,110,0,103,130,233,33,105,0,133, + 245,131,29,131,185,32,109,132,255,32,110,130,31,32,116,130,3,32,101,130,29,67,107,11,32,116,130,131,32,32,130,155,32,114,130,7,32,118,65,15,8,32,97,130,89,32,102,132,147,32,101,138, + 99,32,111,69,175,8,131,27,32,97,130,87,33,101,0,65,77,5,32,107,130,37,34,105,0,110,130,5,34,119,0,104,132,153,32,104,130,11,135,223,32,115,130,11,32,109,130,183,32,121,130,7,32,98, + 130,217,32,32,130,131,32,104,130,15,32,114,130,11,32,100,67,247,12,32,109,136,137,68,31,5,133,83,32,112,132,43,34,116,0,110,70,9,6,131,97,32,112,68,3,12,34,111,0,116,130,119,32,101, + 130,177,35,115,0,46,0,70,181,7,131,187,67,219,5,32,32,130,65,32,108,68,105,6,131,141,133,45,32,32,130,17,33,105,0,70,175,13,139,179,65,27,5,133,177,32,117,130,179,36,101,0,100,0,44, + 66,85,6,32,117,130,11,32,105,132,191,131,17,34,109,0,111,132,15,32,102,68,217,8,32,97,130,173,131,219,133,227,65,147,5,32,114,130,29,34,98,0,117,130,171,133,221,65,97,7,34,108,0,121, + 130,85,32,97,130,97,131,145,32,111,130,57,32,103,136,15,32,116,132,215,133,31,71,105,5,32,110,130,107,32,116,132,133,32,111,130,191,131,99,32,98,132,63,133,41,32,109,132,167,34,108, + 0,118,130,155,34,115,0,46,130,39,32,84,132,65,66,169,9,66,153,5,32,105,130,101,32,99,130,63,133,199,33,110,0,133,113,32,110,132,73,32,100,130,59,34,114,0,105,130,67,66,233,11,65,233, + 7,133,63,34,99,0,97,130,65,33,32,0,65,29,5,131,213,34,110,0,100,130,79,65,35,7,34,101,0,109,132,27,32,100,130,21,135,19,65,11,27,65,47,5,32,47,130,219,32,114,140,219,69,231,11,133, + 157,32,115,72,123,16,33,112,0,66,189,11,32,100,67,97,6,34,97,0,116,130,9,32,97,130,165,32,121,130,7,131,123,32,115,132,215,73,11,7,32,110,130,193,32,109,130,17,32,115,68,53,10,65,91, + 7,65,237,7,131,223,131,61,65,17,31,65,103,21,70,209,9,147,63,65,71,5,32,104,130,205,32,119,130,133,131,149,34,114,0,44,130,139,65,89,5,135,137,65,95,5,131,189,32,108,130,37,32,97,73, + 87,20,135,227,67,5,9,32,32,130,251,34,121,0,112,130,49,68,57,7,71,141,13,139,175,32,114,130,37,37,113,0,117,0,105,0,131,9,32,109,130,13,68,251,5,32,102,65,139,6,67,17,17,133,39,32, + 97,130,49,32,110,130,175,73,225,15,74,9,19,34,32,0,100,130,77,32,101,130,189,33,32,0,135,217,32,97,130,159,33,112,0,66,251,5,67,105,5,135,199,32,100,130,43,32,99,130,145,137,139,69, + 31,9,67,57,5,32,117,130,73,32,105,130,73,32,103,69,77,18,70,67,5,74,111,9,32,105,130,215,131,127,32,101,130,7,66,211,13,68,43,7,93,155,5,38,73,0,78,0,73,0,84,130,3,32,79,130,9,32,83, + 130,89,33,34,0,74,241,25,32,34,66,83,6,33,102,0,68,117,5,33,32,0,133,195,32,116,67,109,6,32,115,130,23,32,116,70,205,8,34,102,0,105,130,233,32,101,132,255,65,203,17,67,191,11,32,32, + 74,213,20,33,72,0,67,235,5,32,101,130,195,32,40,130,69,32,41,65,119,40,67,87,5,34,32,0,99,132,127,32,97,130,63,65,113,5,76,85,7,65,79,5,32,97,132,153,34,115,0,117,130,39,32,104,68, + 53,8,32,105,132,21,69,185,7,68,49,11,32,101,67,163,6,32,117,130,79,32,99,130,233,33,32,0,137,225,32,44,130,27,32,98,130,73,32,105,130,113,32,100,132,39,73,125,11,67,19,11,32,111,130, + 109,32,117,71,109,8,70,253,9,69,193,5,32,34,76,191,36,65,135,23,66,75,7,67,229,11,34,115,0,112,130,171,34,99,0,105,132,173,147,249,131,157,34,102,0,116,76,175,14,32,99,77,251,18,32, + 115,130,37,32,97,132,41,66,165,7,65,151,5,135,187,34,79,0,114,130,103,32,103,130,3,131,129,33,108,0,73,181,15,151,183,32,116,66,63,6,131,115,34,108,0,108,132,175,32,116,130,69,72,21, + 5,32,111,130,185,32,32,66,149,26,33,32,0,71,241,5,32,112,130,177,32,110,67,201,6,68,223,5,131,5,32,100,130,71,32,115,130,179,70,135,15,66,127,51,135,231,32,77,70,249,16,74,157,13,151, + 231,67,235,9,67,151,17,37,32,0,109,0,97,0,73,153,5,133,155,131,13,131,189,70,167,5,32,116,130,115,33,44,0,67,211,5,32,108,130,229,32,116,130,215,131,25,131,19,34,111,0,114,130,25,36, + 115,0,117,0,98,73,7,6,32,116,130,11,135,33,34,32,0,45,130,1,32,32,132,47,34,32,0,112,130,101,33,114,0,67,165,5,131,53,72,193,9,33,111,0,131,87,135,45,69,95,9,74,153,11,65,105,21,74, + 189,15,66,5,29,67,43,5,32,121,130,177,34,99,0,104,130,141,131,197,131,133,32,103,130,17,69,127,5,32,109,130,21,32,116,130,201,32,32,130,243,131,163,65,15,5,32,112,132,13,137,213,32, + 116,66,53,6,68,175,25,32,32,130,231,32,111,130,85,32,97,130,3,36,110,0,101,0,119,130,7,40,101,0,110,0,118,0,105,0,114,130,77,32,110,67,135,8,65,217,7,34,65,0,117,130,51,32,104,132, + 105,65,197,35,32,115,130,73,32,103,130,81,32,101,130,79,131,215,32,101,130,11,66,255,5,32,101,130,111,70,219,5,32,112,132,107,32,103,130,5,32,97,130,111,32,109,136,23,32,116,130,9, + 32,99,130,195,32,110,130,67,32,99,130,241,32,108,130,157,32,119,130,37,32,105,67,139,8,65,215,5,70,225,11,32,112,132,61,32,115,132,187,32,32,130,207,131,169,66,255,5,32,110,66,227, + 18,69,157,13,65,39,25,133,253,42,80,0,69,0,82,0,77,0,73,0,83,130,1,36,73,0,79,0,78,130,145,32,38,130,3,32,67,132,11,32,68,70,41,14,32,80,132,139,32,109,130,189,33,115,0,80,169,9,69, + 63,5,32,104,132,27,33,101,0,65,185,5,133,251,131,161,73,21,7,75,103,9,66,59,5,66,9,5,34,114,0,103,130,55,76,67,9,66,131,7,141,245,32,111,130,85,34,116,0,97,130,119,32,110,132,3,32, + 103,130,161,32,97,130,3,68,177,7,33,32,0,66,143,13,153,247,137,105,32,117,130,193,32,101,74,231,12,32,121,132,13,135,83,74,239,5,33,101,0,137,161,73,235,9,75,11,13,133,55,73,245,23, + 76,133,11,32,115,130,235,34,108,0,108,130,185,75,73,25,35,117,0,110,0,145,29,80,79,9,78,59,17,157,237,36,115,0,117,0,98,77,175,8,71,191,15,34,102,0,111,130,143,32,108,130,5,32,119, + 65,89,8,32,99,130,13,34,110,0,100,77,73,6,32,111,130,143,36,115,0,58,0,13,130,1,34,49,0,41,130,187,32,78,130,197,32,105,76,137,8,131,81,77,231,5,153,135,73,13,5,32,114,74,167,10,65, + 175,5,131,69,131,207,32,105,130,99,131,111,34,118,0,105,130,119,32,117,67,25,6,68,121,19,32,44,77,129,8,70,121,17,67,59,5,69,169,31,74,143,5,77,167,15,76,99,13,133,151,36,101,0,108, + 0,102,77,103,6,32,50,132,249,185,115,66,161,41,70,21,5,78,67,9,76,115,17,66,105,23,78,99,9,76,95,51,33,44,0,79,31,15,76,97,13,38,101,0,97,0,99,0,104,67,117,12,66,41,5,67,153,7,78,113, + 11,37,97,0,98,0,111,0,80,59,5,72,87,19,75,29,5,32,105,130,81,79,121,11,32,116,85,131,8,75,199,23,33,115,0,131,47,77,149,13,73,177,13,131,181,33,101,0,66,159,11,33,97,0,131,153,72,201, + 5,40,110,0,100,0,45,0,97,0,108,130,157,32,110,132,75,32,116,130,5,34,120,0,116,130,215,73,219,13,36,104,0,117,0,109,130,41,32,110,130,47,32,114,130,35,32,97,130,57,83,151,9,32,104, + 134,17,34,101,0,114,70,181,10,71,89,5,131,197,133,213,34,112,0,112,130,31,32,111,132,5,32,105,81,153,8,32,109,65,73,6,131,45,32,101,148,93,32,109,130,93,32,116,130,37,32,100,132,51, + 80,165,5,32,105,130,19,32,108,130,131,131,203,78,45,7,135,111,33,101,0,133,193,67,1,5,32,98,130,253,32,110,83,17,8,137,213,32,32,130,19,131,61,133,251,79,123,13,32,111,130,197,32,101, + 65,3,6,33,101,0,135,103,65,103,13,32,101,132,63,32,105,76,203,6,32,118,130,101,34,101,0,119,130,149,79,155,15,34,32,0,117,132,77,32,114,67,59,6,33,51,0,68,53,5,32,111,130,95,67,157, + 31,67,39,51,133,109,68,135,9,88,15,35,76,93,11,32,108,130,195,32,115,130,177,32,32,130,7,34,120,0,112,81,45,6,34,105,0,116,71,157,10,32,116,130,27,32,110,130,15,32,112,71,1,26,70,243, + 13,32,32,71,9,6,74,233,11,33,114,0,79,159,5,32,112,69,97,8,34,110,0,103,130,85,89,117,19,77,11,11,78,199,7,32,105,77,89,8,74,223,7,32,99,130,165,32,105,132,77,32,32,132,5,33,108,0, + 81,67,5,32,112,134,199,77,139,5,72,21,13,32,112,130,133,34,105,0,109,66,33,10,83,219,7,76,69,7,66,41,7,131,41,131,65,34,101,0,110,130,103,76,73,5,141,75,65,123,5,32,114,130,151,72, + 81,5,34,52,0,41,81,139,10,135,79,65,109,7,71,165,13,159,245,137,53,78,229,9,33,32,0,73,175,11,149,87,70,135,27,34,115,0,104,130,247,71,131,5,80,123,13,133,201,32,100,84,205,8,131,251, + 36,111,0,109,0,111,132,249,32,44,130,23,36,101,0,110,0,100,130,15,131,237,32,101,130,15,67,109,5,32,97,130,19,80,213,5,35,116,0,105,0,68,159,5,32,97,81,141,6,66,237,31,133,85,38,120, + 0,99,0,101,0,112,130,103,74,189,9,34,99,0,107,130,67,36,111,0,119,0,108,130,27,34,100,0,103,68,171,6,32,104,132,7,32,99,130,133,73,253,13,66,3,5,65,15,21,65,103,39,131,181,133,255, + 133,101,65,105,21,32,114,84,145,12,66,221,5,33,105,0,131,21,33,101,0,67,61,51,66,55,5,32,53,66,55,12,65,193,25,73,121,13,33,105,0,66,147,5,65,137,5,73,57,19,72,47,9,77,5,31,133,89, + 36,117,0,115,0,116,85,191,8,78,73,23,34,101,0,110,130,37,131,245,32,101,69,13,6,82,29,35,74,9,11,33,109,0,135,105,66,133,13,151,113,139,95,83,7,19,71,47,23,33,32,0,82,247,199,66,19, + 25,66,65,5,32,84,76,203,8,34,78,0,65,82,223,8,91,169,27,40,98,0,101,0,99,0,111,0,109,130,7,39,115,0,32,0,110,0,117,0,68,25,5,67,9,7,32,118,130,29,32,105,91,171,6,32,102,74,189,16,71, + 231,9,72,235,13,75,59,15,35,32,0,97,0,86,211,13,71,223,5,133,183,40,68,0,73,0,83,0,67,0,76,130,181,34,73,0,77,132,197,131,181,32,72,130,9,91,29,11,40,83,0,79,0,70,0,84,0,87,130,39, + 32,82,132,27,131,55,36,32,0,80,0,82,130,25,32,86,130,69,32,68,130,21,32,68,130,165,32,34,130,33,32,83,130,7,131,31,34,34,0,44,130,9,32,87,130,29,34,84,0,72,130,39,32,85,130,65,32,32, + 134,67,32,82,130,39,32,78,130,15,32,89,130,33,131,91,32,32,132,15,131,13,32,75,130,47,34,78,0,68,132,59,34,69,0,88,132,99,32,69,130,165,131,85,32,79,130,111,32,32,130,31,32,77,130, + 21,32,76,130,7,32,69,134,39,34,73,0,78,132,197,32,85,130,15,131,11,32,71,130,85,33,66,0,133,111,32,78,130,121,32,84,130,15,131,47,32,77,132,139,131,53,34,32,0,84,130,23,137,117,133, + 217,135,149,32,73,130,205,133,111,32,70,130,57,65,23,5,32,67,130,195,32,65,130,103,32,84,130,169,32,66,130,71,32,76,132,75,32,89,132,167,32,70,132,11,32,78,132,53,131,55,32,70,130, + 91,32,82,130,57,32,65,130,3,32,80,130,47,32,82,130,109,32,73,130,161,34,85,0,76,132,13,36,32,0,80,0,85,130,203,32,80,130,39,92,111,5,131,89,32,68,130,45,131,173,34,78,0,73,130,103, + 32,70,130,31,133,203,34,69,0,77,130,89,92,167,5,65,43,5,32,67,130,55,34,80,0,89,132,33,32,71,130,151,32,84,132,133,131,105,32,84,134,41,32,44,130,75,32,84,130,31,34,65,0,68,130,17, + 32,77,132,117,32,75,132,37,65,67,5,34,79,0,84,130,55,32,69,130,33,32,32,138,69,32,46,130,53,131,115,32,32,130,127,32,79,130,11,34,69,0,86,136,121,32,83,132,255,32,76,130,193,66,33, + 9,145,135,32,32,130,37,32,79,130,35,32,68,130,55,32,82,130,65,32,66,130,7,32,32,130,15,32,73,130,129,92,145,7,65,29,9,32,78,130,195,33,32,0,66,127,9,32,44,130,49,32,68,130,41,131,175, + 32,71,65,131,8,131,71,139,175,33,76,0,133,77,32,73,132,87,32,84,130,67,131,55,66,3,19,32,65,130,199,32,89,130,83,131,75,32,78,132,145,32,65,130,51,131,45,34,83,0,80,130,15,32,67,132, + 73,33,76,0,135,63,32,68,130,15,32,82,132,23,65,81,5,133,83,33,73,0,131,205,34,78,0,84,130,153,133,43,65,67,5,80,167,5,32,83,130,47,34,81,0,85,65,39,6,32,73,132,35,32,32,130,49,33,65, + 0,137,197,131,95,34,87,0,72,130,35,65,117,9,65,103,5,131,161,32,32,130,51,32,67,68,53,10,65,227,9,131,115,32,82,134,29,131,67,33,84,0,131,121,32,84,130,209,65,197,15,32,87,130,185, + 32,83,130,95,131,37,34,65,0,82,132,13,66,61,5,34,32,0,70,130,15,32,79,130,141,131,27,32,79,67,21,6,133,99,32,84,132,147,32,32,130,19,66,133,5,133,85,34,73,0,78,66,227,14,32,32,67,45, + 6,33,85,0,133,39,135,55,32,70,130,143,66,151,5,68,33,17,133,75,135,123,32,32,130,41,137,251,32,68,130,169,34,65,0,76,130,165,34,78,0,71,130,83,32,32,132,9,68,121,35,34,46,0,13,130, + 253,71,79,31,84,85,63,32,13,130,101,79,111,17,85,117,13,84,87,115,131,151,84,89,35,131,39,32,34,74,173,12,84,93,113,131,131,84,95,123,97,13,5,84,99,43,133,49,35,101,0,114,0,84,101, + 131,131,141,84,103,141,131,145,81,255,23,84,105,105,131,133,103,27,15,131,125,84,107,75,84,111,135,131,135,81,103,5,68,141,17,84,113,91,131,119,84,117,137,66,119,27,84,119,111,131, + 139,84,121,131,66,25,7,38,99,0,108,0,117,0,100,78,139,6,84,123,117,66,165,9,84,125,125,131,135,84,127,143,131,147,84,131,137,131,141,108,149,7,84,133,139,131,151,82,41,31,84,135,117, + 131,153,84,137,49,131,53,84,141,139,71,51,19,33,32,0,84,143,107,131,129,84,145,131,66,105,35,67,25,7,84,147,95,66,91,5,74,111,17,81,155,5,131,29,84,153,131,131,135,84,49,9,103,43,5, + 84,41,23,84,155,87,131,131,151,115,84,157,105,72,135,7,33,109,0,103,151,121,131,131,103,153,19,84,161,31,107,175,5,77,13,7,84,165,11,114,127,13,85,203,13,33,32,0,84,167,111,131,141, + 86,149,7,84,169,11,131,23,84,173,19,133,189,84,175,133,131,139,84,177,131,69,107,5,35,69,0,82,0,84,179,131,81,75,5,34,70,0,32,130,141,33,79,0,84,181,129,70,1,5,143,137,84,183,119,131, + 141,84,185,139,67,103,5,84,187,135,131,141,84,189,131,66,195,5,84,191,69,117,55,13,120,159,33,120,237,25,120,85,25,33,32,0,95,173,5,38,97,0,32,0,116,0,114,114,207,8,32,97,130,11,32, + 107,130,19,95,11,5,153,89,32,46,120,177,18,32,80,130,59,44,111,0,45,0,82,0,101,0,103,0,117,0,108,130,85,32,114,117,39,20,36,48,0,48,0,51,146,65,33,32,0,133,67,32,32,142,67,34,49,0, + 46,130,49,131,51,42,59,0,85,0,75,0,87,0,78,0,59,146,63,149,129,141,143,65,19,25,76,95,19,122,93,7,65,9,25,34,32,0,50,132,155,32,57,130,249,131,9,32,49,130,13,34,46,0,32,130,157,91, + 173,5,122,171,9,32,115,113,1,18,8,61,46,0,0,0,2,0,49,0,0,3,115,5,25,0,3,0,7,0,69,176,8,47,176,9,47,176,0,220,176,8,16,176,1,208,176,1,47,177,4,12,244,176,0,16,177,5,8,244,0,176,0,69, + 88,176,2,47,27,177,2,21,62,89,132,12,32,0,130,12,53,0,15,62,89,177,4,6,244,176,2,16,177,6,6,244,48,49,33,33,17,33,1,130,3,49,3,115,252,190,3,66,253,71,2,47,253,209,5,25,251,92,4,47, + 131,111,8,36,0,0,1,3,164,3,165,0,27,0,31,0,189,176,32,47,176,33,47,176,2,220,177,3,13,244,176,32,16,176,7,208,176,7,47,177,6,130,12,35,7,16,176,11,130,12,47,16,176,15,208,176,6,16, + 176,17,208,176,3,16,176,19,208,130,101,33,176,21,132,5,32,25,132,17,32,28,132,29,33,30,208,133,156,32,16,130,143,33,16,19,134,156,32,20,130,12,32,20,135,12,132,182,130,169,132,182, + 32,6,130,25,32,6,130,12,43,179,27,1,0,4,43,179,15,1,12,4,43,130,228,34,176,4,208,131,5,44,8,208,176,27,16,176,10,208,176,15,16,176,18,132,5,38,22,208,176,12,16,176,24,132,23,130,112, + 130,11,41,29,208,48,49,37,35,21,35,53,33,130,3,35,35,53,51,17,130,3,35,53,51,21,33,130,3,36,51,21,35,17,51,130,254,40,17,3,164,221,117,255,0,117,221,130,0,33,117,1,132,7,36,254,174, + 255,0,222,130,14,37,221,110,1,8,109,228,130,0,61,109,254,248,1,8,254,248,0,0,3,0,0,255,70,3,131,5,211,0,43,0,50,0,59,0,175,179,51,8,15,130,154,34,36,8,44,130,5,33,41,8,130,166,131, + 154,32,9,132,160,43,20,208,176,41,16,176,22,208,176,36,16,176,130,142,8,47,28,47,180,218,44,234,44,2,93,64,27,9,44,25,44,41,44,57,44,73,44,89,44,105,44,121,44,137,44,153,44,169,44, + 185,44,201,44,13,93,176,44,16,176,29,208,176,29,47,131,60,32,32,132,66,8,38,47,208,64,27,6,51,22,51,38,51,54,51,70,51,86,51,102,51,118,51,134,51,150,51,166,51,182,51,198,51,13,93,180, + 213,51,229,51,2,93,131,121,32,54,132,109,49,61,220,0,176,21,47,176,42,47,178,47,42,21,17,18,57,178,54,132,6,8,39,48,49,5,46,3,39,55,22,22,23,17,46,3,53,52,62,2,55,53,51,21,30,3,23, + 7,38,38,39,17,22,22,21,20,14,2,7,21,35,1,52,130,13,35,54,54,1,20,130,38,8,148,14,3,1,141,84,137,100,64,12,129,23,129,116,84,131,92,47,49,90,131,84,138,75,127,92,56,6,143,13,104,96, + 182,182,49,94,135,86,138,1,97,109,106,116,97,253,204,115,98,55,82,51,25,16,10,63,95,122,68,33,101,149,21,2,15,31,65,84,109,73,64,112,91,57,10,164,164,10,68,98,119,61,25,88,146,20,254, + 41,67,175,147,68,120,95,65,8,170,2,2,86,121,47,254,34,17,125,2,237,77,103,39,1,170,8,43,57,66,0,0,5,255,236,255,229,3,193,5,55,0,19,0,23,0,43,0,55,0,67,1,69,179,50,10,10,4,43,179,0, + 9,44,130,5,8,121,24,9,56,4,43,64,27,6,0,22,0,38,0,54,0,70,0,86,0,102,0,118,0,134,0,150,0,166,0,182,0,198,0,13,93,180,213,0,229,0,2,93,178,34,44,0,17,18,57,176,34,47,180,218,34,234, + 34,2,93,64,27,9,34,25,34,41,34,57,34,73,34,89,34,105,34,121,34,137,34,153,34,169,34,185,34,201,34,13,93,64,15,102,50,118,50,134,50,150,50,166,50,182,50,198,50,7,93,64,13,6,50,22,50, + 38,50,54,50,70,50,86,50,6,130,87,41,50,229,50,2,93,180,218,56,234,56,132,77,8,53,56,25,56,41,56,57,56,73,56,89,56,105,56,121,56,137,56,153,56,169,56,185,56,201,56,13,93,177,62,9,244, + 176,24,16,176,69,220,0,176,15,47,176,23,47,176,0,69,88,176,21,47,27,177,21,66,227,7,32,29,130,12,32,29,130,12,35,179,39,2,59,130,216,48,53,1,5,4,43,176,15,16,177,47,1,244,180,217,47, + 233,47,131,98,8,94,8,47,24,47,40,47,56,47,72,47,88,47,104,47,120,47,136,47,152,47,168,47,184,47,200,47,13,93,176,29,16,177,65,1,244,64,27,7,65,23,65,39,65,55,65,71,65,87,65,103,65, + 119,65,135,65,151,65,167,65,183,65,199,65,13,93,180,214,65,230,65,2,93,48,49,1,20,14,2,35,34,46,2,53,52,62,2,51,50,30,2,37,1,39,1,19,142,19,43,1,52,38,35,34,6,21,20,22,51,50,54,140, + 11,59,225,39,69,92,52,51,92,68,38,38,68,92,51,52,92,69,39,1,195,252,188,94,3,70,121,41,68,94,130,15,35,67,41,41,67,131,31,46,70,41,253,186,86,64,63,86,86,63,64,86,1,223,88,130,5,130, + 13,34,88,4,49,130,57,33,41,41,130,57,33,51,95,131,41,8,36,95,148,250,237,60,5,22,251,174,53,90,70,39,39,68,92,53,52,92,67,39,39,67,92,3,24,64,88,88,64,63,88,88,252,243,64,86,131,56, + 8,59,88,0,0,3,255,231,255,229,3,188,5,47,0,39,0,50,0,66,0,227,179,48,8,14,4,43,179,30,8,59,4,43,64,27,6,48,22,48,38,48,54,48,70,48,86,48,102,48,118,48,134,48,150,48,166,48,182,48,198, + 48,130,249,8,56,213,48,229,48,2,93,178,22,14,48,17,18,57,176,22,47,177,51,8,244,180,218,59,234,59,2,93,64,27,9,59,25,59,41,59,57,59,73,59,89,59,105,59,121,59,137,59,153,59,169,59,185, + 59,201,59,13,93,68,169,5,36,25,47,27,177,25,69,70,7,32,5,130,12,32,5,65,184,7,32,9,130,12,32,9,130,12,63,177,40,7,244,64,27,7,40,23,40,39,40,55,40,71,40,87,40,103,40,119,40,135,40, + 151,40,167,40,183,40,199,40,130,131,49,214,40,230,40,2,93,176,25,16,177,62,4,244,180,217,62,233,62,131,124,8,38,8,62,24,62,40,62,56,62,72,62,88,62,104,62,120,62,136,62,152,62,168,62, + 184,62,200,62,13,93,48,49,1,6,6,7,23,7,39,6,6,65,174,7,52,55,38,38,53,52,54,51,50,30,2,21,20,14,2,7,1,54,54,55,1,50,130,3,130,34,8,157,21,20,22,3,20,22,23,62,3,53,52,38,35,34,14,2, + 3,188,18,80,59,157,94,157,74,180,105,76,135,100,60,27,47,64,37,62,68,179,149,68,119,88,49,62,94,119,57,1,104,48,61,16,254,33,78,135,53,254,168,30,52,63,125,86,35,57,51,101,77,47,104, + 78,43,69,50,24,2,53,86,174,78,147,107,154,66,84,56,96,129,76,63,105,84,67,29,78,153,78,154,182,41,76,108,70,78,110,84,68,37,254,174,66,145,70,254,23,59,49,1,80,29,45,117,86,96,129, + 3,114,47,119,75,30,58,65,80,53,78,90,35,59,78,0,1,1,117,3,68,2,47,5,25,0,3,0,19,0,176,1,66,244,5,39,0,47,27,177,0,21,62,89,130,217,8,73,3,35,3,2,47,43,102,41,5,25,254,43,1,213,0,1, + 0,188,254,141,2,193,5,223,0,21,0,62,179,16,13,5,4,43,64,27,6,16,22,16,38,16,54,16,70,16,86,16,102,16,118,16,134,16,150,16,166,16,182,16,198,16,13,93,180,213,16,229,16,2,93,0,176,10, + 138,90,32,17,132,90,8,60,46,2,2,53,52,18,54,54,55,23,14,3,21,20,30,2,23,2,121,107,166,112,60,60,112,166,107,72,95,149,103,53,53,103,147,97,254,141,84,213,242,1,8,135,135,1,7,241,213, + 84,90,76,192,219,238,121,123,237,217,195,76,130,137,32,229,130,137,32,236,134,137,8,40,0,13,11,4,43,180,218,11,234,11,2,93,64,27,9,11,25,11,41,11,57,11,73,11,89,11,105,11,121,11,137, + 11,153,11,169,11,185,11,201,11,13,130,137,32,17,133,137,32,5,130,228,32,5,133,137,53,20,2,6,6,7,39,62,3,53,52,46,2,39,55,30,2,18,2,236,60,115,165,131,133,48,105,53,53,105,149,95,72, + 107,165,115,60,2,53,135,254,250,242,131,132,47,193,219,237,121,121,240,219,192,76,90,84,213,241,254,247,0,130,139,42,35,0,1,3,129,3,165,0,17,0,71,66,139,5,32,14,130,93,32,14,71,40, + 7,132,106,43,15,62,89,178,1,5,14,17,18,57,178,4,133,6,32,7,133,6,32,10,133,6,32,13,133,6,32,16,132,6,8,41,48,49,1,5,5,7,37,19,35,19,5,39,37,37,55,5,3,51,3,37,3,129,254,170,1,86,55, + 254,180,14,116,14,254,180,55,1,86,254,170,55,1,76,130,12,54,1,76,2,140,184,189,94,203,254,125,1,131,203,94,189,184,96,205,1,134,254,122,205,131,151,63,0,0,13,3,164,3,176,0,11,0,55, + 179,2,13,3,4,43,176,3,16,176,7,208,176,2,16,176,9,208,0,176,2,65,10,5,32,8,130,172,32,8,130,172,34,179,11,6,71,20,6,39,4,208,176,11,16,176,6,208,130,135,8,33,33,17,35,17,33,53,33,17, + 51,17,33,3,164,254,104,116,254,104,1,152,116,1,152,1,164,254,105,1,151,117,1,151,254,105,130,255,38,240,254,139,2,98,0,186,66,69,5,32,0,133,85,32,1,130,85,52,1,17,62,89,48,49,37,1, + 35,19,2,98,254,238,96,186,186,253,209,2,47,130,47,38,0,1,164,3,164,2,25,130,47,35,9,0,179,3,131,117,131,105,32,53,130,97,46,252,92,3,164,1,164,117,0,1,1,117,0,0,2,47,135,83,134,169, + 32,0,73,28,6,42,48,49,33,35,53,51,2,47,186,186,186,130,77,38,41,255,16,3,137,5,74,132,77,37,176,1,47,176,3,47,130,77,8,54,1,39,1,3,137,253,2,98,2,254,5,23,249,249,52,6,6,0,0,3,255, + 223,255,233,3,199,5,47,0,8,0,17,0,37,0,248,176,38,47,176,39,47,176,38,16,176,18,208,176,18,47,177,0,12,244,70,168,36,8,55,176,39,16,176,28,220,178,2,18,28,17,18,57,177,14,8,244,180, + 218,14,234,14,2,93,64,27,9,14,25,14,41,14,57,14,73,14,89,14,105,14,121,14,137,14,153,14,169,14,185,14,201,14,13,93,178,17,132,47,66,32,5,32,23,130,201,32,23,68,172,7,32,33,130,12,39, + 33,15,62,89,178,2,33,23,130,81,43,176,23,16,177,6,6,244,180,217,6,233,6,131,84,8,33,8,6,24,6,40,6,56,6,72,6,88,6,104,6,120,6,136,6,152,6,168,6,184,6,200,6,13,93,176,33,16,177,11,6, + 130,182,8,33,7,11,23,11,39,11,55,11,71,11,87,11,103,11,119,11,135,11,151,11,167,11,183,11,199,11,13,93,180,214,11,230,11,2,130,128,132,94,52,48,49,19,20,23,1,38,38,35,34,2,19,22,51, + 50,18,17,52,38,39,1,70,100,6,32,21,70,96,6,8,70,104,35,2,99,48,141,94,176,187,82,99,182,172,190,18,16,252,196,56,118,191,135,135,191,120,54,54,118,191,137,137,191,119,53,2,139,145, + 127,2,133,90,96,254,213,253,125,176,1,43,1,4,72,129,59,254,252,131,244,188,113,113,188,244,131,131,244,186,113,113,186,244,66,131,5,43,0,2,233,5,25,0,18,0,58,179,17,8,66,131,6,32,15, + 74,93,6,32,15,130,249,32,15,74,250,16,61,2,6,244,178,4,0,15,17,18,57,176,17,208,176,18,208,48,49,33,33,53,51,17,14,3,35,53,50,62,2,130,9,8,68,51,2,233,253,209,211,18,78,106,127,68, + 61,140,118,78,138,210,117,3,123,41,93,77,52,142,76,118,150,74,251,92,0,1,0,10,0,0,3,119,5,47,0,32,0,114,176,5,47,179,24,11,25,4,43,179,9,8,18,4,43,176,9,16,176,0,208,176,0,47,130,8, + 35,177,7,13,244,130,6,34,176,34,220,65,149,5,32,28,130,142,32,28,135,142,32,10,130,12,8,50,10,15,62,89,177,6,6,244,176,28,16,177,21,6,244,180,217,21,233,21,2,93,64,27,8,21,24,21,40, + 21,56,21,72,21,88,21,104,21,120,21,136,21,152,21,168,21,184,21,200,21,13,71,186,6,40,7,1,33,17,51,17,33,53,1,69,234,6,34,6,21,35,70,18,5,8,60,3,115,19,49,80,61,254,57,2,39,117,252, + 176,1,252,39,71,56,32,159,117,164,168,127,236,223,84,149,115,66,3,199,54,86,88,98,63,254,51,1,0,254,139,121,2,4,39,78,80,86,47,120,123,182,172,221,250,49,92,133,0,130,217,36,27,255, + 233,3,152,130,217,38,54,0,212,179,36,11,37,130,214,34,47,12,30,130,214,55,47,16,177,19,9,244,177,0,8,244,176,36,16,176,11,208,176,11,47,180,218,30,234,30,131,174,8,39,9,30,25,30,41, + 30,57,30,73,30,89,30,105,30,121,30,137,30,153,30,169,30,185,30,201,30,13,93,178,50,37,0,17,18,57,176,47,16,176,56,65,6,6,32,42,130,249,32,42,71,73,15,35,179,25,6,24,130,102,8,54,5, + 16,177,14,6,244,64,27,7,14,23,14,39,14,55,14,71,14,87,14,103,14,119,14,135,14,151,14,167,14,183,14,199,14,13,93,180,214,14,230,14,2,93,176,42,16,177,33,6,244,180,217,33,233,33,131, + 133,57,8,33,24,33,40,33,56,33,72,33,88,33,104,33,120,33,136,33,152,33,168,33,184,33,200,33,131,133,33,24,25,130,133,72,246,9,43,39,55,22,22,51,50,62,2,53,52,46,2,65,246,5,72,235,5, + 32,35,66,169,8,8,98,6,7,30,3,3,152,70,117,153,84,95,163,125,78,8,133,12,186,138,59,104,78,45,51,96,141,93,68,127,100,62,146,116,146,176,129,66,118,166,101,84,145,109,61,133,123,70, + 104,70,37,1,104,86,141,100,56,52,100,152,98,18,151,152,39,72,96,59,80,101,57,20,117,23,53,88,68,110,133,153,164,102,162,111,59,49,92,133,86,111,147,19,10,59,91,110,0,0,2,0,130,0,57, + 3,164,5,25,0,14,0,17,0,81,179,13,12,3,4,43,176,13,16,176,8,208,176,3,16,176,66,195,7,36,7,47,27,177,7,66,195,15,35,179,15,3,4,130,44,57,0,16,177,2,6,244,176,15,16,176,9,208,176,4,16, + 176,11,208,176,2,16,176,13,208,176,14,66,212,7,8,55,33,53,1,51,17,51,21,35,17,51,1,17,1,3,164,253,209,211,253,184,2,35,174,211,211,211,254,164,254,73,117,1,0,119,3,45,252,211,119,255, + 0,1,119,2,139,253,117,0,0,1,0,4,255,233,3,170,130,149,8,75,42,0,166,176,43,47,176,44,47,176,0,220,177,21,12,244,180,218,21,234,21,2,93,64,27,9,21,25,21,41,21,57,21,73,21,89,21,105, + 21,121,21,137,21,153,21,169,21,185,21,201,21,13,93,176,43,16,176,30,208,176,30,47,177,29,12,244,176,34,208,178,35,30,0,17,18,57,66,255,5,32,31,130,202,32,31,65,248,16,34,38,6,26,65, + 248,5,8,50,16,6,244,64,27,7,16,23,16,39,16,55,16,71,16,87,16,103,16,119,16,135,16,151,16,167,16,183,16,199,16,13,93,180,214,16,230,16,2,93,176,31,16,177,33,6,244,178,35,5,31,65,211, + 14,33,30,3,65,211,8,8,146,34,6,7,35,17,33,21,33,17,54,54,51,50,30,2,3,170,72,125,176,104,94,160,121,74,8,133,6,52,84,114,68,80,125,88,47,47,86,125,76,80,147,54,137,3,49,253,88,60,153, + 80,101,168,122,68,1,182,96,168,125,72,56,104,152,98,21,68,117,82,47,53,95,125,71,74,127,92,53,67,64,2,140,117,254,104,58,63,65,119,172,0,0,2,255,248,255,233,3,190,5,47,0,34,0,54,0, + 223,179,25,11,10,4,43,179,0,12,35,4,43,64,27,6,25,22,25,38,25,54,25,70,25,86,25,102,25,118,25,134,25,150,25,166,25,182,25,198,25,130,192,8,47,213,25,229,25,2,93,180,218,35,234,35,2, + 93,64,27,9,35,25,35,41,35,57,35,73,35,89,35,105,35,121,35,137,35,153,35,169,35,185,35,201,35,13,93,176,10,16,177,45,79,195,7,68,200,12,43,5,47,27,177,5,15,62,89,179,30,6,40,76,34,5, + 39,20,6,244,180,217,20,233,20,131,83,8,69,8,20,24,20,40,20,56,20,72,20,88,20,104,20,120,20,136,20,152,20,168,20,184,20,200,20,13,93,178,25,5,15,17,18,57,176,5,16,177,50,6,244,64,27, + 7,50,23,50,39,50,55,50,71,50,87,50,103,50,119,50,135,50,151,50,167,50,183,50,199,50,130,171,35,214,50,230,50,76,41,17,49,23,7,38,35,34,14,2,21,62,3,51,50,30,2,7,52,46,2,132,14,8,138, + 20,30,2,51,50,62,2,3,190,71,127,174,101,139,188,115,51,69,138,207,139,194,129,90,90,143,105,161,107,53,14,78,102,119,60,102,172,123,69,137,45,84,123,77,76,127,90,49,40,84,125,86,74, + 123,90,49,1,188,108,172,121,66,113,186,244,131,133,244,189,110,135,80,98,80,143,201,120,51,90,65,39,69,123,172,103,74,129,94,54,50,90,123,75,74,131,100,58,49,90,132,0,1,0,49,0,0,3, + 152,5,25,0,16,0,75,176,17,47,176,18,47,176,5,220,177,6,8,244,176,17,16,176,14,208,176,14,47,177,13,13,80,246,6,36,13,47,27,177,13,73,35,7,65,63,20,8,145,176,15,16,177,11,6,244,48,49, + 1,6,10,2,7,35,54,26,2,55,33,17,35,17,33,3,152,123,148,80,28,2,144,2,35,88,152,116,253,146,117,3,103,4,160,133,254,254,254,231,254,193,193,182,1,66,1,37,1,10,125,255,0,1,117,0,3,255, + 248,255,233,3,174,5,47,0,39,0,51,0,71,1,49,179,62,12,10,4,43,179,30,12,40,4,43,180,218,40,234,40,2,93,64,27,9,40,25,40,41,40,57,40,73,40,89,40,105,40,121,40,137,40,153,40,169,40,185, + 40,201,40,13,93,178,52,40,30,17,18,57,176,52,47,180,218,52,234,52,132,46,8,34,52,25,52,41,52,57,52,73,52,89,52,105,52,121,52,137,52,153,52,169,52,185,52,201,52,13,93,177,0,12,244,178, + 15,10,0,130,50,8,40,64,27,6,62,22,62,38,62,54,62,70,62,86,62,102,62,118,62,134,62,150,62,166,62,182,62,198,62,13,93,180,213,62,229,62,2,93,178,20,10,62,130,43,36,176,20,47,178,35,132, + 53,34,177,46,12,65,30,6,76,206,20,41,179,49,6,57,4,43,178,15,57,49,130,53,33,178,35,132,6,43,176,25,16,177,43,6,244,180,217,43,233,43,130,159,60,23,40,43,56,43,72,43,88,43,104,43,120, + 43,136,43,152,43,168,43,184,43,200,43,11,93,180,8,43,24,130,32,8,34,176,5,16,177,67,6,244,64,27,7,67,23,67,39,67,55,67,71,67,87,67,103,67,119,67,135,67,151,67,167,67,183,67,199,67, + 130,158,35,214,67,230,67,66,91,15,32,55,80,137,5,76,215,8,34,30,3,3,69,147,5,37,20,22,51,50,54,19,66,105,15,8,50,174,74,129,174,98,100,172,129,74,39,73,105,63,55,86,59,33,70,118,156, + 84,84,156,118,70,33,59,88,56,64,104,74,41,184,156,135,135,156,148,143,143,148,47,55,95,120,68,68,120,95,55,135,7,56,1,111,103,145,96,46,46,96,145,103,53,108,93,61,8,6,60,80,94,43,88, + 133,88,45,45,130,4,8,68,43,94,80,60,6,8,61,93,108,2,41,110,127,127,110,103,122,122,254,9,71,101,63,29,29,63,101,71,70,102,68,33,33,68,102,0,2,255,233,255,233,3,176,5,47,0,35,0,55,0, + 229,179,36,8,0,4,43,179,10,8,46,4,43,176,10,16,177,26,11,130,254,8,71,6,36,22,36,38,36,54,36,70,36,86,36,102,36,118,36,134,36,150,36,166,36,182,36,198,36,13,93,180,213,36,229,36,2, + 93,180,218,46,234,46,2,93,64,27,9,46,25,46,41,46,57,46,73,46,89,46,105,46,121,46,137,46,153,46,169,46,185,46,201,46,13,93,130,80,33,176,57,71,56,6,36,5,47,27,177,5,69,63,7,32,15,130, + 12,39,15,15,62,89,179,41,6,31,68,5,5,33,21,6,130,119,57,7,21,23,21,39,21,55,21,71,21,87,21,103,21,119,21,135,21,151,21,167,21,183,21,199,21,130,119,41,214,21,230,21,2,93,178,26,15, + 5,68,5,6,39,51,6,244,180,217,51,233,51,131,133,62,8,51,24,51,40,51,56,51,72,51,88,51,104,51,120,51,136,51,152,51,168,51,184,51,200,51,13,93,48,49,3,73,194,12,71,62,8,38,14,3,35,34, + 46,2,55,67,254,6,32,53,65,164,6,8,32,23,72,127,174,101,137,190,115,51,70,137,209,137,194,129,90,45,119,69,105,159,109,53,16,76,102,121,58,102,172,123,70,138,68,6,7,33,41,83,68,6,5, + 8,46,3,92,109,172,121,65,113,188,242,131,133,244,188,111,136,80,50,49,80,143,201,121,51,90,66,39,70,123,172,102,74,129,94,53,49,88,125,76,74,131,100,57,49,90,131,0,2,75,189,5,43,3, + 164,0,3,0,7,0,47,179,0,8,1,84,14,8,35,1,16,176,5,73,253,6,36,2,47,27,177,2,68,1,7,32,4,130,12,38,4,15,62,89,48,49,1,83,253,6,34,2,47,186,130,0,46,2,233,187,252,92,186,0,0,2,0,240,254, + 139,2,98,134,83,32,42,133,83,85,64,10,77,109,12,38,17,62,89,178,4,5,2,70,125,5,130,78,35,19,1,35,19,131,78,36,51,254,238,96,186,130,81,33,253,22,76,137,6,44,199,255,222,3,20,3,222, + 0,5,0,9,0,176,76,59,6,41,37,7,1,1,23,1,3,20,77,254,130,116,37,77,254,80,45,79,2,130,8,34,80,254,80,130,5,38,0,0,199,3,164,2,246,132,215,45,15,0,179,7,6,4,4,43,179,3,3,0,4,43,76,193, + 5,33,17,33,76,197,7,33,252,92,130,40,45,127,119,253,209,117,0,0,1,0,143,255,222,2,221,138,103,32,5,76,163,6,54,1,55,2,221,254,0,78,1,176,254,80,78,1,222,254,0,79,1,177,1,176,80,0,130, + 105,38,168,0,0,3,141,5,47,130,105,38,33,0,144,179,11,8,12,130,104,38,4,8,19,4,43,176,12,86,72,6,130,8,8,45,177,3,8,244,180,218,19,234,19,2,93,64,27,9,19,25,19,41,19,57,19,73,19,89, + 19,105,19,121,19,137,19,153,19,169,19,185,19,201,19,13,93,176,4,16,176,35,66,165,6,71,229,12,77,82,7,43,176,31,16,177,22,6,244,180,217,22,233,22,131,76,59,8,22,24,22,40,22,56,22,72, + 22,88,22,104,22,120,22,136,22,152,22,168,22,184,22,200,22,13,93,77,126,5,40,1,20,14,4,21,35,52,62,4,80,202,6,8,65,7,39,54,54,51,50,22,2,47,186,186,1,94,57,86,102,86,58,145,59,86,105, + 86,59,108,103,63,95,65,39,6,123,18,195,176,166,186,186,3,68,78,117,98,86,92,109,69,78,122,107,94,92,99,57,88,100,41,69,96,58,19,168,194,170,0,2,77,159,8,40,79,0,96,1,64,179,50,9,68, + 130,243,33,88,12,130,243,35,179,30,12,11,130,11,34,0,9,38,130,255,50,11,16,176,27,208,182,169,38,185,38,201,38,3,93,180,218,38,234,38,130,177,62,13,73,38,89,38,105,38,121,38,137,38, + 153,38,6,93,64,9,9,38,25,38,41,38,57,38,4,93,64,17,86,50,84,43,13,35,8,93,64,11,84,43,9,41,5,93,180,213,50,229,50,2,93,176,130,90,51,80,208,64,17,6,88,22,88,38,88,54,88,70,88,86,88, + 102,88,118,88,131,46,41,134,88,150,88,166,88,182,88,198,88,131,46,35,88,229,88,2,82,119,6,36,75,47,27,177,75,67,244,7,32,61,130,12,39,61,15,62,89,179,91,3,14,130,176,34,24,1,83,130, + 176,47,14,16,176,5,208,178,11,61,75,17,18,57,178,27,83,24,130,6,52,176,91,16,176,33,208,176,33,47,176,75,16,177,45,2,244,180,217,45,233,45,130,197,8,70,27,8,45,24,45,40,45,56,45,72, + 45,88,45,104,45,120,45,136,45,152,45,168,45,184,45,200,45,13,93,176,61,16,177,55,2,244,64,27,7,55,23,55,39,55,55,55,71,55,87,55,103,55,119,55,135,55,151,55,167,55,183,55,199,55,13, + 93,180,214,55,230,55,69,186,12,32,53,82,153,9,39,51,50,22,23,53,51,17,20,75,90,7,32,4,72,27,9,49,54,55,23,6,35,34,46,4,53,52,62,4,51,50,30,2,37,38,72,71,5,134,43,8,175,3,199,22,54, + 90,67,29,54,42,25,22,94,62,66,88,53,22,34,68,101,67,35,78,24,131,24,23,28,40,24,11,17,39,62,89,117,74,113,152,93,40,40,93,153,112,82,130,53,59,128,196,92,145,111,79,50,23,24,50,79, + 112,144,91,135,191,120,54,254,129,23,63,38,38,55,36,17,57,52,37,60,42,22,2,172,68,140,113,72,20,38,51,32,28,75,94,58,96,122,64,74,135,103,61,35,37,53,253,243,32,28,54,83,100,47,69, + 137,123,105,77,43,96,162,212,117,115,211,162,96,58,49,68,129,51,92,126,150,168,87,89,169,150,126,91,51,111,182,230,4,49,39,45,75,95,49,109,110,45,73,91,45,0,2,255,197,0,0,3,227,5,25, + 0,7,0,10,0,48,68,25,5,36,6,47,27,177,6,75,155,15,36,176,0,69,88,176,68,110,7,8,44,179,8,3,2,4,43,48,49,33,35,3,33,3,35,1,51,19,3,3,3,227,147,123,253,252,121,147,1,178,186,125,219,219, + 1,117,254,139,5,25,252,213,2,161,253,95,130,96,33,0,49,130,4,32,162,130,101,8,79,14,0,27,0,36,0,135,179,33,12,4,4,43,179,11,12,15,4,43,176,11,16,177,28,10,244,177,0,12,244,178,13,4, + 0,17,18,57,180,218,15,234,15,2,93,64,27,9,15,25,15,41,15,57,15,73,15,89,15,105,15,121,15,137,15,153,15,169,15,185,15,201,15,13,93,176,33,16,176,21,208,130,60,33,176,38,70,71,19,32, + 3,130,195,45,3,15,62,89,179,23,1,31,4,43,178,13,31,23,70,27,6,61,20,6,244,176,3,16,177,33,6,244,48,49,1,20,6,35,33,17,33,50,30,2,21,20,7,22,3,52,46,2,132,14,36,62,2,19,52,38,132,9, + 8,81,54,3,162,242,223,254,96,1,137,82,158,125,78,203,248,182,58,90,108,50,255,0,1,0,56,108,86,56,45,175,153,254,233,1,23,153,175,1,117,187,186,5,25,27,74,131,106,203,74,76,1,97,69, + 88,47,17,254,69,17,49,86,253,244,135,123,253,254,129,0,1,255,236,255,233,3,172,5,47,0,37,0,227,81,61,6,33,18,220,79,78,6,48,38,16,176,8,208,176,8,47,176,18,16,177,17,13,244,176,20, + 130,12,8,50,16,177,30,12,244,64,27,6,30,22,30,38,30,54,30,70,30,86,30,102,30,118,30,134,30,150,30,166,30,182,30,198,30,13,93,180,213,30,229,30,2,93,176,17,16,176,37,208,176,37,47,65, + 184,5,32,17,130,244,32,17,65,184,7,32,13,130,12,32,13,135,12,65,14,7,8,59,178,16,3,13,17,18,57,176,13,16,177,25,6,244,180,217,25,233,25,2,93,182,8,25,24,25,40,25,3,93,64,21,56,25,72, + 25,88,25,104,25,120,25,136,25,152,25,168,25,184,25,200,25,10,93,176,3,16,177,35,6,130,146,57,7,35,23,35,39,35,55,35,71,35,87,35,103,35,119,35,135,35,151,35,167,35,183,35,199,35,130, + 146,40,214,35,230,35,2,93,48,49,1,67,57,16,32,35,72,229,12,8,82,19,3,172,51,232,176,137,190,121,53,53,121,190,137,121,172,41,117,117,53,90,123,68,106,139,84,35,35,84,139,106,244,96, + 1,86,168,197,113,186,244,131,131,244,188,113,86,88,152,254,84,69,123,90,51,100,162,198,99,98,199,159,101,1,39,0,0,2,0,49,0,0,3,207,5,25,0,12,0,21,0,112,176,22,88,122,5,8,58,220,176, + 22,16,176,6,208,176,6,47,176,0,16,177,13,12,244,180,218,13,234,13,2,93,64,27,9,13,25,13,41,13,57,13,73,13,89,13,105,13,121,13,137,13,153,13,169,13,185,13,201,13,13,93,176,6,16,177, + 18,74,63,7,78,150,12,87,14,8,39,7,16,177,16,6,244,176,5,130,40,66,54,5,32,14,66,40,5,35,30,2,7,16,133,9,8,44,18,3,207,55,121,191,135,254,88,1,168,133,191,121,57,137,193,172,254,225, + 1,31,172,193,2,139,131,237,179,104,5,25,107,180,236,131,1,0,1,25,251,209,1,22,0,75,241,6,32,115,130,191,42,11,0,61,179,10,12,1,4,43,176,10,71,225,14,67,127,15,35,179,7,6,8,130,38,35, + 2,16,177,4,130,138,35,0,16,177,10,92,227,7,35,21,33,17,33,131,3,92,231,8,44,2,253,254,2,185,5,25,117,254,45,117,254,25,139,109,38,9,0,54,179,6,12,7,130,70,35,6,16,176,1,72,79,6,36, + 8,47,27,177,8,135,109,32,6,92,145,7,34,3,6,4,130,38,35,8,16,177,0,132,241,133,98,39,35,17,33,3,115,253,71,2,130,96,36,137,3,66,4,164,130,96,33,253,164,130,197,66,225,5,48,215,5,47, + 0,43,0,211,179,32,12,10,4,43,179,20,13,19,130,64,8,53,19,16,176,22,208,64,27,6,32,22,32,38,32,54,32,70,32,86,32,102,32,118,32,134,32,150,32,166,32,182,32,198,32,13,93,180,213,32,229, + 32,2,93,176,19,16,177,43,8,244,176,20,16,176,45,67,208,6,32,19,130,140,32,19,74,24,12,79,101,16,38,43,6,40,4,43,178,18,77,255,5,8,77,15,16,177,27,6,244,180,217,27,233,27,2,93,64,27, + 8,27,24,27,40,27,56,27,72,27,88,27,104,27,120,27,136,27,152,27,168,27,184,27,200,27,13,93,176,5,16,177,37,6,244,64,27,7,37,23,37,39,37,55,37,71,37,87,37,103,37,119,37,135,37,151,37, + 167,37,183,37,199,37,130,153,35,214,37,230,37,70,20,12,34,52,62,2,70,12,6,66,210,13,42,54,55,33,53,33,3,215,55,121,191,135,66,215,24,44,158,182,17,254,223,1,178,2,137,133,242,186,111, + 66,222,12,34,71,123,88,66,222,8,34,244,221,117,66,31,13,53,96,176,12,47,176,13,47,176,0,220,177,1,8,244,176,12,16,176,5,208,176,5,95,15,5,38,7,208,176,1,16,176,9,65,200,6,69,182,12, + 36,10,47,27,177,10,66,67,15,69,195,13,33,9,6,69,195,6,37,17,33,17,35,17,51,130,5,60,51,3,115,138,253,209,137,137,2,47,138,2,92,253,164,5,25,253,184,2,72,0,1,0,186,0,0,2,233,66,173, + 7,35,8,3,4,43,68,110,5,140,112,73,18,7,37,177,2,6,244,176,6,66,165,5,33,8,208,130,156,41,176,2,16,176,10,208,176,11,208,48,84,144,5,35,35,53,33,21,130,110,56,2,233,253,209,211,211, + 2,47,210,210,117,4,47,117,117,251,209,0,1,255,254,255,233,3,115,130,103,38,17,0,76,179,0,8,15,135,103,32,16,130,203,32,16,68,201,15,8,38,177,10,6,244,64,27,7,10,23,10,39,10,55,10,71, + 10,87,10,103,10,119,10,135,10,151,10,167,10,183,10,199,10,13,93,180,214,10,230,10,65,190,5,35,2,35,34,38,75,220,8,32,17,130,230,61,211,217,174,236,47,119,43,170,125,92,115,61,22,138, + 1,242,248,254,239,183,182,45,162,131,74,115,143,72,3,39,65,129,7,32,158,132,243,43,74,179,4,12,5,4,43,176,4,16,176,7,65,106,19,32,9,130,158,32,9,65,106,28,45,178,8,0,6,17,18,57,48, + 49,33,35,1,7,17,130,252,61,17,1,51,1,3,158,168,254,78,138,137,137,2,47,181,254,0,2,127,154,254,27,5,25,253,133,2,123,253,198,68,31,10,34,5,0,39,130,125,32,1,65,9,7,96,244,24,130,90, + 47,33,17,51,17,33,3,115,252,190,137,2,185,5,25,251,92,138,69,39,12,0,109,176,13,47,176,14,66,69,8,32,13,96,225,8,37,12,244,178,10,7,0,82,203,8,68,12,12,32,11,130,216,32,11,148,216, + 32,6,68,38,6,35,178,2,0,8,130,59,33,178,5,133,6,32,10,132,6,130,139,36,35,17,3,35,3,131,232,53,19,19,51,3,115,138,231,98,230,137,178,238,240,178,4,63,253,95,2,161,251,193,130,232,34, + 86,2,170,68,153,13,37,98,176,10,47,176,11,131,161,42,176,10,16,176,4,208,176,4,47,177,3,97,243,5,32,7,82,47,7,78,41,12,140,170,75,144,8,35,0,69,88,176,70,236,8,34,2,0,5,131,157,32, + 7,132,6,131,150,32,1,131,147,33,1,17,130,147,49,170,253,241,137,193,1,247,138,4,80,251,176,5,25,251,227,4,29,75,73,10,41,19,0,39,0,226,176,40,47,176,41,132,143,36,40,16,176,10,208, + 131,158,8,42,0,16,177,20,8,244,180,218,20,234,20,2,93,64,27,9,20,25,20,41,20,57,20,73,20,89,20,105,20,121,20,137,20,153,20,169,20,185,20,201,20,13,93,130,196,37,177,30,12,244,64,23, + 71,197,21,39,11,93,180,182,30,198,30,2,71,200,7,67,80,5,32,15,87,216,11,70,125,8,32,15,71,171,11,33,64,27,71,172,5,71,168,19,130,117,32,5,71,168,44,95,24,14,82,246,16,33,199,54,88, + 183,6,59,53,121,191,135,135,191,118,56,138,49,92,135,86,107,139,84,33,33,84,139,107,106,140,84,32,2,139,131,88,180,5,33,131,131,88,196,6,35,129,207,146,77,71,171,7,34,101,159,199,71, + 171,6,51,162,5,25,0,10,0,19,0,114,176,20,47,176,21,47,176,0,220,176,20,71,171,6,33,177,5,65,229,5,34,11,12,244,92,140,36,33,176,5,86,69,22,84,64,8,41,17,6,3,4,43,176,7,16,177,14,73, + 228,9,37,35,17,33,50,22,7,73,214,9,8,54,236,213,254,217,137,1,174,215,236,137,170,142,254,217,1,39,142,170,3,164,189,184,253,209,5,25,187,186,135,121,254,0,121,0,0,2,255,223,254,141, + 3,199,5,47,0,32,0,48,1,28,176,49,47,176,50,131,185,34,177,33,8,130,169,8,35,33,234,33,2,93,64,27,9,33,25,33,41,33,57,33,73,33,89,33,105,33,121,33,137,33,153,33,169,33,185,33,201,33, + 13,93,176,73,217,5,32,33,131,175,8,50,176,15,47,176,49,16,176,23,208,176,23,47,177,43,12,244,64,27,6,43,22,43,38,43,54,43,70,43,86,43,102,43,118,43,134,43,150,43,166,43,182,43,198, + 43,13,93,180,213,43,229,43,77,42,7,89,95,12,37,12,47,27,177,12,17,100,89,6,32,15,130,12,32,15,135,12,32,18,130,12,32,18,95,188,7,66,60,11,33,8,6,130,109,57,7,8,23,8,39,8,55,8,71,8, + 87,8,103,8,119,8,135,8,151,8,167,8,183,8,199,8,130,109,55,214,8,230,8,2,93,176,11,208,176,11,47,176,28,16,177,38,6,244,180,217,38,233,38,131,224,57,8,38,24,38,40,38,56,38,72,38,88, + 38,104,38,120,38,136,38,152,38,168,38,184,38,200,38,130,224,37,18,16,177,46,1,244,88,127,5,45,7,22,22,51,50,54,55,21,6,6,35,34,38,39,82,245,9,66,85,8,58,16,18,51,50,18,3,199,47,105, + 168,119,23,139,135,35,49,23,29,53,25,204,207,23,110,162,103,49,66,95,8,8,32,34,82,142,104,107,139,84,33,189,174,172,190,2,139,125,231,182,119,12,134,102,2,2,117,2,2,174,181,14,115, + 178,231,129,66,102,7,45,99,198,162,100,100,162,198,99,254,252,254,215,1,41,66,101,6,48,176,5,25,0,15,0,24,0,142,176,25,47,176,26,47,176,10,75,101,7,32,25,71,53,11,42,10,16,177,16,8, + 244,180,218,16,234,16,131,224,57,9,16,25,16,41,16,57,16,73,16,89,16,105,16,121,16,137,16,153,16,169,16,185,16,201,16,80,0,5,32,20,69,243,19,68,111,12,77,21,8,63,22,1,15,4,43,176,15, + 16,176,2,208,176,2,47,176,6,16,177,19,6,244,48,49,33,35,1,35,17,35,17,33,50,100,129,5,76,92,9,56,176,174,254,131,203,137,1,174,215,236,58,100,139,82,237,165,144,254,219,1,37,144,165, + 2,47,66,135,5,8,35,82,131,92,56,6,1,111,133,123,254,0,121,0,1,0,25,255,233,3,131,5,47,0,63,0,220,179,12,10,32,4,43,179,42,11,41,130,111,61,41,16,177,0,8,244,176,12,16,176,8,208,176, + 41,16,176,44,208,176,32,16,177,54,12,244,176,42,16,176,65,73,75,6,36,41,47,27,177,41,69,203,7,32,43,130,12,33,43,19,66,68,6,32,37,130,12,32,37,135,25,32,9,97,244,6,36,176,0,69,88,176, + 67,80,8,40,59,4,27,4,43,178,8,5,37,77,67,6,8,41,17,6,244,64,27,7,17,23,17,39,17,55,17,71,17,87,17,103,17,119,17,135,17,151,17,167,17,183,17,199,17,13,93,180,214,17,230,17,2,93,178, + 40,133,50,8,41,37,16,177,49,6,244,180,217,49,233,49,2,93,64,27,8,49,24,49,40,49,56,49,72,49,88,49,104,49,120,49,136,49,152,49,168,49,184,49,200,49,13,99,194,8,37,38,39,21,35,17,51, + 83,128,10,66,81,8,36,22,23,53,51,17,73,126,11,8,113,23,30,3,3,131,68,114,148,80,110,184,54,116,116,62,96,125,65,58,98,74,43,55,93,116,60,71,142,112,70,68,110,146,77,95,161,45,121,121, + 49,84,108,60,53,96,72,43,51,86,113,59,74,146,116,74,1,84,82,133,96,52,82,80,139,1,141,67,111,80,45,33,61,88,56,63,90,64,45,22,25,55,84,121,90,80,125,86,45,78,80,136,254,139,59,103, + 73,43,24,53,84,58,51,72,55,45,23,26,64,90,131,0,0,1,0,90,225,7,53,15,0,107,176,16,47,176,13,208,176,13,47,176,9,220,178,64,9,1,93,176,1,130,7,50,1,1,93,177,0,13,244,176,9,16,177,4, + 8,244,176,13,16,177,12,130,13,35,0,16,176,17,65,142,6,36,14,47,27,177,14,75,116,15,33,176,14,90,248,5,73,61,22,39,1,35,17,33,17,51,21,33,130,254,87,208,5,58,164,117,254,232,210,253, + 209,211,254,232,117,3,164,3,96,1,68,251,209,117,117,4,47,254,188,1,185,131,165,32,49,73,77,6,45,25,0,112,176,26,47,176,27,47,176,0,220,176,26,70,203,6,33,177,13,69,117,5,32,23,71,91, + 7,71,236,12,32,24,130,158,32,24,75,108,15,8,38,177,18,6,244,64,27,7,18,23,18,39,18,55,18,71,18,87,18,103,18,119,18,135,18,151,18,167,18,183,18,199,18,13,93,180,214,18,230,18,75,48, + 12,34,17,51,17,65,195,7,8,48,17,51,3,115,49,103,158,108,109,157,101,49,137,21,61,109,88,88,111,61,20,138,1,209,111,180,127,70,70,127,182,111,3,70,252,184,59,132,108,72,72,108,132,59, + 3,72,0,1,255,80,153,7,34,6,0,49,71,30,5,32,0,130,149,32,0,74,7,12,135,12,32,1,130,25,8,41,1,15,62,89,178,5,1,0,17,18,57,48,49,1,1,35,1,51,1,1,3,227,254,76,186,254,80,145,1,125,1,123, + 5,25,250,231,5,25,251,114,4,142,130,91,33,193,0,80,245,5,34,12,0,89,146,91,74,216,12,32,9,130,91,32,9,67,44,7,135,104,75,73,12,33,178,3,132,117,33,178,8,133,6,32,11,132,6,130,131,34, + 3,35,3,130,2,34,51,19,19,130,2,45,3,227,235,162,133,135,160,233,145,184,131,135,132,184,131,139,35,2,125,253,131,130,143,38,206,2,189,253,67,4,50,130,147,32,233,130,147,38,186,5,25, + 0,27,0,122,99,15,10,135,226,32,21,130,134,32,21,73,140,20,32,7,130,25,32,7,130,252,62,177,2,6,244,176,3,208,178,4,0,14,17,18,57,176,5,208,176,6,208,176,9,208,176,10,208,176,14,16,177, + 12,130,28,38,16,208,176,17,208,178,18,133,31,41,19,208,176,20,208,176,23,208,176,24,130,34,37,16,176,26,208,176,27,75,162,6,47,3,3,51,21,33,53,51,1,1,35,53,33,21,35,19,19,132,6,8,56, + 1,1,51,3,186,254,142,88,205,207,88,254,141,127,1,27,254,234,109,1,117,109,203,197,105,1,117,113,254,240,1,24,127,117,1,172,254,84,117,117,2,28,2,19,117,117,254,94,1,162,117,117,253, + 237,253,228,0,130,217,32,236,130,217,32,184,130,217,44,20,0,103,179,3,8,8,4,43,178,16,8,3,74,115,8,32,12,130,191,32,12,135,217,77,243,12,70,197,8,35,19,16,177,0,130,191,35,5,16,177, + 3,130,6,39,7,208,176,8,208,176,0,16,131,217,32,11,130,220,39,208,176,15,208,178,16,5,12,130,81,130,223,33,176,18,130,198,34,1,35,1,67,42,6,138,196,63,3,184,106,254,201,210,253,209, + 211,254,201,106,1,112,108,227,225,108,1,112,4,164,253,143,254,66,117,117,1,190,2,113,130,182,35,20,1,236,117,130,177,33,0,49,130,177,32,119,130,177,45,13,0,85,176,14,47,176,15,47,176, + 0,220,176,14,72,177,6,38,176,1,208,178,3,6,0,131,110,37,6,16,177,5,13,244,130,139,33,177,11,91,161,7,80,66,12,70,39,8,32,7,133,186,32,0,79,183,8,39,53,1,33,17,35,17,33,21,130,6,60, + 51,3,119,252,186,2,144,253,229,117,3,49,253,119,2,41,117,117,4,47,254,192,1,181,117,251,209,1,69,130,141,58,1,117,254,139,2,233,5,211,0,7,0,45,179,6,9,1,4,43,176,1,16,177,0,14,244, + 176,3,70,155,6,132,102,37,17,62,89,179,3,1,95,64,6,36,6,1,244,48,49,130,91,61,33,21,33,17,33,2,233,254,140,1,116,254,250,1,6,254,139,7,72,111,249,152,0,1,0,133,255,16,3,229,99,255, + 14,46,5,7,1,55,3,229,98,253,2,98,188,52,6,7,51,130,37,32,186,130,121,32,47,132,121,35,48,179,0,14,88,143,5,35,177,3,9,244,130,128,88,144,8,136,124,32,7,135,124,32,2,133,124,32,53,130, + 122,41,53,33,2,47,254,139,1,7,254,249,131,197,35,113,6,104,111,130,85,49,2,2,47,3,166,5,25,0,6,0,29,0,176,0,47,176,3,47,70,111,9,35,21,62,89,178,75,183,5,130,191,57,35,1,1,35,1,51, + 3,166,152,254,197,254,199,152,1,117,184,2,47,2,101,253,155,2,234,0,130,69,38,0,255,70,3,164,255,187,101,15,12,32,5,88,73,8,33,186,117,131,35,38,229,3,244,2,188,5,84,100,229,13,47,7, + 37,55,2,188,41,254,82,66,4,53,65,243,109,0,2,78,119,5,51,3,186,0,38,0,55,0,237,176,56,47,176,57,47,176,56,16,176,0,208,131,156,55,57,16,176,28,220,177,11,8,244,176,30,208,178,31,0, + 28,17,18,57,176,11,16,176,44,130,28,8,40,16,177,53,12,244,64,27,6,53,22,53,38,53,54,53,70,53,86,53,102,53,118,53,134,53,150,53,166,53,182,53,198,53,13,93,180,213,53,229,53,2,86,244, + 6,37,23,47,27,177,23,19,71,119,6,32,29,130,12,32,29,73,175,7,32,36,130,12,32,36,130,12,8,53,179,5,6,48,4,43,176,23,16,177,16,6,244,180,217,16,233,16,2,93,64,27,8,16,24,16,40,16,56, + 16,72,16,88,16,104,16,120,16,136,16,152,16,168,16,184,16,200,16,13,93,178,31,36,23,131,146,36,36,16,177,39,6,130,140,57,7,39,23,39,39,39,55,39,71,39,87,39,103,39,119,39,135,39,151, + 39,167,39,183,39,199,39,130,140,50,214,39,230,39,2,93,176,48,16,176,45,208,176,45,47,48,49,39,52,107,39,5,39,23,53,52,46,2,35,34,6,88,142,5,48,30,2,21,17,35,53,14,3,35,34,38,5,50,62, + 2,53,53,86,213,8,8,120,2,88,143,185,96,37,59,53,54,32,59,86,94,33,104,176,76,62,84,209,125,76,147,117,70,138,36,91,100,100,45,185,190,1,119,86,137,96,53,67,123,45,74,137,102,62,115, + 252,88,119,69,31,2,4,6,4,67,68,88,51,21,56,47,103,51,65,39,81,132,92,253,158,156,45,68,43,23,142,25,51,76,86,35,88,10,2,20,45,72,53,59,99,0,0,2,0,49,255,233,3,164,5,25,0,20,0,36,0, + 236,176,37,47,176,38,47,176,0,220,176,37,16,77,129,5,42,177,9,12,244,176,12,208,178,13,10,0,131,243,36,0,16,177,21,8,97,193,38,35,9,16,176,28,67,45,6,70,234,12,111,170,12,72,254,20, + 8,44,177,32,6,244,64,27,7,32,23,32,39,32,55,32,71,32,87,32,103,32,119,32,135,32,151,32,167,32,183,32,199,32,13,93,180,214,32,230,32,2,93,178,8,5,32,131,150,8,46,16,16,177,26,6,244, + 180,217,26,233,26,2,93,64,27,8,26,24,26,40,26,56,26,72,26,88,26,104,26,120,26,136,26,152,26,168,26,184,26,200,26,13,93,178,13,16,26,70,176,5,36,20,14,2,35,34,72,245,5,35,17,54,54,51, + 96,133,8,8,92,7,17,22,22,51,50,62,2,3,164,66,123,174,108,76,139,60,137,137,60,139,76,108,174,123,66,139,41,84,125,82,158,117,60,137,78,82,123,84,43,1,209,107,180,129,72,54,53,84,5, + 25,254,53,51,57,73,129,181,106,80,135,100,58,125,254,14,65,56,58,100,135,0,1,0,0,255,233,3,129,3,186,0,40,0,215,176,41,47,176,42,47,176,20,75,31,7,33,41,16,76,171,6,46,20,16,177,19, + 11,244,176,22,208,176,8,16,177,32,12,130,247,83,186,34,70,173,5,36,19,47,27,177,19,66,220,7,32,13,130,12,96,166,8,79,143,8,32,18,86,124,8,83,167,40,32,3,83,167,43,32,37,86,121,11,33, + 30,2,74,40,15,8,71,51,50,54,55,3,129,59,205,141,109,182,129,72,66,122,177,108,43,90,80,64,16,123,123,45,78,108,62,84,125,84,43,49,93,131,82,104,162,43,178,92,109,72,129,178,109,106, + 181,129,73,20,41,57,39,135,254,139,62,102,74,41,58,100,135,80,80,135,98,58,82,68,0,68,49,7,46,5,25,0,22,0,38,0,232,176,39,47,176,40,47,176,83,161,6,32,39,66,171,6,37,176,1,16,176,18, + 208,131,5,8,43,23,208,176,10,16,177,31,12,244,64,27,6,31,22,31,38,31,54,31,70,31,86,31,102,31,118,31,134,31,150,31,166,31,182,31,198,31,13,93,180,213,31,229,31,68,42,7,36,15,47,27, + 177,15,65,77,7,71,251,25,32,5,99,52,6,34,177,36,6,130,93,57,7,36,23,36,39,36,55,36,71,36,87,36,103,36,119,36,135,36,151,36,167,36,183,36,199,36,130,93,53,214,36,230,36,2,93,178,2,5, + 36,17,18,57,176,21,16,177,19,6,244,176,15,66,170,41,35,48,49,33,35,91,20,14,36,17,35,53,33,3,68,27,7,8,58,30,2,51,50,55,3,115,138,59,141,74,111,176,121,65,65,121,176,111,74,141,59, + 186,1,68,138,59,139,78,82,125,84,43,43,84,125,82,158,118,86,53,56,72,129,180,107,106,181,129,73,53,53,1,84,117,253,178,65,58,65,91,5,50,100,58,125,0,2,255,252,255,233,3,174,3,186,0, + 25,0,34,0,123,66,89,5,115,64,12,32,10,130,241,46,10,15,62,89,179,34,6,0,4,43,176,10,16,177,3,132,250,56,3,23,3,39,3,55,3,71,3,87,3,103,3,119,3,135,3,151,3,167,3,183,3,199,3,131,250, + 8,51,3,230,3,2,93,176,20,16,177,29,6,244,180,217,29,233,29,2,93,64,27,8,29,24,29,40,29,56,29,72,29,88,29,104,29,120,29,136,29,152,29,168,29,184,29,200,29,13,93,48,49,19,78,206,5,32, + 23,66,82,13,33,21,39,133,238,8,78,7,137,15,186,149,105,164,41,96,70,194,142,108,180,131,72,65,123,176,109,119,178,119,57,145,23,176,129,66,112,86,58,8,1,162,148,176,86,64,66,98,103, + 72,129,178,109,106,179,131,73,80,141,196,119,117,153,150,43,80,113,67,0,1,0,186,0,0,3,164,5,47,0,25,0,159,179,2,8,7,130,200,116,103,5,35,2,16,176,24,68,165,6,76,34,12,89,217,12,36, + 10,47,27,177,10,66,27,7,32,24,130,12,32,24,96,14,15,33,176,24,73,48,5,32,4,76,80,6,35,208,176,7,208,116,82,6,35,9,208,176,14,105,150,44,76,115,7,8,133,35,53,51,52,54,51,50,22,23,21, + 38,38,35,34,6,21,33,3,164,254,115,210,253,209,211,211,211,199,201,47,65,23,29,63,43,131,131,1,141,3,47,253,70,117,117,2,186,117,192,203,6,4,117,4,6,133,145,0,0,2,255,254,254,117,3, + 115,3,186,0,31,0,46,1,1,176,47,47,176,48,47,176,0,220,176,47,16,176,21,208,176,21,47,177,40,12,244,64,27,6,40,22,40,38,40,54,40,70,40,86,40,102,40,118,40,134,40,150,40,166,40,182,40, + 198,40,13,93,180,213,40,229,40,2,93,176,130,190,32,9,130,58,44,16,177,15,8,244,176,29,208,176,15,16,176,32,65,48,6,36,30,47,27,177,30,65,9,7,32,26,130,12,32,26,135,12,79,173,12,32, + 15,130,25,32,15,71,119,7,81,52,7,43,179,12,4,5,4,43,176,18,16,177,43,6,130,137,57,7,43,23,43,39,43,55,43,71,43,87,43,103,43,119,43,135,43,151,43,167,43,183,43,199,43,130,137,8,60,214, + 43,230,43,2,93,178,16,18,43,17,18,57,176,26,16,177,35,6,244,180,217,35,233,35,2,93,64,27,8,35,24,35,40,35,56,35,72,35,88,35,104,35,120,35,136,35,152,35,168,35,184,35,200,35,13,93,178, + 29,26,35,130,50,34,48,49,37,69,236,6,44,55,22,22,51,50,54,53,53,6,35,34,38,53,88,91,8,32,7,71,109,8,130,28,8,74,55,3,115,66,119,161,99,139,195,71,96,43,162,104,142,165,122,156,219, + 250,65,121,174,109,76,143,59,138,138,59,141,78,82,125,82,43,166,166,78,141,59,10,96,150,104,55,104,98,74,65,88,143,135,100,108,250,217,106,179,131,73,53,53,84,217,65,58,58,100,137, + 78,160,190,59,66,85,111,11,34,19,0,142,83,137,8,54,177,1,8,244,176,20,16,176,12,208,176,12,47,177,11,12,244,176,14,208,178,15,12,86,20,9,92,73,12,36,17,47,27,177,17,65,88,20,32,11, + 130,25,8,52,11,15,62,89,176,17,16,177,5,6,244,180,217,5,233,5,2,93,64,27,8,5,24,5,40,5,56,5,72,5,88,5,104,5,120,5,136,5,152,5,168,5,184,5,200,5,13,93,178,15,0,13,17,87,25,5,32,17,113, + 219,5,8,44,21,17,35,17,51,17,18,51,32,17,3,115,138,108,121,76,123,86,45,137,137,99,254,1,88,2,63,125,138,70,117,151,82,254,94,5,25,253,161,1,0,254,133,0,2,88,153,8,46,3,0,13,0,95,179, + 12,14,6,4,43,178,1,6,12,130,82,34,176,1,47,81,22,6,33,177,7,130,223,32,6,89,39,9,87,68,12,67,75,12,81,200,7,40,177,6,6,244,176,10,16,177,8,130,6,130,56,36,12,208,176,13,208,99,97,5, + 40,19,33,53,51,17,35,53,33,17,111,71,5,49,253,209,211,211,1,93,210,4,94,187,250,231,117,2,186,117,252,209,130,147,48,4,254,117,2,233,5,25,0,3,0,22,0,62,179,0,8,1,130,147,34,15,1,0, + 131,147,35,15,47,177,20,92,106,7,140,134,43,18,47,27,177,18,19,62,89,179,10,6,4,66,135,5,34,16,6,244,133,114,33,1,34,88,185,9,131,121,53,20,6,2,233,186,186,254,115,246,98,105,36,117, + 86,68,92,53,23,211,1,92,189,130,130,51,249,92,202,72,76,82,39,72,102,66,3,47,117,252,92,180,215,0,1,0,95,119,7,34,11,0,81,88,197,35,65,215,20,65,21,7,88,197,6,33,178,10,88,204,19,57, + 162,195,254,131,168,137,137,2,19,196,254,45,1,162,154,254,248,5,25,252,149,1,246,254,84,0,90,63,10,38,9,0,68,179,8,14,2,92,88,5,36,3,8,244,176,2,92,244,9,79,115,12,67,176,7,90,76,11, + 130,43,35,8,208,176,9,78,163,6,65,132,6,32,233,65,129,6,37,117,4,47,117,251,92,81,155,8,40,3,186,0,33,0,218,176,34,47,68,94,5,41,176,10,220,178,239,10,1,93,178,64,130,4,33,176,1,130, + 12,32,1,131,12,130,4,40,177,0,12,244,176,10,16,177,9,130,140,35,21,16,177,20,130,13,44,23,208,178,24,21,10,17,18,57,178,28,10,1,74,101,5,100,4,8,36,22,47,27,177,22,68,98,20,68,124, + 12,68,111,12,74,83,12,32,20,130,64,37,20,15,62,89,176,30,67,35,41,33,176,14,130,145,33,0,26,132,145,132,6,43,48,49,33,35,17,52,38,35,34,6,21,17,133,8,33,14,2,131,9,37,51,21,54,51,50, + 23,130,3,8,33,22,21,3,164,137,56,53,78,73,138,57,53,49,58,33,10,137,137,43,144,137,49,68,124,119,111,2,158,80,88,164,148,253,242,131,7,45,58,90,110,54,253,242,3,164,135,157,137,137, + 141,143,68,29,8,34,3,186,0,68,29,49,65,19,7,68,29,80,32,17,68,29,18,32,21,68,29,28,47,3,164,234,1,0,254,133,0,0,2,255,236,255,233,3,188,132,207,89,207,25,32,12,89,207,95,65,26,7,80, + 204,8,89,207,121,40,188,69,129,180,111,109,180,129,69,130,7,33,109,111,130,7,42,137,47,92,131,82,82,131,90,47,47,90,131,7,8,46,92,47,1,207,109,178,127,72,72,127,178,109,106,183,129, + 73,73,129,183,106,80,135,102,58,58,102,135,80,80,135,98,56,56,98,135,0,2,0,49,254,139,3,164,3,186,0,19,77,163,39,32,20,65,99,39,77,163,15,108,231,12,135,12,36,9,47,27,177,9,88,244, + 7,74,255,8,77,163,47,65,132,42,34,178,13,15,113,101,11,38,38,39,17,35,17,51,21,77,162,10,32,6,77,163,9,8,55,68,123,174,108,74,139,60,137,137,127,146,108,174,123,68,137,43,86,125,82, + 78,135,60,60,135,78,82,125,86,43,1,209,109,178,129,72,54,53,254,55,5,25,86,108,71,131,181,106,78,137,100,58,58,65,254,12,77,163,5,38,2,0,0,254,139,3,115,65,91,6,32,242,78,255,6,32, + 37,80,137,7,47,38,16,176,9,220,177,8,8,244,176,11,208,178,12,0,9,68,156,5,8,42,177,20,12,244,64,27,6,20,22,20,38,20,54,20,70,20,86,20,102,20,118,20,134,20,150,20,166,20,182,20,198, + 20,13,93,180,213,20,229,20,2,93,176,8,79,2,9,36,8,47,27,177,8,66,153,12,135,12,32,10,130,25,32,10,90,96,12,8,48,15,62,89,176,5,16,177,32,6,244,180,217,32,233,32,2,93,64,27,8,32,24, + 32,40,32,56,32,72,32,88,32,104,32,120,32,136,32,152,32,168,32,184,32,200,32,13,93,178,7,79,5,5,65,97,5,59,64,27,7,25,23,25,39,25,55,25,71,25,87,25,103,25,119,25,135,25,151,25,167,25, + 183,25,199,25,130,153,39,214,25,230,25,2,93,178,12,65,97,6,43,17,52,62,2,51,50,23,53,51,17,35,17,75,120,5,107,131,5,34,54,55,17,73,20,5,45,68,122,175,108,145,127,138,138,59,139,74, + 108,175,122,65,95,7,33,59,59,65,95,7,60,106,181,131,71,108,86,250,231,1,201,53,54,72,129,178,109,78,135,100,58,56,65,1,244,65,58,58,100,137,87,185,6,42,158,3,186,0,23,0,131,179,8,14, + 12,70,137,5,45,13,12,244,176,12,16,176,15,208,176,8,16,176,17,127,194,32,32,10,76,129,6,8,43,176,20,16,177,2,6,244,180,217,2,233,2,2,93,64,27,8,2,24,2,40,2,56,2,72,2,88,2,104,2,120, + 2,136,2,152,2,168,2,184,2,200,2,13,93,72,77,7,52,12,208,176,13,208,178,18,10,20,17,18,57,48,49,1,38,35,34,14,2,21,84,169,6,8,56,35,53,33,21,18,33,50,22,23,3,113,74,102,84,132,92,49, + 211,253,209,211,211,1,92,94,1,7,71,105,45,3,33,37,72,117,151,80,254,211,117,117,2,186,117,234,1,0,18,23,0,1,255,246,255,233,3,139,130,207,46,50,0,223,176,51,47,176,52,47,176,0,220, + 177,14,12,119,91,37,8,47,176,51,16,176,24,208,176,24,47,177,41,12,244,64,27,6,41,22,41,38,41,54,41,70,41,86,41,102,41,118,41,134,41,150,41,166,41,182,41,198,41,13,93,180,213,41,229, + 41,78,155,7,36,29,47,27,177,29,66,60,12,38,15,62,89,179,46,5,19,114,240,5,33,12,6,130,76,57,7,12,23,12,39,12,55,12,71,12,87,12,103,12,119,12,135,12,151,12,167,12,183,12,199,12,130, + 76,8,47,214,12,230,12,2,93,176,29,16,177,36,6,244,180,217,36,233,36,2,93,64,27,8,36,24,36,40,36,56,36,72,36,88,36,104,36,120,36,136,36,152,36,168,36,184,36,200,36,90,22,11,40,55,22, + 22,51,32,53,52,46,2,90,16,10,75,49,8,8,42,30,2,23,30,3,3,139,82,129,159,76,127,252,92,61,103,200,107,1,53,51,86,111,61,78,154,127,77,71,119,160,86,123,194,78,55,80,164,96,43,105,90, + 61,131,22,8,40,76,155,127,78,1,2,82,108,64,27,74,60,118,65,70,160,39,49,31,18,8,11,30,60,100,82,70,102,68,32,57,53,107,56,45,15,37,59,45,39,47,132,22,34,58,100,0,81,69,6,42,174,5,25, + 0,27,0,133,179,19,12,8,130,242,41,8,16,176,12,208,176,19,16,176,14,66,58,6,75,47,12,36,11,47,27,177,11,68,200,20,81,22,7,8,58,176,15,16,177,9,6,244,176,10,208,176,17,208,176,18,208, + 176,3,16,177,24,6,244,64,27,7,24,23,24,39,24,55,24,71,24,87,24,103,24,119,24,135,24,151,24,167,24,183,24,199,24,13,93,180,214,24,230,24,2,103,109,10,41,17,35,53,51,17,51,17,33,21,33, + 89,113,5,8,48,54,55,3,174,16,199,149,82,136,96,53,211,211,137,1,141,254,115,33,59,84,54,102,137,10,1,41,147,173,54,96,135,80,1,217,117,1,117,254,139,117,254,39,51,90,68,39,127,101, + 130,219,38,49,255,233,3,115,3,164,71,255,10,32,20,68,123,6,37,177,1,12,244,176,21,130,232,85,9,5,37,14,208,178,15,0,12,87,193,8,32,0,130,227,32,0,135,227,140,240,32,13,130,25,32,13, + 77,108,7,32,17,130,12,32,17,130,12,33,177,5,132,221,56,5,23,5,39,5,55,5,71,5,87,5,103,5,119,5,135,5,151,5,167,5,183,5,199,5,131,221,39,5,230,5,2,93,178,15,17,89,206,5,32,19,107,125, + 8,33,17,51,130,232,8,44,2,35,32,17,49,137,109,121,76,122,86,45,138,138,98,254,254,168,3,164,253,192,125,137,70,117,151,82,1,162,252,92,233,255,0,1,123,0,1,255,225,0,0,3,195,130,207, + 90,65,13,135,168,32,3,130,142,32,3,89,216,15,90,65,16,46,195,254,108,184,254,106,164,1,78,1,76,3,164,252,92,130,3,34,207,3,49,130,91,32,229,134,91,90,65,13,135,78,32,6,130,91,32,6, + 70,177,12,143,104,90,65,49,44,195,189,160,149,141,160,191,146,135,145,136,149,135,130,135,36,92,2,172,253,84,130,248,35,22,2,234,253,130,3,89,103,6,32,186,130,239,34,27,0,119,90,65, + 10,82,69,12,75,225,20,32,7,90,65,8,33,3,244,90,62,23,34,4,244,176,90,62,46,39,3,35,53,33,21,35,23,55,132,6,8,45,3,1,51,3,186,254,127,82,184,182,75,254,132,145,1,0,246,135,1,127,86, + 170,172,94,1,131,131,246,1,0,143,121,1,14,254,242,121,121,1,96,1,80,123,123,254,254,130,3,34,176,254,160,130,209,36,225,254,117,3,193,130,209,34,18,0,35,91,167,10,67,78,15,77,53,5, + 38,48,49,1,1,6,6,35,77,46,6,8,53,54,55,55,1,51,1,1,3,193,254,8,39,142,86,96,96,27,47,90,28,68,51,19,57,254,96,162,1,80,1,74,3,164,251,112,98,61,35,118,20,17,66,45,141,3,191,252,209, + 3,47,0,0,1,0,130,4,33,3,119,130,111,34,13,0,88,89,247,20,36,176,1,47,178,3,77,203,5,89,250,23,65,97,16,89,250,31,55,184,2,123,253,252,117,3,47,253,133,2,29,117,117,2,186,255,0,1,117, + 117,253,70,1,131,143,49,186,254,139,2,231,5,211,0,38,0,70,179,35,9,6,4,43,176,78,143,5,130,124,42,38,14,244,176,19,208,176,35,16,176,23,90,5,15,46,19,1,20,4,43,179,10,1,9,4,43,178, + 29,9,10,72,39,6,47,37,1,244,48,49,1,35,34,46,2,53,17,52,35,53,50,130,5,46,62,2,51,51,21,35,34,21,17,20,14,2,7,30,3,130,7,8,69,51,51,2,231,92,61,103,73,41,187,187,41,73,103,61,92,92, + 170,26,45,64,37,37,62,47,26,170,92,254,139,43,74,104,62,1,168,168,112,168,1,174,62,102,74,41,111,168,254,82,34,74,64,47,6,6,45,64,73,35,254,88,170,0,1,1,141,255,70,2,23,130,177,34, + 3,0,15,78,251,5,127,49,5,45,47,48,49,5,35,17,51,2,23,138,138,186,6,141,90,89,6,135,217,34,3,14,10,130,217,37,3,16,177,13,9,244,92,142,6,38,28,208,176,3,16,176,35,134,217,43,8,47,27, + 177,8,17,62,89,179,30,1,27,130,217,34,38,1,0,130,47,41,8,16,177,10,1,244,178,19,0,38,71,76,5,133,198,35,35,35,53,51,133,218,34,55,46,3,130,226,132,15,33,30,2,131,218,43,2,231,184,41, + 76,102,61,93,93,167,27,47,130,211,48,66,45,27,167,93,93,61,102,76,41,184,1,246,168,254,86,62,130,9,8,82,113,168,1,170,35,75,64,43,6,8,45,64,74,34,1,174,168,111,43,74,102,60,254,82, + 168,0,1,255,252,0,246,3,168,2,176,0,35,0,0,1,50,62,2,55,23,14,3,35,34,46,4,35,34,14,2,7,39,62,3,51,50,30,4,2,139,37,51,33,21,8,135,6,43,70,102,64,61,84,57,43,41,50,34,136,17,8,40,100, + 66,61,84,59,43,41,47,1,117,47,82,115,65,14,90,154,112,66,47,70,80,69,47,47,82,112,66,15,88,155,113,65,47,69,82,70,47,0,255,255,94,249,5,43,6,140,2,38,0,34,0,0,0,7,0,140,130,113,34, + 115,0,3,134,23,8,55,139,0,22,0,25,0,37,0,104,179,10,10,32,4,43,180,218,32,234,32,2,93,64,27,9,32,25,32,41,32,57,32,73,32,89,32,105,32,121,32,137,32,153,32,169,32,185,32,201,32,13,93, + 178,23,32,10,69,174,8,36,29,47,27,177,29,93,112,7,32,14,130,12,32,14,83,14,16,46,5,2,35,4,43,179,23,3,16,4,43,48,49,19,52,90,36,5,63,21,20,6,7,1,35,3,33,3,35,1,38,38,1,3,3,19,20,22, + 51,50,54,53,52,38,35,34,6,242,34,62,82,130,201,37,61,35,63,51,1,161,112,9,6,43,159,51,63,1,188,219,219,84,80,55,55,80,131,3,62,5,170,47,82,61,35,35,61,82,47,66,102,29,251,27,1,117, + 254,139,4,227,29,104,252,134,2,161,253,95,3,188,133,36,50,80,0,1,255,236,254,141,3,172,5,47,0,46,0,234,179,39,12,17,130,137,34,4,13,11,130,5,8,52,27,13,26,4,43,176,26,16,176,29,208, + 64,27,6,39,22,39,38,39,54,39,70,39,86,39,102,39,118,39,134,39,150,39,166,39,182,39,198,39,13,93,180,213,39,229,39,2,93,176,27,16,176,48,97,113,6,32,26,130,231,32,26,135,244,32,22,130, + 12,32,22,135,12,66,92,7,32,176,104,59,11,132,12,32,12,130,38,8,93,12,15,62,89,177,9,5,244,178,25,8,22,17,18,57,176,22,16,177,34,6,244,180,217,34,233,34,2,93,64,27,8,34,24,34,40,34, + 56,34,72,34,88,34,104,34,120,34,136,34,152,34,168,34,184,34,200,34,13,93,176,12,16,177,44,1,244,64,27,7,44,23,44,39,44,55,44,71,44,87,44,103,44,119,44,135,44,151,44,167,44,183,44,199, + 44,130,170,35,214,44,230,44,71,200,6,43,7,21,20,7,6,35,53,50,53,53,46,3,84,15,9,98,236,12,47,51,50,19,3,172,45,193,143,82,88,147,202,127,178,110,49,111,66,24,46,149,189,20,25,147,88, + 95,117,213,21,8,116,185,235,127,111,75,23,55,255,255,0,49,0,0,3,115,6,199,2,38,0,38,0,0,0,7,0,139,0,0,1,115,136,23,36,115,2,38,0,47,132,23,32,215,133,23,116,111,5,33,6,140,130,23,32, + 48,66,157,9,131,47,33,255,233,130,71,131,23,32,54,140,23,32,0,130,23,34,117,5,83,130,47,36,66,2,0,0,6,130,95,35,255,0,0,255,131,3,36,233,3,117,5,84,136,23,33,65,0,130,0,136,23,32,87, + 136,23,33,214,0,139,47,32,25,136,23,32,140,139,47,33,4,255,136,23,32,215,140,47,32,202,136,23,32,219,131,23,41,0,1,0,0,254,141,3,129,3,186,130,247,34,234,179,41,66,93,10,42,29,11,28, + 4,43,176,28,16,176,31,208,75,12,36,36,176,29,16,176,51,66,93,6,36,28,47,27,177,28,69,249,7,82,37,12,66,93,38,32,27,66,93,8,75,18,39,8,48,176,12,16,177,46,1,244,64,27,7,46,23,46,39, + 46,55,46,71,46,87,46,103,46,119,46,135,46,151,46,167,46,183,46,199,46,13,93,180,214,46,230,46,2,93,48,49,37,6,6,66,93,17,91,34,23,42,53,170,115,82,88,147,202,100,164,117,63,91,38,26, + 35,82,102,12,23,66,97,6,35,75,127,172,103,91,47,25,33,255,255,89,213,5,38,5,83,2,38,0,70,0,66,3,10,134,23,32,84,136,23,66,3,6,134,23,32,87,136,23,66,3,6,134,23,32,25,136,23,66,3,7, + 110,161,5,131,95,32,213,139,95,86,31,6,131,95,133,23,134,95,38,0,170,0,0,2,252,5,131,95,133,23,134,95,134,47,131,95,133,23,135,95,38,49,0,0,3,115,4,255,130,119,32,79,132,95,66,99,6, + 37,255,236,255,233,3,188,132,215,32,80,140,215,133,23,131,119,133,23,134,119,134,47,131,119,133,23,134,119,134,23,131,119,133,23,134,119,133,23,132,119,133,23,134,119,33,0,49,130,119, + 33,115,5,131,95,32,86,134,119,67,59,5,133,23,32,86,130,167,133,23,36,65,0,2,0,0,67,155,7,33,5,88,136,23,33,214,0,139,47,131,119,133,47,132,119,36,0,1,0,186,1,86,195,5,34,11,0,19,71, + 191,5,8,45,69,88,176,8,47,27,177,8,21,62,89,48,49,1,39,19,35,19,7,53,23,39,51,7,55,2,233,237,12,110,14,238,238,14,110,12,237,3,201,14,253,158,2,98,14,112,131,15,131,121,37,2,233,2, + 233,5,211,130,67,42,39,0,124,176,40,47,176,41,47,176,40,76,81,6,43,176,41,16,176,10,220,176,0,16,177,20,10,80,191,38,37,10,16,177,30,10,244,24,67,159,36,47,0,179,25,2,15,4,43,179,5, + 2,35,4,43,48,49,17,70,193,8,33,14,2,123,217,19,8,40,59,101,135,78,76,137,100,59,59,100,137,76,78,135,101,59,92,43,78,100,60,57,102,78,43,43,78,102,57,60,100,78,43,4,94,76,137,101,59, + 59,101,131,30,46,100,60,60,100,135,78,59,101,77,43,43,77,101,59,58,133,37,130,237,8,34,8,0,0,3,137,5,25,0,28,0,35,0,141,176,36,47,176,37,47,176,26,220,177,0,8,244,176,36,16,176,3,208, + 176,3,47,130,238,34,176,8,208,103,132,6,33,26,16,77,236,6,8,39,29,12,244,64,27,6,29,22,29,38,29,54,29,70,29,86,29,102,29,118,29,134,29,150,29,166,29,182,29,198,29,13,93,180,213,29, + 229,29,2,93,131,61,90,236,7,112,116,12,47,27,47,27,177,27,15,62,89,179,11,6,18,4,43,176,11,95,205,6,43,178,32,27,9,17,18,57,48,49,37,38,2,24,79,13,7,8,91,22,22,23,7,38,38,39,17,54, + 54,55,23,6,6,7,21,35,3,20,22,23,17,6,6,1,141,178,211,55,103,143,88,138,127,186,57,96,41,141,92,92,141,41,96,57,186,127,138,252,131,121,121,131,170,33,1,0,192,94,162,125,82,16,175,166, + 6,107,86,66,62,80,6,253,25,8,78,63,66,86,106,8,162,2,139,133,194,33,2,207,31,195,0,88,111,6,42,211,5,47,0,44,0,129,179,20,12,1,130,140,40,20,16,176,23,208,178,27,1,20,130,137,36,176, + 1,16,176,42,73,210,6,101,38,12,32,34,130,192,32,34,131,192,34,21,6,22,130,51,38,21,16,176,0,208,176,7,99,4,41,54,176,34,16,177,27,6,244,176,36,208,176,37,208,176,22,16,176,43,208,48, + 49,19,51,65,246,7,131,242,45,35,34,6,21,17,51,21,35,17,20,6,7,51,32,130,252,8,109,4,35,33,53,51,50,62,2,53,17,35,49,187,45,84,120,78,51,95,75,56,12,125,22,82,60,98,92,186,186,51,41, + 206,1,15,112,109,66,254,252,166,254,74,62,34,48,30,13,187,2,199,1,8,76,131,92,53,35,63,94,60,28,90,73,123,112,254,248,117,254,242,80,105,22,223,59,142,139,117,33,49,57,23,1,59,0,0, + 2,0,20,255,70,3,154,6,139,0,63,0,79,0,160,176,80,47,176,81,47,176,80,132,209,8,42,0,47,177,64,12,244,64,27,6,64,22,64,38,64,54,64,70,64,86,64,102,64,118,64,134,64,150,64,166,64,182, + 64,198,64,13,93,180,213,64,229,64,2,93,66,47,9,8,66,6,208,176,81,16,176,32,220,176,16,208,176,16,47,176,32,16,177,72,8,244,180,218,72,234,72,2,93,64,27,9,72,25,72,41,72,57,72,73,72, + 89,72,105,72,121,72,137,72,153,72,169,72,185,72,201,72,13,93,176,17,208,176,64,16,176,25,208,130,52,51,176,38,208,176,72,16,176,57,208,0,179,52,6,43,4,43,179,11,6,20,73,219,5,34,54, + 55,38,92,124,6,33,30,2,65,40,5,45,14,2,21,20,30,4,21,20,6,7,22,22,21,20,67,49,5,90,131,8,36,52,46,4,55,20,130,41,8,56,54,54,53,52,46,2,39,6,6,68,63,72,60,75,63,109,145,82,80,149,123, + 82,12,129,22,160,135,45,94,76,47,106,160,184,160,107,56,59,51,64,66,113,149,82,86,158,131,96,21,127,29,186,150,55,101,73,43,131,25,8,99,106,137,94,143,172,80,41,49,84,129,159,76,70, + 61,3,61,76,131,54,40,121,92,80,123,84,45,43,88,133,92,21,132,129,23,51,82,60,73,90,70,66,96,145,115,72,133,53,43,123,88,80,135,94,53,43,88,137,96,33,139,142,31,59,86,58,88,108,74,62, + 88,135,112,73,92,66,57,39,33,88,51,78,102,72,57,33,35,94,0,0,1,0,186,0,186,3,164,3,164,0,19,130,1,33,176,15,102,88,10,34,19,62,89,74,202,11,133,214,42,186,60,100,135,78,76,137,100, + 60,60,100,67,218,5,33,2,47,139,13,130,29,36,0,0,3,0,31,130,4,52,139,5,25,0,11,0,15,0,21,0,146,179,19,8,8,4,43,179,4,8,5,130,5,33,0,12,103,143,5,8,49,176,12,208,176,4,16,176,14,208, + 176,5,16,176,16,208,64,27,6,19,22,19,38,19,54,19,70,19,86,19,102,19,118,19,134,19,150,19,166,19,182,19,198,19,13,93,180,213,19,229,19,83,78,7,117,170,34,38,12,4,2,4,43,176,2,104,127, + 7,39,10,16,177,13,6,244,176,12,95,61,6,36,48,49,33,35,17,131,1,37,36,17,16,33,33,3,130,10,48,3,6,6,21,20,23,3,139,137,235,138,254,146,1,243,1,121,130,8,8,45,114,113,227,2,47,253,209, + 2,55,39,1,70,1,117,253,145,1,250,254,6,1,240,19,125,102,201,39,0,0,1,0,49,255,233,3,164,5,47,0,59,1,6,179,36,12,37,130,217,34,53,8,22,130,5,34,48,12,27,130,5,36,0,8,15,4,43,123,151, + 36,8,35,180,218,27,234,27,2,93,64,27,9,27,25,27,41,27,57,27,73,27,89,27,105,27,121,27,137,27,153,27,169,27,185,27,201,27,13,130,29,103,51,40,44,43,47,27,177,43,21,62,89,176,0,69,88, + 176,103,38,7,110,158,12,32,177,84,112,40,42,43,16,177,30,6,244,180,217,30,233,30,131,161,57,8,30,24,30,40,30,56,30,72,30,88,30,104,30,120,30,136,30,152,30,168,30,184,30,200,30,84,112, + 15,42,50,54,53,52,46,4,53,52,62,2,53,94,165,9,70,83,10,8,111,21,20,30,4,3,164,53,95,129,75,99,143,66,78,53,109,68,92,121,60,86,104,86,60,66,80,65,82,100,74,94,53,19,137,25,80,149,123, + 76,119,81,43,65,80,65,59,88,102,88,60,1,12,61,107,77,46,56,53,104,49,47,86,90,56,75,56,49,57,78,57,68,76,63,74,61,70,100,59,102,131,72,252,178,3,76,76,170,143,94,45,76,104,62,82,98, + 65,52,34,27,43,47,57,80,111,0,4,0,0,1,117,4,94,71,83,6,46,55,0,64,0,189,179,30,10,10,4,43,179,44,8,45,130,5,34,52,8,56,130,5,36,0,10,20,4,43,116,166,36,32,64,124,101,35,40,178,40,10, + 0,17,18,57,178,55,132,6,33,180,218,24,84,24,34,36,176,44,16,176,60,69,233,6,43,61,47,27,177,61,19,62,89,179,35,2,5,130,156,34,15,2,25,130,5,36,47,1,59,4,43,24,74,184,9,76,237,5,32, + 30,24,71,121,16,38,7,35,39,35,21,35,17,125,162,5,8,88,6,7,55,52,38,35,35,21,51,50,54,4,94,84,147,205,121,108,203,156,94,88,152,204,117,113,200,154,90,65,76,133,180,103,102,180,136, + 77,77,133,181,104,101,180,133,78,187,186,174,35,143,1,12,51,94,72,41,98,94,51,58,59,125,125,55,62,3,164,111,203,153,92,80,147,205,127,115,204,152,88,84,152,204,119,100,178,136,79,75, + 130,49,35,105,180,133,76,130,65,8,38,231,242,242,2,164,27,55,80,55,80,121,10,211,45,63,215,60,0,3,0,2,0,184,4,98,5,25,0,25,0,45,0,65,0,213,179,56,10,36,130,192,34,20,8,7,130,5,36,26, + 10,46,4,43,89,125,36,24,69,22,36,130,73,8,38,56,22,56,38,56,54,56,70,56,86,56,102,56,118,56,134,56,150,56,166,56,182,56,198,56,13,93,180,213,56,229,56,2,93,176,26,16,176,67,113,214, + 14,35,179,61,2,31,130,142,34,23,3,2,130,5,42,12,3,17,4,43,176,41,16,177,51,2,24,69,7,39,37,1,6,35,34,46,2,65,133,5,34,23,7,38,24,85,31,7,33,55,37,118,34,31,57,98,96,205,80,133,96,53, + 51,94,133,84,205,96,106,55,140,102,117,113,106,140,55,1,106,84,149,65,158,10,36,203,153,90,65,78,65,158,7,8,42,134,180,104,101,180,135,78,2,18,147,53,96,134,79,76,131,99,57,147,72, + 100,139,105,100,143,100,141,110,203,154,92,80,148,204,127,115,205,154,88,86,150,207,119,130,39,32,80,130,55,33,105,104,65,156,5,74,81,5,45,4,94,5,25,0,12,0,20,0,110,179,15,9,16,130, + 238,34,6,9,7,130,5,39,0,9,1,4,43,178,10,16,98,182,6,34,47,176,6,109,182,5,74,184,10,33,176,0,130,12,105,252,12,32,19,124,97,6,120,199,20,38,176,8,16,177,13,1,244,110,82,9,120,212,10, + 34,5,35,17,130,1,8,50,53,33,4,94,110,129,78,129,111,158,121,121,157,253,115,176,113,176,1,209,2,233,1,138,254,178,1,78,254,118,2,48,254,184,1,72,113,254,65,1,191,113,0,0,1,0,242,3, + 244,2,199,108,139,15,47,5,39,1,2,199,254,80,37,1,147,4,231,243,65,1,31,130,227,34,186,4,94,98,63,6,34,7,0,48,83,67,7,24,90,242,16,32,6,130,186,47,6,21,62,89,176,2,16,177,0,5,244,176, + 4,208,176,5,98,164,6,48,5,35,53,51,2,233,186,186,254,140,187,187,4,94,187,187,187,97,23,9,36,164,0,19,0,65,85,73,5,32,12,130,64,32,12,78,178,7,32,2,130,12,50,2,15,62,89,179,19,1,0, + 4,43,179,11,1,8,4,43,176,0,16,131,85,47,19,16,176,6,208,176,11,16,176,14,208,176,8,16,176,16,130,100,40,37,33,7,35,55,33,53,33,19,130,3,8,33,55,51,7,33,21,33,3,33,3,164,253,223,90, + 111,90,254,236,1,74,162,254,20,2,33,90,110,90,1,21,254,182,162,1,236,130,128,61,112,1,80,111,186,186,111,254,176,0,0,2,255,193,0,0,3,164,5,25,0,15,0,18,0,86,179,14,8,1,130,106,38,14, + 16,176,9,208,176,1,131,94,124,91,26,87,51,12,35,179,16,3,2,131,170,33,3,12,130,63,37,6,16,177,8,3,244,130,177,44,177,14,4,244,48,49,33,33,17,35,3,35,1,130,152,32,17,132,3,47,1,17,3, + 3,164,254,6,233,111,145,1,139,2,88,254,145,130,153,55,235,1,111,254,6,197,1,117,254,139,5,25,121,254,55,121,254,29,1,115,2,147,253,109,130,156,47,255,211,255,233,3,211,5,47,0,27,0, + 38,0,50,1,27,91,89,6,8,88,51,16,176,4,208,176,4,47,176,0,208,176,0,47,176,52,16,176,18,220,176,13,208,176,13,47,176,18,16,177,28,8,244,180,218,28,234,28,2,93,64,27,9,28,25,28,41,28, + 57,28,73,28,89,28,105,28,121,28,137,28,153,28,169,28,185,28,201,28,13,93,178,30,0,13,17,18,57,176,4,16,177,39,12,244,180,182,39,198,39,130,50,32,23,82,205,21,32,11,82,201,7,33,178, + 42,132,53,65,27,5,75,251,12,51,23,47,27,177,23,15,62,89,176,9,16,177,46,6,244,180,217,46,233,46,130,80,58,27,8,46,24,46,40,46,56,46,72,46,88,46,104,46,120,46,136,46,152,46,168,46,184, + 46,200,46,130,131,34,13,9,46,131,131,8,46,23,16,177,34,6,244,64,27,7,34,23,34,39,34,55,34,71,34,87,34,103,34,119,34,135,34,151,34,167,34,183,34,199,34,13,93,180,214,34,230,34,2,93, + 178,27,23,34,130,50,35,178,30,23,9,131,6,32,42,132,6,34,48,49,39,74,60,8,35,22,23,55,21,74,47,8,49,38,39,7,1,52,39,1,22,22,51,50,62,2,37,20,22,23,1,93,190,5,60,45,78,35,31,53,121,191, + 135,131,186,60,135,82,35,35,54,118,191,137,135,185,59,133,3,106,34,253,153,41,122,81,5,8,110,253,43,15,18,2,101,48,141,94,107,139,84,33,188,84,84,191,104,131,244,188,113,106,91,146, + 160,86,84,190,105,131,244,186,113,103,90,141,2,110,150,121,253,114,78,96,101,159,199,98,69,138,63,2,139,86,92,100,162,198,0,3,255,248,0,220,3,182,2,197,0,31,0,41,0,51,0,82,179,47,10, + 16,4,43,64,27,6,47,22,47,38,47,54,47,70,47,86,47,102,47,118,47,134,47,150,47,166,47,182,47,198,47,130,224,8,42,213,47,229,47,2,93,0,179,39,2,5,4,43,179,27,2,35,4,43,176,5,16,176,11, + 208,176,27,16,176,21,208,176,35,16,176,44,208,176,39,16,176,50,208,70,176,7,33,38,39,24,66,227,13,32,54,96,13,6,35,38,35,34,7,130,243,33,54,37,69,65,8,57,3,182,35,63,88,51,72,117,53, + 53,111,78,49,86,65,37,37,63,86,51,78,111,53,53,117,72,131,13,8,75,90,86,59,127,74,74,127,59,84,254,82,70,131,59,86,82,63,129,1,209,51,90,66,38,67,90,88,69,38,66,90,51,51,91,65,37,70, + 90,90,70,37,65,91,51,72,84,156,159,94,65,156,88,68,65,94,0,0,2,0,0,255,70,3,164,3,176,0,11,0,15,0,45,179,2,9,3,130,181,24,86,167,11,35,179,15,1,12,130,206,34,11,1,0,67,201,8,24,86, + 157,18,8,33,17,33,53,33,3,164,254,102,112,254,102,1,154,112,1,154,252,92,3,164,1,166,254,90,1,166,113,1,153,254,103,253,47,113,131,107,32,186,132,107,57,222,0,5,0,9,0,12,0,176,3,47, + 179,9,1,6,4,43,48,49,37,7,1,1,23,1,1,131,68,24,73,248,8,49,2,64,253,22,2,234,45,77,1,254,2,0,78,254,78,253,104,113,130,173,142,65,32,5,136,65,37,1,1,39,1,1,55,132,65,32,152,24,73,210, + 7,33,2,12,131,65,42,1,222,254,2,77,1,177,1,178,78,251,130,66,95,187,6,41,164,5,25,0,25,0,110,179,2,12,136,239,40,178,16,3,2,17,18,57,176,2,89,8,9,93,128,12,32,17,24,69,20,11,68,231, + 8,40,25,3,0,4,43,179,12,3,9,65,29,8,40,25,16,176,6,208,178,16,2,13,131,76,42,12,16,176,19,208,176,9,16,176,21,208,24,87,206,9,39,53,39,33,53,51,3,51,1,130,1,8,56,3,51,21,33,7,21,33, + 3,164,254,115,136,254,113,1,143,108,254,221,229,204,153,1,33,2,1,33,153,204,225,254,225,110,1,141,1,152,254,104,1,152,120,35,215,121,1,150,253,172,2,84,254,106,121,215,35,0,130,199, + 42,49,254,139,3,115,3,164,0,21,0,158,24,68,185,8,37,177,1,8,244,176,22,79,183,6,40,177,7,12,244,176,10,208,176,1,131,132,67,242,10,24,96,80,20,32,7,130,222,33,7,17,75,31,6,102,120, + 12,32,4,130,25,39,4,15,62,89,178,2,7,9,130,211,24,84,129,40,35,178,6,4,14,130,47,43,48,49,33,35,53,2,33,34,39,17,35,17,93,126,10,40,3,115,138,96,255,0,123,84,137,93,127,7,43,236,254, + 253,56,254,106,5,25,253,194,125,139,93,128,5,101,121,6,34,182,5,47,130,227,35,37,0,190,176,24,88,49,8,69,57,5,39,39,16,176,14,220,178,5,0,131,101,8,42,177,22,12,244,180,218,22,234, + 22,2,93,64,27,9,22,25,22,41,22,57,22,73,22,89,22,105,22,121,22,137,22,153,22,169,22,185,22,201,22,13,93,176,0,24,71,22,41,69,38,18,43,19,47,27,177,19,15,62,89,178,5,19,9,130,220,8, + 54,177,33,6,244,64,27,7,33,23,33,39,33,55,33,71,33,87,33,103,33,119,33,135,33,151,33,167,33,183,33,199,33,13,93,180,214,33,230,33,2,93,48,49,3,52,54,54,36,55,38,36,39,55,30,3,79,13, + 5,37,38,1,52,38,39,14,130,12,8,94,22,51,50,62,2,20,116,203,1,16,156,78,254,248,166,45,135,250,189,112,71,136,192,121,205,245,3,65,16,17,145,244,176,98,168,145,92,142,98,51,1,98,105, + 162,122,84,25,125,174,59,117,53,137,189,248,163,129,207,146,78,193,1,111,55,100,47,16,70,98,125,76,116,144,64,116,164,0,0,1,0,43,0,0,3,115,5,25,0,15,0,67,179,7,11,8,110,21,5,41,0,208, + 176,8,16,176,13,208,176,7,122,62,9,24,65,8,12,65,244,8,32,5,96,71,5,8,59,0,16,177,12,6,244,48,49,33,33,53,1,1,53,33,17,35,17,33,1,1,33,17,51,3,115,252,184,1,72,254,184,3,72,121,253, + 213,1,69,254,187,2,43,121,117,2,24,2,23,117,254,71,1,68,253,233,253,232,1,69,72,41,8,130,133,45,11,0,87,176,12,47,176,13,47,176,2,220,177,3,99,35,5,32,7,130,134,34,47,177,6,122,52, + 7,78,186,12,24,98,218,20,37,176,10,16,177,0,6,72,158,6,32,176,105,192,6,33,1,35,131,148,73,65,5,45,3,164,187,137,254,228,138,186,3,164,4,164,251,92,133,3,33,117,0,114,173,5,44,178, + 3,164,0,27,0,148,176,28,47,176,29,47,98,217,6,42,176,28,16,176,22,208,176,22,47,177,16,107,73,7,111,2,12,32,7,94,203,6,37,176,0,69,88,176,18,127,19,11,32,9,124,219,6,38,177,3,3,244, + 64,27,7,112,48,33,45,178,6,9,24,17,18,57,176,24,16,177,15,4,244,131,117,34,23,208,176,121,39,6,39,37,20,22,51,50,54,55,23,75,55,5,8,59,17,35,16,3,35,54,18,53,35,53,33,21,35,2,209,70, + 51,28,35,15,26,41,82,45,86,67,41,236,43,139,22,23,211,3,164,211,207,53,56,8,9,113,25,31,58,86,55,2,90,254,115,254,100,201,1,147,205,123,123,0,130,235,8,32,4,254,117,3,164,6,162,0,25, + 0,39,179,7,8,19,4,43,0,179,16,6,9,4,43,179,22,6,3,4,43,176,9,16,109,155,5,43,176,22,16,176,25,208,176,25,47,48,49,1,111,131,5,39,17,16,33,34,38,39,53,22,131,139,32,53,130,12,8,73,50, + 22,23,3,164,29,63,41,129,135,254,114,31,67,35,29,59,45,127,133,1,146,30,68,35,6,39,4,2,121,143,250,203,254,133,4,4,115,4,3,121,142,5,53,1,125,6,4,0,3,255,248,1,0,2,188,5,43,0,37,0, + 52,0,56,0,196,176,57,47,176,58,47,176,57,82,175,6,33,176,58,118,253,21,42,43,208,176,0,16,177,50,8,244,64,27,24,78,17,9,24,78,47,15,33,13,93,24,78,33,7,35,28,16,176,53,131,49,37,176, + 54,208,176,54,47,67,158,5,43,23,47,27,177,23,21,62,89,179,56,6,53,130,234,34,38,6,33,130,5,34,5,1,47,71,125,5,36,10,208,176,10,47,119,7,43,40,176,47,16,176,44,208,176,44,47,24,81,212, + 7,34,50,22,22,118,213,19,36,6,35,34,46,2,118,213,9,8,133,6,21,20,22,1,33,53,33,8,69,117,146,77,31,37,31,32,27,39,55,66,26,86,133,64,55,61,162,115,61,117,92,57,141,117,168,61,102,76, + 43,1,26,68,107,71,39,53,68,37,118,150,72,1,239,253,68,2,188,2,248,69,99,61,27,4,4,4,75,37,49,29,12,35,45,109,41,47,27,59,92,66,253,248,111,129,28,58,80,50,33,47,54,22,80,8,2,67,76, + 45,58,254,111,117,0,0,3,255,238,1,0,2,254,5,45,0,19,0,37,0,41,0,178,176,42,47,176,43,47,176,0,220,176,42,16,118,221,5,35,176,0,16,177,105,43,40,32,10,69,14,47,52,15,47,27,177,15,21, + 62,89,179,41,6,38,4,43,179,33,6,5,4,43,176,105,6,42,79,172,27,8,99,22,51,50,62,2,19,33,53,33,2,254,61,105,145,82,84,142,106,59,59,106,142,84,82,145,105,61,137,41,70,92,53,54,92,69, + 39,143,111,55,92,70,39,116,253,23,2,233,3,164,86,146,102,57,55,102,144,90,88,145,105,55,55,105,145,88,61,103,73,39,39,73,103,61,125,150,39,72,102,253,154,117,0,0,1,255,236,0,0,3,188, + 5,47,0,45,0,199,179,23,12,36,130,179,37,0,12,13,4,43,180,24,75,212,35,8,47,64,15,102,23,118,23,134,23,150,23,166,23,182,23,198,23,7,93,64,13,6,23,22,23,38,23,54,23,70,23,86,23,6,93, + 180,213,23,229,23,2,93,176,36,16,177,28,14,244,66,146,5,24,65,36,12,37,6,47,27,177,6,15,121,172,15,127,155,6,8,64,41,16,177,18,1,244,180,217,18,233,18,2,93,64,27,8,18,24,18,40,18,56, + 18,72,18,88,18,104,18,120,18,136,18,152,18,168,18,184,18,200,18,13,93,176,4,16,176,31,208,176,32,208,48,49,1,20,2,7,21,51,21,33,17,62,3,121,111,5,43,14,2,21,20,30,2,23,17,33,53,51, + 53,87,163,5,8,123,51,50,30,2,3,188,110,125,211,254,164,67,90,56,22,39,86,133,94,90,133,86,41,22,54,88,67,254,164,211,121,110,63,123,182,119,119,182,125,63,2,229,145,254,240,93,114, + 117,1,35,26,103,123,135,63,82,168,137,86,86,137,168,82,63,135,123,103,26,254,221,117,114,86,1,19,149,113,213,162,98,98,162,213,0,0,3,255,219,255,233,3,186,3,186,0,53,0,60,0,75,1,27, + 176,76,47,176,77,47,176,60,220,177,16,12,244,178,0,60,16,17,18,57,176,76,88,54,8,133,15,8,52,60,16,176,41,208,176,16,16,176,61,208,176,8,16,177,67,12,244,64,27,6,67,22,67,38,67,54, + 67,70,67,86,67,102,67,118,67,134,67,150,67,166,67,182,67,198,67,13,93,180,213,67,229,67,104,35,20,36,35,47,27,177,35,104,48,15,37,176,0,69,88,176,51,130,25,45,51,15,62,89,179,13,5, + 41,4,43,178,0,5,29,131,137,33,13,16,86,236,6,38,29,16,177,20,1,244,180,24,90,4,36,32,32,133,59,36,51,16,177,44,4,95,115,37,55,176,20,16,176,57,208,176,13,16,177,64,6,244,176,44,16, + 176,70,208,48,49,37,14,3,115,141,11,36,52,38,35,34,6,97,222,5,33,22,23,75,230,5,34,21,33,20,69,251,6,32,6,130,41,32,1,132,33,33,21,7,69,144,5,131,25,8,152,62,2,53,1,193,13,43,61,78, + 49,117,125,57,93,120,64,22,48,22,70,71,41,94,35,86,26,70,70,65,25,78,112,23,28,132,69,92,107,51,14,254,84,78,78,47,72,18,117,35,125,102,76,127,1,80,64,71,66,80,137,12,45,23,86,123, + 60,59,33,61,47,29,170,35,67,56,35,158,119,80,117,73,35,2,4,96,76,115,72,59,84,43,61,39,18,69,78,78,69,112,164,186,74,166,148,58,65,37,108,105,101,1,205,163,138,133,168,101,2,2,96,102, + 54,86,31,53,72,41,0,3,255,213,255,233,3,209,3,186,0,25,0,36,0,47,0,252,176,48,47,176,49,47,176,48,90,132,7,8,95,49,16,176,16,220,177,26,12,244,180,218,26,234,26,2,93,64,27,9,26,25, + 26,41,26,57,26,73,26,89,26,105,26,121,26,137,26,153,26,169,26,185,26,201,26,13,93,176,11,208,176,11,47,176,3,16,177,37,12,244,64,23,6,37,22,37,38,37,54,37,70,37,86,37,102,37,118,37, + 134,37,150,37,166,37,11,93,180,182,37,198,37,2,93,180,213,37,229,130,6,106,87,5,67,85,5,108,107,12,45,21,47,27,177,21,15,62,89,176,8,16,177,43,6,24,89,127,8,36,27,8,43,24,43,24,89, + 131,21,37,13,93,178,12,8,43,120,179,6,109,230,40,34,25,21,32,130,50,35,48,49,39,55,88,220,6,78,159,5,73,192,6,78,158,13,78,157,7,44,43,92,69,69,129,180,109,113,180,65,152,94,73,130, + 9,8,98,111,113,182,66,149,3,94,43,253,201,47,127,84,82,131,92,47,253,66,39,2,57,47,129,82,82,131,90,47,119,74,116,154,106,183,129,73,75,68,121,119,76,121,153,109,178,127,72,74,68,119, + 1,207,106,84,254,60,49,58,56,98,135,80,107,77,1,196,49,58,58,102,135,0,2,0,209,255,233,3,182,5,25,0,3,0,31,0,148,179,19,8,4,4,43,179,12,8,3,4,24,86,151,13,34,11,8,244,88,55,42,32,0, + 24,67,14,11,32,11,106,102,11,32,29,130,12,38,29,15,62,89,177,22,6,130,80,8,50,7,22,23,22,39,22,55,22,71,22,87,22,103,22,119,22,135,22,151,22,167,22,183,22,199,22,13,93,180,214,22,230, + 22,2,93,48,49,1,51,21,35,1,52,62,4,53,51,20,14,4,21,66,224,11,8,59,2,47,186,186,254,162,57,86,103,86,57,145,59,86,104,86,60,109,102,127,127,14,123,18,195,176,166,186,5,25,187,252,189, + 77,117,98,87,92,108,70,78,123,106,95,92,98,57,88,101,150,114,18,168,195,170,0,0,2,2,47,130,4,32,233,132,245,36,7,0,63,179,5,131,245,33,176,4,72,89,7,34,5,16,176,24,64,190,7,32,4,130, + 175,32,4,24,67,203,12,103,68,15,38,48,49,33,19,51,19,3,130,164,43,2,49,51,82,51,186,186,186,3,170,252,86,130,126,78,23,7,130,107,44,5,0,15,179,0,9,1,4,43,0,179,5,1,24,78,218,8,44,53, + 33,3,164,113,252,205,3,164,1,191,112,0,130,45,42,23,0,0,3,164,4,94,0,8,0,22,66,158,5,78,18,8,46,8,1,0,4,43,48,49,1,33,1,35,3,55,19,1,130,55,54,254,227,254,211,104,219,106,166,1,14, + 1,111,3,240,252,16,2,213,33,253,174,3,186,130,69,58,4,254,117,3,164,5,43,0,32,0,151,179,3,8,15,4,43,176,15,16,176,19,208,176,3,16,176,93,161,7,100,99,12,24,92,151,12,32,0,107,46,11, + 32,18,130,12,32,18,130,238,35,179,12,6,5,130,70,42,0,16,177,1,6,244,176,2,208,176,5,69,142,6,34,176,2,16,105,121,5,33,176,22,122,191,43,34,1,21,33,74,29,13,121,191,15,35,3,164,254, + 115,74,37,9,121,196,11,36,3,164,117,252,193,74,41,8,8,46,3,63,117,192,199,6,4,117,4,6,129,145,0,2,255,236,0,144,3,184,3,15,0,19,0,39,0,0,1,6,35,34,46,2,35,34,7,39,54,51,50,30,2,51, + 50,55,19,144,17,43,3,184,114,197,74,88,69,68,51,129,82,100,130,9,35,90,69,68,49,133,9,143,19,46,2,207,200,45,55,45,137,59,197,47,56,45,144,254,77,135,12,35,55,46,144,0,130,119,44,197, + 0,0,3,227,5,25,0,3,0,6,0,33,65,185,10,24,69,18,15,33,177,4,76,251,5,8,53,1,51,19,1,1,3,227,251,226,1,178,186,248,254,170,254,170,5,25,251,92,4,24,251,232,0,2,0,14,0,150,3,20,3,39,0, + 5,0,11,0,15,0,176,3,47,176,9,47,176,1,47,176,7,47,80,210,6,63,15,2,1,1,23,7,3,20,77,254,186,1,70,77,245,125,80,254,188,1,68,80,248,229,79,1,71,1,74,80,250,248,134,7,130,151,33,0,141, + 130,75,34,152,3,37,135,75,35,5,47,176,11,136,75,38,1,1,39,55,39,55,3,133,5,55,152,254,184,78,248,248,78,47,254,188,80,248,248,80,1,221,254,185,77,250,250,78,254,184,133,7,130,215,32, + 0,130,225,34,164,0,186,130,9,32,7,130,151,32,64,133,227,79,209,20,33,176,0,86,213,7,63,15,62,89,176,4,16,177,2,5,244,176,3,208,176,6,208,176,7,208,176,10,208,176,11,208,48,49,33,35, + 53,51,5,134,3,39,3,164,187,187,254,139,186,186,131,3,32,186,131,0,32,0,104,101,8,34,201,2,38,104,101,6,36,65,0,0,1,117,136,23,32,115,136,23,101,247,13,131,23,101,247,5,132,23,35,0, + 2,255,242,92,57,6,8,60,19,0,42,0,160,179,10,12,22,4,43,179,35,12,0,4,43,64,27,6,10,22,10,38,10,54,10,70,10,86,10,102,10,118,10,134,10,150,10,166,10,182,10,198,10,13,93,180,213,10,229, + 10,2,93,176,35,16,177,27,9,244,130,6,47,176,31,208,176,27,16,176,39,208,178,40,0,35,17,18,57,65,0,5,36,24,47,27,177,24,65,228,7,32,28,130,12,24,102,106,8,119,75,8,36,0,69,88,176,38, + 130,25,53,38,15,62,89,179,33,6,34,4,43,176,28,16,177,30,6,244,176,20,16,177,36,130,6,32,37,130,82,33,20,24,130,82,35,48,49,1,52,24,97,218,14,32,32,77,54,5,32,53,86,43,8,8,80,21,33, + 53,6,6,1,166,10,33,57,48,47,59,33,12,12,33,59,47,48,57,33,10,148,254,224,1,32,74,72,29,1,227,254,139,1,27,254,229,1,117,254,29,29,72,2,139,123,207,147,82,82,147,207,123,123,204,148, + 82,82,148,204,253,217,2,162,2,164,76,80,134,117,254,45,117,254,25,117,133,80,76,73,127,11,53,27,0,34,0,42,0,252,176,43,47,176,44,47,176,0,220,177,35,8,244,178,11,132,238,42,176,43, + 16,176,15,208,176,15,47,178,19,133,15,35,0,16,176,34,130,15,37,16,177,39,12,244,64,104,238,35,65,48,5,32,17,123,160,11,102,138,12,120,137,12,32,13,111,153,6,46,179,34,3,0,4,43,178, + 11,9,17,17,18,57,178,19,132,6,8,52,176,22,16,177,31,1,244,180,217,31,233,31,2,93,64,27,8,31,24,31,40,31,56,31,72,31,88,31,104,31,120,31,136,31,152,31,168,31,184,31,200,31,13,93,176, + 37,208,176,13,16,177,41,1,130,163,8,37,7,41,23,41,39,41,55,41,71,41,87,41,103,41,119,41,135,41,151,41,167,41,183,41,199,41,13,93,180,214,41,230,41,2,93,48,49,1,79,57,9,39,39,6,35,32, + 17,16,33,50,73,88,7,8,88,39,52,38,35,34,6,7,7,16,35,34,17,16,51,50,2,14,78,78,47,66,14,127,68,186,178,49,43,170,254,233,1,23,164,47,22,111,84,100,113,57,14,147,55,82,82,58,4,143,141, + 142,142,141,1,162,166,148,56,71,41,213,201,201,1,232,1,233,194,98,96,104,160,188,84,121,151,150,158,143,74,1,119,254,137,254,135,0,0,1,130,2,43,168,3,164,2,20,0,3,0,9,0,179,1,69,232, + 5,41,17,53,33,21,3,164,1,168,108,108,130,30,32,255,130,8,33,4,2,135,33,32,3,133,33,41,1,33,53,33,4,2,251,162,4,94,130,37,56,0,2,0,55,2,233,3,164,5,23,0,12,0,25,0,116,179,24,13,15,4, + 43,179,11,13,95,154,5,43,177,0,14,244,176,7,208,176,15,16,177,13,130,9,32,20,92,252,6,71,151,12,80,168,17,66,216,7,36,20,47,27,177,20,131,12,36,11,16,177,0,5,130,72,42,16,177,8,6,244, + 176,0,16,176,13,208,89,120,6,84,137,5,43,53,52,62,2,51,21,34,21,21,51,5,33,137,11,46,3,164,254,192,41,80,119,80,203,203,253,209,254,194,39,130,9,44,201,201,2,233,218,69,123,92,56,117, + 223,31,187,135,8,32,0,130,195,38,0,2,236,3,109,5,25,132,195,36,107,179,1,14,0,130,195,36,14,14,13,4,43,131,108,130,191,42,1,16,177,10,13,244,176,13,16,176,20,130,121,34,16,177,23,130, + 12,36,14,16,176,27,220,24,75,39,18,32,13,130,181,32,13,130,181,35,179,8,6,7,132,64,33,177,11,132,187,131,58,60,8,16,176,21,208,176,11,16,176,24,208,176,25,208,48,49,17,33,21,20,14, + 2,35,53,50,53,53,35,37,138,11,34,1,63,40,132,184,35,2,47,1,62,133,184,33,5,25,131,175,33,55,116,134,184,131,8,45,0,1,1,170,2,233,2,233,5,23,0,12,0,59,65,115,15,133,153,65,105,12,32, + 7,130,153,32,7,65,79,16,34,48,49,1,65,52,10,41,2,233,254,193,41,80,119,79,202,202,65,42,9,42,0,0,1,0,186,2,236,1,250,5,25,130,105,32,48,65,31,5,65,25,12,65,6,13,140,249,34,48,49,19, + 138,216,34,186,1,64,65,146,5,137,207,42,0,0,3,0,0,0,13,3,164,3,176,69,229,6,32,53,91,223,5,131,97,35,4,208,176,1,24,90,3,14,42,19,62,89,179,6,5,5,4,43,179,11,24,89,252,7,34,0,5,244, + 126,22,5,42,17,35,53,51,37,33,53,33,2,47,186,130,0,56,1,117,252,92,3,164,2,246,186,252,93,186,221,117,0,0,2,255,238,255,240,3,182,3,184,132,103,32,29,133,180,114,240,20,53,48,49,9, + 7,3,182,254,27,254,29,1,227,1,98,254,158,254,158,1,98,1,211,132,13,34,229,254,27,133,17,46,0,255,255,255,225,254,117,3,193,5,25,2,34,0,90,130,195,33,2,0,104,161,8,130,212,34,184,6, + 140,130,23,32,58,130,23,32,3,110,171,6,32,1,130,129,43,229,3,164,5,55,0,3,0,19,0,176,3,24,110,221,10,34,15,62,89,130,193,49,1,39,1,3,164,252,188,94,3,70,4,248,250,237,60,5,22,0,83, + 243,6,38,172,5,47,0,53,0,153,133,177,92,228,8,69,226,12,8,131,26,1,27,4,43,179,17,1,18,4,43,176,17,16,176,0,208,176,6,16,177,13,6,244,180,217,13,233,13,2,93,64,27,8,13,24,13,40,13, + 56,13,72,13,88,13,104,13,120,13,136,13,152,13,168,13,184,13,200,13,13,93,176,38,16,177,31,6,244,64,27,7,31,23,31,39,31,55,31,71,31,87,31,103,31,119,31,135,31,151,31,167,31,183,31,199, + 31,13,93,180,214,31,230,31,2,93,176,27,16,176,43,208,176,26,16,176,45,208,176,18,16,176,52,208,48,49,17,51,62,3,51,50,22,101,41,5,42,6,7,33,21,33,6,20,21,20,20,23,130,8,32,22,78,22, + 9,8,118,46,2,39,35,53,51,38,52,53,52,52,55,35,166,14,60,96,137,90,139,187,51,121,28,132,92,100,137,27,1,0,254,244,2,2,1,12,255,0,25,139,100,92,132,28,121,51,187,139,90,137,96,62,14, + 164,154,2,2,154,3,90,98,170,127,74,176,188,31,123,155,176,176,113,22,47,25,24,45,23,113,178,174,158,123,33,188,177,74,125,172,98,113,23,47,22,23,49,22,0,0,1,0,199,0,150,2,92,3,39,0, + 5,0,9,0,176,3,47,176,1,72,191,7,40,7,2,92,78,254,185,1,71,78,72,178,8,35,0,1,1,72,130,45,34,221,3,37,133,45,32,5,133,45,72,161,5,38,2,221,254,187,80,247,247,72,148,8,35,0,0,2,0,130, + 0,42,4,94,5,43,0,23,0,27,0,191,176,85,129,5,32,28,78,65,7,52,7,208,176,3,16,177,27,12,244,176,20,208,176,29,16,176,22,220,177,24,12,81,68,6,86,19,12,89,137,12,32,6,117,20,11,32,20, + 24,121,21,11,127,239,12,8,54,20,16,177,4,6,244,176,5,208,176,10,16,177,17,6,244,180,217,17,233,17,2,93,64,27,8,17,24,17,40,17,56,17,72,17,88,17,104,17,120,17,136,17,152,17,168,17,184, + 17,200,17,13,93,176,2,130,133,46,208,176,23,208,176,24,208,176,5,16,176,25,208,176,26,130,11,32,16,24,78,212,8,32,17,74,255,15,8,33,33,17,51,33,17,33,17,4,94,251,162,211,211,211,199, + 200,47,66,22,28,64,43,131,131,2,47,211,254,164,254,90,117,2,186,74,247,9,37,252,209,2,186,253,70,65,21,10,36,15,0,27,0,178,65,21,18,40,29,16,176,14,220,177,16,12,244,65,31,7,115,155, + 7,65,21,12,65,8,12,34,23,47,27,24,76,20,9,65,8,12,32,23,65,8,8,130,220,44,14,208,176,15,208,176,16,208,176,10,16,177,20,24,107,24,38,65,8,9,32,16,65,8,19,35,17,51,33,17,80,182,5,34, + 51,21,35,65,8,9,44,103,135,59,211,254,164,22,76,62,131,131,211,211,65,6,5,45,18,17,251,109,4,51,4,10,129,145,117,253,70,0,103,101,5,47,2,233,5,25,0,19,0,75,179,1,14,5,4,43,176,1,130, + 172,43,10,244,177,0,14,244,176,4,16,176,7,208,131,123,33,9,208,131,11,36,11,208,176,1,16,95,40,6,33,0,16,131,197,130,14,33,17,208,108,87,8,36,12,47,27,177,12,108,87,6,38,23,35,55,7, + 53,23,17,108,91,6,34,21,39,17,108,95,8,108,97,5,43,237,237,1,156,14,240,240,14,110,12,1,217,108,102,5,57,112,14,254,39,12,0,1,1,117,1,129,2,47,2,59,0,3,0,9,0,176,0,47,176,2,47,69,39, + 5,52,2,47,186,186,1,129,186,0,1,2,46,254,142,3,110,0,187,0,12,0,65,69,215,18,131,163,32,14,70,228,6,91,83,12,32,11,130,158,35,11,15,62,89,71,151,10,33,48,49,70,193,11,33,2,46,69,233, + 7,32,187,70,184,7,39,0,2,0,0,254,142,3,109,132,109,34,25,0,121,71,103,33,71,96,8,140,123,32,20,130,123,33,20,17,84,131,6,135,136,37,176,0,69,88,176,24,130,25,32,24,130,149,32,176,72, + 48,29,32,53,71,117,40,136,187,136,8,8,36,0,0,7,255,236,255,219,4,92,5,47,0,3,0,15,0,27,0,39,0,51,0,63,0,75,1,133,179,10,10,16,4,43,179,34,10,40,130,5,34,46,9,28,130,5,34,58,10,64,130, + 5,34,70,9,52,75,247,38,8,36,180,182,34,198,34,2,93,64,23,6,34,22,34,38,34,54,34,70,34,86,34,102,34,118,34,134,34,150,34,166,34,11,93,180,213,34,229,130,32,40,176,34,16,176,22,208,176, + 22,47,97,93,36,24,108,111,36,36,180,218,64,234,64,130,122,8,43,27,9,64,25,64,41,64,57,64,73,64,89,64,105,64,121,64,137,64,153,64,169,64,185,64,201,64,13,93,176,70,16,176,77,220,0,176, + 1,47,176,49,47,176,73,70,192,5,32,19,100,47,6,116,42,9,38,21,62,89,179,43,1,31,130,250,48,13,1,25,4,43,176,19,16,177,7,1,244,180,217,7,233,7,131,97,57,8,7,24,7,40,7,56,7,72,7,88,7, + 104,7,120,7,136,7,152,7,168,7,184,7,200,7,130,97,36,49,16,177,37,1,24,96,131,37,49,176,31,16,176,55,208,176,37,16,176,61,208,176,43,16,176,67,208,71,67,5,33,5,52,96,105,8,40,54,37, + 52,54,51,50,22,21,20,84,149,10,35,20,22,51,50,140,23,32,37,150,47,43,2,152,253,200,102,2,61,254,221,47,51,49,130,0,51,51,47,254,216,98,102,103,98,98,103,102,98,2,98,47,51,50,49,49, + 50,130,19,32,215,131,15,131,23,35,2,207,47,52,130,38,36,49,52,47,254,215,135,39,56,4,252,250,223,41,5,35,244,64,86,86,64,63,86,86,63,105,147,147,105,104,148,148,253,26,142,16,32,104, + 142,15,78,113,8,32,203,78,113,8,32,214,116,129,12,131,23,116,153,5,134,23,39,255,197,0,0,3,227,6,199,136,47,116,177,13,32,140,130,23,133,47,32,140,140,71,32,201,136,23,78,233,6,37, + 0,186,0,0,2,233,132,71,33,42,0,116,249,11,32,170,130,23,34,252,6,203,130,47,133,23,134,119,134,47,131,95,133,23,135,95,133,71,32,201,136,47,79,73,7,36,223,255,233,3,199,132,95,79,49, + 5,134,167,32,255,133,23,32,203,117,65,8,132,95,33,0,2,130,1,45,0,4,104,5,63,0,4,0,48,0,32,0,176,0,66,116,5,24,64,111,8,40,0,69,88,176,20,47,27,177,20,73,66,5,40,20,6,7,18,1,14,3,35, + 34,78,209,5,103,192,9,36,30,2,51,50,62,130,3,8,93,23,6,21,20,30,2,3,51,147,117,2,2,59,14,57,80,100,56,30,58,57,60,30,31,57,54,53,26,68,131,103,61,39,78,121,84,36,70,62,57,29,32,62, + 63,64,35,147,109,146,25,47,69,5,63,149,166,10,1,10,252,102,43,122,113,82,16,21,16,16,23,16,123,186,215,92,74,150,118,76,14,19,14,17,20,16,133,123,139,43,88,78,59,255,255,134,197,32, + 201,136,197,134,245,33,0,49,130,245,118,79,5,32,54,65,85,12,133,23,32,203,130,47,133,23,65,229,8,132,47,32,201,136,23,132,71,33,0,1,65,109,5,34,3,164,0,24,72,53,32,84,44,15,43,177, + 2,6,244,176,6,16,177,4,3,244,176,24,72,53,29,37,2,182,121,252,209,0,130,107,8,44,170,3,244,2,252,5,88,0,5,0,12,0,176,1,47,176,3,47,176,5,47,48,49,1,7,39,7,39,1,2,252,53,242,246,53, + 1,41,4,57,67,205,207,65,1,35,130,47,55,78,4,47,3,78,5,0,0,19,0,15,0,179,17,2,2,4,43,179,12,2,7,4,43,130,50,83,0,17,44,78,90,156,57,72,55,54,38,103,63,80,92,154,130,9,44,53,39,102,64, + 4,205,158,37,43,37,111,47,156,130,5,32,113,131,129,40,186,4,82,2,233,4,195,0,3,130,239,32,179,78,127,10,40,2,233,253,209,2,47,4,82,113,130,117,38,182,4,70,2,240,5,6,130,33,33,15,0, + 130,159,36,176,9,47,179,7,131,123,133,117,55,39,55,22,51,50,55,2,240,117,168,168,117,78,94,113,113,94,4,186,116,116,76,94,94,130,93,39,1,117,4,94,2,47,5,25,130,93,32,25,104,81,8,66, + 93,5,39,2,47,27,177,2,21,62,89,71,45,9,44,4,94,187,0,2,0,242,4,8,2,180,5,203,130,225,40,31,0,58,179,10,10,26,4,43,88,46,36,42,0,179,23,2,15,4,43,179,5,2,29,112,95,5,122,59,7,39,14, + 2,35,34,46,2,55,20,122,51,18,42,35,61,82,47,47,82,62,34,90,80,55,122,4,5,43,4,233,48,81,62,35,35,62,81,48,47,82,122,49,5,131,23,34,56,80,80,130,203,49,0,242,254,141,2,47,0,0,0,9,0, + 35,179,0,13,7,4,43,76,43,5,32,4,130,200,32,4,71,43,7,32,8,130,12,33,8,15,131,213,32,5,121,82,7,47,51,2,47,82,88,147,202,115,41,147,88,95,117,213,41,0,130,227,63,170,4,0,3,100,5,119, + 0,3,0,7,0,15,0,176,2,47,176,6,47,176,0,47,176,4,47,48,49,1,35,19,51,131,3,49,2,170,141,141,186,253,209,139,139,187,4,0,1,119,254,137,1,119,130,131,8,54,2,240,254,133,3,252,0,39,0,12, + 0,52,179,9,10,3,4,43,64,27,6,9,22,9,38,9,54,9,70,9,86,9,102,9,118,9,134,9,150,9,166,9,182,9,198,9,13,93,180,213,9,229,9,2,93,130,168,131,98,130,92,8,33,34,38,53,52,54,55,23,6,21,20, + 22,51,3,252,125,143,53,39,37,50,109,80,254,133,125,102,64,92,35,39,45,76,72,96,66,149,26,59,9,2,55,23,55,2,252,254,215,254,215,53,246,242,5,16,254,228,1,32,68,207,203,0,0,2,1,117,130, + 4,65,231,5,34,7,0,29,78,170,13,105,60,12,130,130,40,3,35,3,19,35,53,51,2,45,87,79,5,46,5,25,252,86,3,170,250,231,186,0,2,0,186,3,72,106,129,8,38,35,0,176,1,47,176,5,66,44,5,88,114, + 12,32,4,87,181,6,133,75,32,35,130,79,46,2,233,40,103,43,186,43,101,43,5,25,254,47,1,209,131,3,45,0,1,1,55,254,139,2,98,255,152,0,3,0,19,68,211,8,24,124,231,9,45,5,3,35,19,2,98,172, + 127,84,104,254,243,1,13,130,190,56,255,217,0,145,3,205,4,133,0,33,0,53,0,133,176,54,47,176,55,47,176,4,220,176,54,72,7,6,39,176,4,16,177,34,8,244,180,24,130,237,35,8,68,176,22,16,177, + 44,12,244,64,27,6,44,22,44,38,44,54,44,70,44,86,44,102,44,118,44,134,44,150,44,166,44,182,44,198,44,13,93,180,213,44,229,44,2,93,0,176,9,47,176,17,47,176,26,47,176,33,47,179,49,3,13, + 4,43,179,29,6,39,4,43,130,223,8,33,7,22,22,21,20,6,7,23,7,39,6,6,35,34,38,39,7,39,55,38,38,53,52,55,39,55,23,54,51,50,22,23,55,3,84,86,15,62,205,117,49,53,53,47,115,80,115,61,158,92, + 94,158,61,115,78,115,47,49,98,117,78,117,127,184,92,158,59,117,74,24,73,119,15,38,4,55,116,62,160,92,92,131,40,36,113,47,49,53,47,130,41,63,61,156,92,185,127,118,78,119,103,54,47,117, + 254,4,80,135,103,57,57,103,135,80,80,135,98,55,55,98,135,0,0,2,127,105,10,34,7,0,27,80,71,19,35,6,47,176,0,127,119,6,38,53,35,17,51,2,23,138,130,0,40,186,2,233,186,2,234,0,0,1,130, + 2,33,164,3,24,126,79,30,53,0,27,2,233,1,193,5,37,0,27,0,96,179,10,9,4,4,43,176,10,16,176,101,197,5,40,4,16,176,8,208,176,8,47,176,130,8,32,16,82,237,6,32,24,85,172,6,35,179,8,2,11, + 130,43,8,115,24,16,177,19,2,244,180,217,19,233,19,2,93,64,27,8,19,24,19,40,19,56,19,72,19,88,19,104,19,120,19,136,19,152,19,168,19,184,19,200,19,13,93,48,49,1,20,7,6,7,6,6,7,51,53, + 51,21,33,53,55,54,53,52,38,35,34,21,35,52,51,50,23,22,1,193,33,17,59,25,69,45,147,98,254,107,252,47,55,41,115,102,217,84,55,66,4,127,55,45,29,53,23,63,47,73,164,78,240,47,41,35,37, + 138,232,41,49,130,214,47,255,254,2,221,1,178,5,35,0,33,0,147,179,30,9,18,130,137,32,30,134,181,36,180,218,18,234,18,131,139,62,9,18,25,18,41,18,57,18,73,18,89,18,105,18,121,18,137, + 18,153,18,169,18,185,18,201,18,13,93,176,18,16,92,244,5,35,178,32,18,30,86,136,8,32,27,130,219,52,27,21,62,89,178,16,3,3,43,176,3,16,177,8,2,244,176,27,16,177,20,131,225,32,20,24,120, + 165,34,34,32,3,16,86,130,5,37,20,6,35,34,39,55,69,7,5,38,39,38,35,53,50,53,52,132,233,32,55,73,191,5,8,68,7,22,1,178,115,92,204,25,106,15,108,41,58,33,17,67,106,88,112,105,64,63,90, + 92,105,66,76,3,141,69,107,203,14,123,50,32,56,10,10,100,66,74,123,106,56,51,92,72,76,35,53,0,1,0,0,2,233,1,133,5,25,0,16,0,40,179,15,9,3,106,13,5,32,13,65,151,6,79,134,7,35,179,16, + 2,0,130,25,45,16,16,176,2,208,48,49,1,33,53,51,17,6,6,130,128,33,62,2,130,9,8,33,51,1,133,254,223,90,20,96,74,31,67,56,36,109,90,2,233,91,1,34,51,74,99,28,54,75,48,254,43,0,4,0,0,255, + 81,209,7,8,32,20,0,35,0,38,0,171,176,39,47,176,40,47,176,34,220,176,3,208,176,3,47,176,39,16,176,7,208,176,7,47,176,17,130,5,41,16,177,19,9,244,176,34,16,177,24,130,6,35,28,208,176, + 28,130,40,50,16,176,29,208,176,24,16,176,36,208,178,37,7,34,17,18,57,178,38,132,6,82,32,8,105,171,12,24,95,107,12,94,55,7,41,179,36,2,25,4,43,179,20,2,4,120,91,5,37,6,208,178,8,1,3, + 94,29,6,54,23,2,244,176,36,16,176,30,208,176,25,16,176,32,208,176,23,16,176,34,208,176,35,75,43,6,144,238,130,254,45,53,35,53,19,51,17,51,21,35,21,51,39,53,7,82,145,6,33,254,61,65, + 7,12,44,31,254,225,92,250,244,111,90,90,90,195,119,4,82,172,5,33,253,178,65,27,11,55,252,188,90,60,75,1,78,254,195,92,60,152,159,159,0,3,0,0,255,229,3,166,5,55,130,9,52,31,0,48,0,136, + 176,49,47,176,50,47,176,14,220,176,0,208,176,14,16,176,110,69,5,37,14,16,177,8,9,244,101,217,6,39,8,16,176,20,208,176,49,16,130,172,36,176,35,47,176,45,130,181,36,16,177,47,9,244,65, + 25,8,37,45,47,27,177,45,21,78,9,6,65,25,12,32,15,130,25,8,32,15,15,62,89,179,28,2,23,4,43,179,48,2,32,4,43,176,15,16,177,11,2,244,176,48,16,176,34,208,178,36,1,3,66,120,5,35,1,39,1, + 19,67,101,27,66,15,14,65,14,6,42,94,33,16,60,24,70,45,148,98,254,106,67,123,9,33,253,223,65,35,11,65,22,6,54,252,95,56,45,29,53,22,64,47,74,164,78,239,48,41,34,37,137,231,41,49,1,8, + 66,71,13,33,255,254,66,71,6,41,33,0,37,0,52,0,55,1,15,176,24,93,113,8,40,18,208,176,18,47,177,30,9,244,116,151,36,68,136,6,67,173,14,55,176,57,16,176,51,220,176,37,208,176,37,47,176, + 51,16,177,41,9,244,176,45,208,176,45,131,12,49,176,46,208,176,41,16,176,53,208,178,54,18,51,17,18,57,178,55,132,6,32,0,131,42,35,0,69,88,176,67,227,7,32,176,131,12,37,35,47,27,177, + 35,15,65,114,6,90,95,8,39,53,2,42,4,43,179,8,2,67,97,6,33,16,220,68,3,50,52,176,38,16,177,40,2,244,176,53,16,176,47,208,176,42,16,176,49,208,176,40,130,181,38,208,176,52,208,48,49, + 1,68,31,33,35,1,39,1,19,66,189,16,68,53,24,39,1,242,252,188,94,3,70,92,66,199,10,68,72,23,40,1,29,250,237,60,5,22,250,201,66,209,12,57,2,255,139,0,0,3,207,5,25,0,16,0,29,0,136,176, + 30,47,176,31,47,176,0,220,176,30,120,145,8,8,53,208,176,0,16,177,17,12,244,180,218,17,234,17,2,93,64,27,9,17,25,17,41,17,57,17,73,17,89,17,105,17,121,17,137,17,153,17,169,17,185,17, + 201,17,13,93,176,6,16,177,26,12,244,176,21,89,36,11,66,220,7,61,5,47,27,177,5,15,62,89,179,10,6,7,4,43,176,11,16,177,20,6,244,176,10,16,176,22,208,176,7,16,83,222,5,35,177,26,6,244, + 102,143,6,39,33,17,35,53,51,17,33,50,24,113,139,7,34,51,21,35,130,13,8,74,18,3,207,60,122,191,129,254,88,166,166,1,168,137,191,121,53,137,193,172,254,225,254,254,1,31,172,193,2,141, + 135,237,179,102,2,94,117,2,70,107,180,236,129,1,0,1,23,254,47,117,254,23,1,24,0,0,1,0,98,0,109,3,68,3,78,0,11,0,15,0,176,9,47,176,11,76,12,8,8,35,9,2,7,1,1,39,1,1,55,1,1,3,68,254,221, + 1,35,80,254,223,254,221,78,1,33,254,223,78,1,35,1,33,3,0,254,222,131,15,32,35,132,4,34,1,34,78,131,35,45,255,255,255,236,0,0,3,184,6,199,2,38,0,58,77,15,9,35,0,2,0,49,130,23,51,162, + 5,25,0,10,0,18,0,116,176,19,47,176,20,47,176,0,220,176,19,24,111,225,14,36,0,16,177,11,8,24,107,26,38,32,4,24,76,132,9,87,58,12,8,34,4,47,27,177,4,15,62,89,179,16,6,2,4,43,179,9,6, + 13,4,43,48,49,1,16,33,35,17,35,17,51,17,51,32,3,52,130,10,8,51,51,50,54,3,162,254,12,244,137,137,244,1,244,139,254,151,244,244,180,181,2,152,254,139,254,221,5,25,254,243,254,140,254, + 254,0,131,0,2,255,236,255,233,3,182,5,92,0,32,0,48,0,194,68,219,6,24,106,218,7,46,176,50,16,176,15,220,178,1,23,15,17,18,57,178,28,132,6,34,177,33,12,24,107,47,38,33,23,16,24,78,137, + 42,32,8,74,146,5,79,16,7,35,178,1,20,8,132,115,132,6,34,177,44,6,102,3,37,44,48,49,19,55,38,38,39,55,22,23,55,23,7,109,224,8,36,53,52,54,54,36,131,23,32,7,109,234,12,46,233,160,41, + 86,47,45,117,102,144,78,121,80,135,96,55,109,234,5,43,116,203,1,16,156,41,121,71,183,1,246,16,109,243,10,8,33,3,209,160,22,35,16,117,45,53,143,80,123,51,127,155,187,112,129,207,146, + 78,193,184,105,162,122,84,25,70,110,47,182,254,152,109,254,12,89,97,8,42,84,2,38,0,90,0,0,0,6,0,139,130,5,53,0,0,2,0,49,254,139,3,166,5,25,0,18,0,33,0,236,176,34,47,176,35,130,249, + 52,220,176,34,16,176,9,208,176,9,47,177,8,12,244,176,11,208,178,12,9,0,130,255,37,176,0,16,177,19,8,24,122,222,38,35,8,16,176,26,67,130,6,86,159,12,36,14,47,27,177,14,79,85,7,32,8, + 130,12,32,8,24,83,111,16,8,41,29,1,244,64,27,7,29,23,29,39,29,55,29,71,29,87,29,103,29,119,29,135,29,151,29,167,29,183,29,199,29,13,93,180,214,29,230,29,2,93,178,7,103,150,5,8,46,14, + 16,177,24,1,244,180,217,24,233,24,2,93,64,27,8,24,24,24,40,24,56,24,72,24,88,24,104,24,120,24,136,24,152,24,168,24,184,24,200,24,13,93,178,12,14,24,70,175,5,35,20,14,2,35,112,127,6, + 24,83,110,10,63,7,17,22,51,50,62,2,3,166,66,120,177,110,150,125,137,137,125,150,106,176,123,68,139,43,82,127,82,156,119,119,156,130,6,61,43,1,209,109,178,131,72,99,254,65,6,142,254, + 63,98,69,127,180,113,82,137,100,58,127,254,12,129,57,103,139,82,113,8,32,54,82,65,8,46,216,0,0,1,115,255,255,0,0,255,233,3,117,4,194,24,70,51,8,33,216,0,131,19,32,255,82,113,6,32,121, + 136,47,32,217,139,47,33,5,5,136,47,32,217,131,47,58,0,2,255,197,254,133,4,111,5,25,0,19,0,22,0,127,179,16,10,3,4,43,180,218,3,234,3,131,251,57,9,3,25,3,41,3,57,3,73,3,89,3,105,3,121, + 3,137,3,153,3,169,3,185,3,201,3,130,251,34,6,3,16,130,251,37,176,16,16,176,24,220,77,45,8,87,33,7,24,146,52,12,132,12,37,10,47,27,177,10,15,70,163,6,32,14,130,12,32,14,130,12,41,179, + 20,3,8,4,43,178,11,0,12,65,70,5,78,108,5,8,65,35,3,33,3,35,1,51,1,6,21,20,22,51,1,3,3,4,111,125,144,31,23,72,123,253,252,121,147,1,178,186,1,178,49,109,80,254,63,219,219,254,133,125, + 102,48,75,29,1,117,254,139,5,25,250,231,45,76,72,96,3,15,2,161,253,95,0,130,215,63,254,254,133,3,252,3,186,0,51,0,68,0,245,179,66,12,23,4,43,179,3,10,14,4,43,176,14,16,177,0,8,244, + 130,6,108,203,6,36,14,16,176,33,208,131,14,8,41,57,208,64,27,6,66,22,66,38,66,54,66,70,66,86,66,102,66,118,66,134,66,150,66,166,66,182,66,198,66,13,93,180,213,66,229,66,2,93,0,176, + 7,67,208,5,32,46,130,197,32,46,81,210,15,132,236,32,13,96,178,6,132,12,67,247,7,35,179,28,6,61,130,236,34,15,7,46,130,236,8,78,176,46,16,177,39,6,244,180,217,39,233,39,2,93,64,27,8, + 39,24,39,40,39,56,39,72,39,88,39,104,39,120,39,136,39,152,39,168,39,184,39,200,39,13,93,176,20,16,177,52,6,244,64,27,7,52,23,52,39,52,55,52,71,52,87,52,103,52,119,52,135,52,151,52, + 167,52,183,52,199,52,130,156,56,214,52,230,52,2,93,176,61,16,176,58,208,176,58,47,48,49,33,6,6,21,20,22,51,21,65,84,6,32,53,106,46,10,34,30,2,23,24,101,70,15,43,1,50,62,2,53,53,38, + 38,35,34,14,2,130,54,49,3,115,23,29,109,80,125,143,30,23,60,36,91,100,100,45,185,190,24,101,79,23,34,254,2,86,24,101,71,10,50,23,63,35,72,96,90,125,102,48,75,29,156,45,68,43,23,142, + 133,88,24,101,88,21,32,252,24,101,81,13,45,255,255,255,236,255,233,3,172,6,199,2,38,0,36,70,125,9,66,233,6,34,129,5,83,130,23,32,68,130,23,34,6,0,139,66,233,6,133,47,32,203,136,47, + 83,165,7,32,0,130,71,34,129,5,87,136,47,32,214,140,47,32,140,136,47,32,218,67,25,10,34,129,5,25,136,47,130,23,33,0,0,136,143,137,95,32,223,140,47,137,95,32,223,133,95,39,0,49,0,0,3, + 207,6,207,130,71,32,37,132,191,131,47,34,119,0,3,130,75,44,233,4,41,5,25,0,22,0,38,0,42,0,217,99,81,9,36,1,12,244,176,43,111,81,7,37,1,16,176,18,208,176,130,5,24,99,131,47,38,18,47, + 176,26,47,176,40,66,146,5,24,99,127,12,36,39,47,27,177,39,24,120,149,12,66,172,20,24,99,153,66,37,41,6,244,48,49,33,24,99,116,33,8,42,1,3,35,17,2,233,137,47,117,59,90,143,99,53,53, + 99,143,90,59,117,47,186,1,67,137,47,108,60,61,96,66,35,35,66,96,61,123,92,1,201,84,101,86,24,99,124,27,40,4,63,254,47,1,209,0,255,255,73,237,7,8,37,2,6,0,236,0,0,0,2,255,254,255,233, + 4,45,5,25,0,28,0,44,1,9,176,45,47,176,46,47,176,2,220,177,3,8,244,176,45,16,76,193,6,37,3,16,176,20,208,176,130,5,38,24,208,176,2,16,176,26,132,11,42,29,208,176,12,16,177,37,12,244, + 64,27,108,55,21,36,182,37,198,37,13,108,52,7,82,175,5,105,42,12,100,204,12,116,96,12,51,7,47,27,177,7,15,62,89,179,28,6,0,4,43,176,7,16,177,42,6,130,102,57,7,42,23,42,39,42,55,42,71, + 42,87,42,103,42,119,42,135,42,151,42,167,42,183,42,199,42,130,102,46,214,42,230,42,2,93,178,4,7,42,17,18,57,176,17,24,88,211,42,34,20,17,32,71,92,5,45,176,21,208,176,28,16,176,23,208, + 48,49,1,35,17,65,155,15,40,53,35,53,51,53,51,21,51,1,24,101,20,12,35,4,45,186,138,24,101,21,14,38,186,138,186,254,188,59,139,24,101,23,10,35,3,233,252,23,65,158,12,39,153,117,187,187, + 254,109,65,58,24,101,28,9,24,77,147,8,41,54,2,38,0,38,0,0,0,7,0,70,183,6,40,255,252,255,233,3,174,4,194,2,24,75,95,7,70,183,6,39,0,49,0,0,3,115,6,121,136,47,70,183,6,133,47,33,5,5, + 136,47,32,217,67,109,10,33,115,6,89,65,9,67,205,6,134,47,24,75,119,9,130,23,130,127,52,1,0,49,254,133,4,0,5,25,0,24,0,123,179,16,12,7,4,43,179,21,70,235,40,37,176,16,16,176,11,208, + 70,228,8,36,8,47,27,177,8,67,87,7,113,124,12,24,99,164,8,48,13,6,14,4,43,176,8,16,177,10,6,244,176,6,16,177,16,130,6,33,17,208,85,78,8,32,33,125,236,5,32,21,131,7,85,90,5,53,4,0,125, + 143,30,23,253,8,3,66,253,71,2,2,253,254,2,185,2,49,108,80,70,225,6,33,5,25,103,163,5,33,115,2,85,111,5,8,64,2,255,252,254,133,3,174,3,186,0,39,0,48,0,189,179,3,10,10,4,43,180,218,10, + 234,10,2,93,64,27,9,10,25,10,41,10,57,10,73,10,89,10,105,10,121,10,137,10,153,10,169,10,185,10,201,10,13,93,178,13,10,3,17,18,57,70,194,8,32,25,130,202,32,25,24,105,10,12,71,162,7, + 79,172,8,34,40,6,30,79,166,5,125,128,39,32,176,24,136,176,13,111,48,28,34,48,49,37,70,165,12,24,65,220,10,35,30,2,21,33,98,167,7,32,3,66,165,5,44,7,2,147,22,25,109,80,125,144,23,18, + 43,43,24,102,204,11,42,252,219,15,186,149,105,164,41,96,94,2,24,102,214,7,34,2,22,66,70,137,5,35,41,66,29,7,24,102,218,11,45,148,176,86,64,66,131,1,232,153,150,43,80,113,67,66,169, + 8,32,203,66,121,8,69,231,6,66,73,6,24,77,217,9,69,231,6,38,255,236,255,233,3,215,6,131,47,37,40,0,0,0,7,0,70,119,6,38,255,254,254,117,3,115,5,131,47,32,72,130,23,32,6,130,23,73,145, + 5,133,47,32,121,130,95,133,47,66,217,7,133,47,32,5,130,23,133,47,66,217,6,134,95,32,140,136,47,66,217,7,133,47,32,25,136,47,70,167,8,37,254,139,3,215,5,47,134,47,34,6,0,226,130,125, + 34,0,0,3,134,143,36,211,0,3,0,35,24,64,27,13,51,25,208,176,25,47,176,52,16,176,4,220,178,0,25,4,17,18,57,178,2,132,6,33,176,25,86,132,41,97,38,6,52,4,16,177,19,8,244,176,33,208,176, + 19,16,176,36,208,0,176,1,47,176,0,70,139,5,36,34,47,27,177,34,66,91,7,32,30,130,12,32,30,135,12,77,228,7,37,176,0,69,88,176,19,122,239,6,132,12,32,22,130,12,8,57,22,15,62,89,179,16, + 4,9,4,43,176,22,16,177,47,6,244,64,27,7,47,23,47,39,47,55,47,71,47,87,47,103,47,119,47,135,47,151,47,167,47,183,47,199,47,13,93,180,214,47,230,47,2,93,178,20,22,47,130,201,33,176,30, + 73,87,41,35,178,33,30,39,74,119,5,43,1,51,3,1,20,14,2,35,34,38,39,55,24,102,233,34,40,1,27,1,18,96,186,1,160,66,24,102,239,36,40,4,94,1,117,254,139,251,172,96,24,102,246,31,66,139, + 12,32,41,66,91,11,69,29,6,36,205,2,38,0,73,136,23,8,37,117,0,2,255,119,0,0,4,47,5,25,0,19,0,23,0,153,176,24,47,176,25,47,176,4,220,176,0,208,176,4,16,177,5,8,244,176,24,77,123,11,47, + 9,16,176,13,208,176,8,16,176,15,208,176,5,16,176,17,132,5,32,20,132,17,32,22,24,105,203,19,36,18,47,27,177,18,68,232,7,65,180,12,32,8,90,181,6,47,179,1,1,2,4,43,179,20,6,6,4,43,176, + 2,16,176,126,11,5,39,12,208,176,1,16,176,16,208,131,17,38,21,208,48,49,1,51,21,123,71,9,56,51,53,51,21,33,53,51,3,17,33,17,3,115,188,188,138,253,209,137,186,186,137,2,47,138,130,9, + 55,4,72,113,252,41,2,92,253,164,3,215,113,209,209,209,253,184,1,6,254,250,0,0,1,131,231,33,3,115,130,231,35,27,0,175,176,123,99,8,32,1,130,223,32,28,71,213,6,37,177,11,12,244,176,12, + 132,116,37,11,16,176,18,208,176,130,5,37,22,208,178,23,12,0,87,22,8,85,178,12,68,248,12,110,186,12,98,188,7,35,179,16,1,13,130,212,34,25,16,177,24,104,34,39,42,176,16,16,176,19,208, + 176,13,16,176,21,130,121,32,0,24,100,16,18,71,116,6,33,21,35,24,104,54,14,38,186,186,137,187,187,99,254,24,104,58,11,54,3,238,112,187,187,112,254,204,1,0,254,133,0,255,255,0,78,0,0, + 3,78,6,115,95,185,8,32,215,74,141,6,132,23,33,4,255,130,23,32,213,24,81,239,11,94,147,5,33,6,54,136,47,71,127,6,133,23,33,4,194,136,47,71,127,7,38,182,0,0,2,240,6,121,136,47,68,165, + 6,32,0,132,23,33,5,5,136,47,34,217,0,255,130,103,52,1,0,186,254,133,3,117,5,25,0,23,0,130,179,16,8,9,4,43,179,20,71,79,40,35,178,6,3,20,65,150,5,68,41,5,78,53,25,48,18,47,27,177,18, + 15,62,89,176,6,16,177,8,6,244,176,12,71,81,5,43,14,208,176,15,208,176,8,16,176,16,208,176,71,86,11,62,53,51,17,35,53,33,21,35,17,51,21,6,21,20,22,51,3,117,125,144,31,23,254,28,211, + 211,2,47,210,210,49,92,183,5,48,48,75,29,117,4,47,117,117,251,209,117,45,76,72,96,0,2,136,203,40,21,0,25,0,164,179,14,14,8,130,205,32,18,171,205,32,18,130,205,38,176,14,16,177,9,8, + 244,131,149,37,11,208,178,23,8,14,131,19,37,23,47,177,22,8,244,72,57,8,112,34,12,24,70,214,12,72,70,12,32,16,130,245,32,16,145,245,130,239,132,248,72,70,9,133,239,135,237,34,1,35,53, + 138,241,33,1,93,132,240,34,186,186,186,72,69,6,36,117,2,186,117,252,133,243,37,5,127,187,0,255,255,98,37,16,8,44,218,0,0,1,115,0,2,0,0,254,117,3,164,5,25,0,16,0,28,0,103,176,29,47, + 176,30,47,176,11,220,177,8,12,244,176,29,16,176,20,208,176,20,47,177,27,132,214,34,69,88,176,24,69,227,17,68,49,7,32,17,130,198,32,17,130,198,49,179,3,6,14,4,43,176,17,16,177,19,6, + 244,176,23,16,177,21,130,6,104,246,5,59,19,16,176,27,208,176,28,208,48,49,5,22,22,51,50,62,2,53,17,51,17,20,2,35,34,39,1,33,65,204,9,49,1,0,49,127,72,92,115,61,23,137,211,217,211,123, + 1,133,253,209,65,208,5,48,170,57,52,74,115,143,72,4,156,251,100,248,254,240,129,1,10,65,215,6,34,0,0,4,136,195,50,3,0,13,0,17,0,36,0,179,179,12,14,6,4,43,179,34,12,29,130,139,35,12, + 16,177,7,130,205,42,6,16,176,9,208,176,34,16,176,38,220,75,210,5,32,2,130,178,32,2,135,191,32,16,130,12,32,16,135,12,24,107,126,12,32,32,130,25,32,32,70,205,20,118,208,7,37,176,0,69, + 88,176,34,24,82,44,7,34,24,6,18,130,116,41,2,16,177,0,5,244,176,4,16,177,24,107,181,18,35,176,0,16,176,66,214,8,36,30,208,176,31,208,24,107,199,15,37,1,35,53,51,1,34,24,107,98,15,43, + 1,117,187,187,186,253,209,211,211,1,92,211,131,11,43,254,115,246,99,105,37,117,86,67,92,54,22,130,19,37,188,4,94,187,250,231,65,250,5,34,3,233,187,24,107,121,16,45,255,255,255,254, + 255,233,3,115,6,203,2,38,0,43,70,91,8,63,115,0,2,0,4,254,117,3,88,5,88,0,18,0,24,0,44,179,16,12,11,4,43,0,176,24,47,176,20,47,176,22,67,183,5,32,14,83,125,6,35,179,6,6,0,81,88,5,34, + 12,6,244,130,182,145,164,39,7,39,7,39,1,1,92,246,24,108,9,12,33,1,68,98,173,5,35,254,117,202,72,24,108,14,12,33,5,196,98,190,6,41,255,255,0,49,254,139,3,158,5,25,130,157,32,44,130, + 157,72,221,6,134,23,32,162,132,23,32,76,137,23,47,0,1,0,49,0,0,3,162,3,164,0,11,0,74,179,4,24,133,13,20,65,183,7,32,9,130,189,32,9,79,17,20,70,234,7,24,133,13,21,40,162,195,254,131, + 168,137,137,2,19,24,108,64,7,39,3,164,254,10,1,246,254,84,24,90,161,12,32,45,80,195,12,101,119,9,32,77,136,23,32,117,134,197,32,115,132,197,131,47,137,221,36,186,254,139,2,233,132, + 23,131,47,137,23,131,221,137,47,38,7,1,119,0,213,254,234,67,201,5,32,3,65,13,5,132,95,35,1,119,1,92,132,23,142,47,37,0,193,0,186,0,186,133,47,33,4,94,136,95,36,7,0,193,2,47,130,151, + 37,1,255,94,0,0,3,130,95,49,0,13,0,79,179,12,12,1,4,43,176,1,16,176,5,208,176,12,24,134,81,22,71,57,7,40,178,2,0,6,17,18,57,178,3,133,6,32,8,133,6,32,9,132,6,8,44,177,12,3,244,48,49, + 33,33,17,7,53,55,17,51,17,55,21,7,17,33,3,115,252,190,211,211,137,211,211,2,185,2,51,69,127,69,2,103,253,200,70,127,70,254,21,101,77,7,41,5,25,0,17,0,137,179,4,14,3,130,131,8,33,4, + 16,177,0,8,244,177,7,14,244,176,4,16,176,8,208,176,5,16,176,9,208,176,7,16,176,10,208,176,3,16,176,12,208,67,61,5,35,178,15,3,4,130,133,131,18,95,231,7,36,3,47,27,177,3,67,195,7,106, + 151,8,41,3,16,177,1,3,244,178,5,11,3,130,46,33,178,6,132,6,38,176,11,16,177,9,3,244,114,198,5,33,178,15,132,19,33,178,16,132,6,38,48,49,1,17,35,53,33,132,186,36,51,21,33,53,51,130, + 202,41,1,141,211,1,93,210,210,210,253,209,130,196,35,178,1,240,119,134,192,38,119,119,1,188,69,127,0,66,11,12,32,47,66,11,12,65,147,5,36,83,2,38,0,79,24,90,1,12,35,49,254,139,3,65, + 219,5,131,47,66,233,13,34,115,3,186,136,47,32,226,130,53,137,95,32,203,130,23,133,95,32,223,72,17,6,133,95,32,87,136,47,76,183,6,39,0,1,0,0,3,115,6,47,134,23,36,7,1,119,254,116,130, + 73,36,1,0,49,254,117,131,119,8,33,0,22,0,94,176,23,47,176,24,47,176,0,220,177,20,8,244,176,14,208,176,14,47,176,23,16,176,17,208,176,17,47,177,16,111,55,7,74,22,12,82,113,12,32,16, + 70,184,6,46,179,9,6,3,4,43,178,15,16,18,17,18,57,178,20,132,6,37,48,49,37,20,2,35,68,26,8,8,53,55,1,17,35,17,51,1,17,51,3,115,211,217,211,123,86,49,127,72,65,94,66,41,10,253,223,137, + 193,1,247,138,125,248,254,240,129,96,57,52,39,66,88,49,4,117,251,176,5,25,251,227,4,29,0,134,173,48,3,186,0,32,0,161,176,33,47,176,34,47,176,27,220,177,8,130,173,50,33,16,176,19,208, + 176,19,47,177,18,12,244,176,21,208,178,22,19,27,73,250,8,111,194,12,32,24,130,164,24,116,135,8,74,200,7,32,176,24,69,132,16,32,27,130,38,32,27,70,189,5,32,30,98,33,5,8,42,12,6,244, + 180,217,12,233,12,2,93,64,27,8,12,24,12,40,12,56,12,72,12,88,12,104,12,120,12,136,12,152,12,168,12,184,12,200,12,13,93,178,22,8,88,22,5,70,211,8,32,52,85,86,5,131,241,52,21,18,51,32, + 17,17,20,6,35,34,39,1,131,25,67,31,68,92,53,22,108,24,114,60,10,42,189,184,90,68,250,14,15,39,72,102,66,24,114,71,9,44,3,164,234,1,0,254,133,253,193,180,215,26,255,104,207,7,32,54, + 104,207,8,32,216,65,249,5,39,255,236,255,233,3,188,4,194,130,23,37,80,0,0,0,6,0,73,219,6,32,255,105,197,5,32,121,136,47,73,219,6,133,47,33,5,5,136,47,32,217,88,67,6,133,47,32,234,136, + 47,32,221,139,95,33,5,118,136,47,32,221,81,139,10,34,176,6,199,130,23,32,51,66,233,12,130,12,35,3,158,5,84,130,23,32,83,90,39,9,68,245,6,34,176,5,25,134,47,66,233,9,38,0,254,139,3, + 158,3,186,136,47,66,233,11,34,176,6,203,136,95,85,137,8,37,0,0,3,158,5,88,136,47,130,23,41,0,0,255,255,0,25,255,233,3,131,132,143,32,52,139,143,33,255,246,130,23,32,139,132,143,32, + 84,140,143,133,47,131,95,133,47,32,214,134,239,133,47,131,95,133,47,130,23,130,55,54,1,0,25,254,141,3,131,5,47,0,72,0,176,179,21,10,41,4,43,179,6,13,13,130,5,49,51,11,50,4,43,176,50, + 16,177,0,8,244,176,21,16,176,17,208,130,12,46,176,53,208,176,41,16,177,63,12,244,176,51,16,176,74,72,104,6,36,50,47,27,177,50,68,151,7,32,52,130,12,32,52,70,137,7,32,46,130,12,32,46, + 72,117,12,32,17,89,53,6,32,18,130,25,44,18,15,62,89,178,17,10,46,17,18,57,178,49,132,6,8,41,176,46,16,177,58,6,244,180,217,58,233,58,2,93,64,27,8,58,24,58,40,58,56,58,72,58,88,58,104, + 58,120,58,136,58,152,58,168,58,184,58,200,58,100,187,5,35,14,2,7,21,104,105,7,33,38,38,24,132,188,46,42,55,92,123,70,82,88,147,202,96,160,47,24,132,192,44,36,74,121,92,59,10,24,97, + 229,7,34,80,71,139,24,132,201,48,47,255,246,254,141,3,139,3,186,0,59,0,165,179,50,12,33,65,115,8,41,0,12,23,4,43,180,218,23,234,23,131,252,59,9,23,25,23,41,23,57,23,73,23,89,23,105, + 23,121,23,137,23,153,23,169,23,185,23,201,23,13,93,24,72,0,36,74,6,5,36,38,47,27,177,38,65,144,7,32,10,130,12,41,10,17,62,89,176,38,16,177,45,6,24,149,202,37,95,242,5,65,104,12,32, + 55,24,108,14,34,43,59,98,125,66,82,88,147,202,122,242,90,61,24,108,18,37,36,68,98,65,37,6,65,88,5,35,18,5,69,60,24,108,27,36,67,33,8,66,241,9,67,81,6,67,33,6,66,241,9,67,81,7,42,0, + 254,139,3,164,5,25,2,38,0,53,73,109,9,130,71,131,23,32,174,132,23,32,85,141,23,36,0,0,3,164,6,131,95,131,47,33,7,0,67,177,8,37,255,233,3,174,5,212,130,71,131,47,40,7,1,119,1,92,255, + 165,0,1,130,59,130,47,63,5,25,0,23,0,134,176,24,47,176,15,208,176,15,47,176,7,220,178,64,7,1,93,177,2,8,244,176,7,16,176,11,130,20,35,16,177,14,13,132,12,32,19,130,27,32,19,130,27, + 32,18,130,14,41,2,16,176,21,208,176,18,16,176,25,67,92,6,75,184,12,96,81,8,34,23,1,0,72,75,5,35,2,6,244,176,126,128,5,47,0,16,176,8,208,176,23,16,176,10,208,176,16,16,177,12,130,24, + 33,20,208,130,76,36,48,49,1,35,17,71,233,5,38,35,53,51,17,33,17,35,134,3,34,51,2,233,71,242,5,63,211,254,232,117,3,164,117,254,232,210,2,96,254,21,117,117,1,235,113,1,211,254,188,1, + 185,254,71,1,68,254,45,0,24,109,127,10,38,35,0,163,179,2,12,19,130,123,37,19,16,176,23,208,176,76,243,5,37,2,16,176,29,208,176,130,5,32,33,81,121,6,126,49,12,36,26,47,27,177,26,83, + 59,20,93,58,8,32,35,132,206,8,46,14,16,177,7,6,244,64,27,7,7,23,7,39,7,55,7,71,7,87,7,103,7,119,7,135,7,151,7,167,7,183,7,199,7,13,93,180,214,7,230,7,2,93,176,0,16,176,130,221,41,35, + 16,176,22,208,176,30,16,177,24,130,237,39,25,208,176,32,208,176,33,208,131,240,41,21,20,30,2,51,50,54,55,23,6,85,133,5,32,53,131,250,131,3,57,51,17,33,21,33,17,51,2,47,211,33,59,84, + 54,102,137,10,115,16,199,149,82,136,96,53,211,130,0,8,36,137,1,141,254,115,211,1,190,104,51,90,68,39,127,101,25,147,173,54,96,135,80,104,113,1,0,117,1,117,254,139,117,255,0,0,255,255, + 111,105,6,43,115,2,38,0,54,0,0,0,7,0,215,0,94,197,5,38,49,255,233,3,115,5,0,130,23,32,86,130,23,32,6,131,23,138,47,32,54,136,47,70,225,6,133,71,33,4,195,136,47,130,23,138,47,32,121, + 136,47,70,225,6,133,47,33,5,6,136,47,130,23,137,47,33,7,62,136,47,32,219,140,143,32,203,136,47,130,23,137,47,33,6,234,136,47,71,17,6,134,95,32,119,136,47,130,23,130,199,36,1,0,49,254, + 133,130,215,46,25,0,38,0,167,179,17,12,14,4,43,179,35,10,3,130,5,34,30,8,27,95,95,41,32,35,84,207,5,33,176,40,95,95,9,36,15,47,27,177,15,24,64,99,20,80,64,12,32,9,24,78,64,7,24,69, + 86,42,94,38,5,65,251,6,35,17,51,17,20,113,156,5,32,53,131,10,48,6,7,6,21,20,22,51,2,248,125,143,20,18,16,33,16,109,24,137,25,12,33,127,135,110,17,6,38,41,64,29,2,3,70,127,24,137,33, + 15,42,252,184,180,242,43,45,76,72,96,0,0,65,25,5,52,254,3,164,0,31,0,153,179,15,12,12,4,43,179,28,10,7,4,43,176,7,121,177,8,35,16,176,23,208,130,14,33,177,26,81,56,10,32,13,24,129, + 165,11,73,192,12,140,247,32,26,130,38,32,26,88,193,7,32,10,96,113,6,41,178,8,0,13,17,18,57,177,18,6,24,138,20,40,65,11,5,37,35,53,2,35,32,17,131,255,80,154,8,47,6,21,20,22,51,3,254, + 125,143,30,23,62,98,254,254,168,24,82,90,7,89,171,9,38,233,255,0,1,123,2,64,24,111,228,11,131,250,45,255,255,255,193,0,0,3,227,6,203,2,38,0,56,88,55,12,32,229,130,23,34,195,5,88,130, + 23,32,88,130,23,34,6,0,214,130,5,32,0,130,47,32,236,130,23,32,184,132,47,32,58,140,47,36,225,254,117,3,193,132,47,99,125,5,134,47,33,0,49,130,47,34,119,6,201,130,71,32,59,78,99,12, + 32,47,131,23,33,5,83,130,23,32,91,76,111,13,132,47,32,142,136,47,39,218,0,0,1,117,255,255,0,133,47,32,25,136,47,88,103,6,134,95,32,205,136,47,32,223,140,47,32,87,136,47,32,223,84,33, + 7,130,95,42,164,5,47,0,22,0,157,179,0,14,4,127,118,5,33,5,8,121,117,12,71,110,5,83,255,12,66,226,12,33,8,47,24,117,253,10,24,66,34,12,32,2,130,25,36,2,15,62,89,177,24,81,179,9,32,22, + 81,88,5,39,7,208,176,12,16,177,19,6,109,206,39,32,37,69,232,8,33,52,54,24,128,53,10,37,2,23,210,253,209,211,24,70,109,11,34,117,117,117,24,128,45,12,65,211,6,34,164,6,203,130,251,32, + 142,65,115,8,32,119,130,23,38,219,255,233,3,186,5,86,130,23,32,158,65,115,6,38,2,0,0,255,255,255,211,130,23,32,211,132,47,32,143,140,47,32,213,130,23,32,209,132,47,32,159,139,47,39, + 0,25,254,139,3,131,5,47,130,71,32,52,71,95,11,33,255,246,130,23,34,139,3,186,130,23,32,84,71,119,13,71,167,43,41,0,1,1,141,4,94,2,70,6,47,122,139,8,50,1,47,48,49,1,3,35,17,2,70,84, + 101,6,47,254,47,1,209,0,130,27,36,0,4,94,3,164,132,37,42,7,0,11,0,57,179,8,8,9,4,43,84,212,8,103,191,12,37,10,47,27,177,10,21,85,176,5,32,1,24,91,236,7,37,176,8,208,176,9,208,133,89, + 36,1,35,53,51,5,130,3,131,97,39,2,23,187,187,253,22,186,186,133,105,37,254,47,187,187,187,255,100,193,7,36,47,2,34,1,129,130,219,42,3,1,119,254,140,0,0,255,255,255,95,130,138,33,115, + 6,131,23,32,133,133,23,33,253,210,140,23,34,35,1,119,131,17,35,0,2,1,135,131,23,37,0,23,0,0,2,233,130,47,130,23,33,254,138,130,49,34,2,1,137,132,47,36,91,255,233,3,199,132,71,32,143, + 134,71,32,206,133,23,130,95,32,184,132,23,32,148,144,23,32,188,131,23,33,0,157,139,23,130,51,34,233,3,164,130,23,34,38,1,167,130,23,34,6,1,120,130,5,130,114,16,158,167,1,99,34,0,49, + 0,74,47,5,40,5,0,42,179,3,12,0,4,43,116,65,26,57,176,0,16,177,2,6,244,48,49,19,33,21,33,17,35,49,3,115,253,22,137,5,25,117,251,92,65,173,11,32,3,24,73,173,64,32,1,132,149,24,157,43, + 109,32,119,24,141,249,135,138,251,36,96,176,12,47,176,24,156,7,124,32,3,80,241,5,53,5,47,0,3,0,23,0,43,0,233,176,44,47,176,45,47,176,4,220,176,44,16,82,214,6,8,51,4,16,177,24,8,244, + 180,218,24,234,24,2,93,64,27,9,24,25,24,41,24,57,24,73,24,89,24,105,24,121,24,137,24,153,24,169,24,185,24,201,24,13,93,176,14,16,177,34,12,244,64,19,126,0,17,45,9,93,64,9,150,34,166, + 34,182,34,198,34,4,93,126,8,6,66,139,5,32,19,125,129,11,73,144,7,49,179,1,6,2,4,43,176,19,16,177,29,6,244,180,217,29,233,29,131,124,32,8,24,135,223,26,37,176,9,16,177,39,6,24,141,46, + 37,66,226,5,24,99,9,31,46,229,1,215,254,41,2,226,54,118,191,137,137,191,119,53,24,150,209,8,55,49,92,135,86,107,139,84,33,33,84,139,107,106,140,84,32,2,199,117,57,131,244,186,113,24, + 158,1,7,39,113,188,244,131,129,207,146,77,24,153,51,11,122,251,6,24,157,113,97,37,0,49,0,0,3,158,132,103,87,215,23,75,22,7,90,144,12,93,218,12,87,215,29,24,156,229,26,69,211,8,32,6, + 130,135,120,158,9,24,77,209,15,132,25,72,152,7,8,36,178,1,0,4,17,18,57,48,49,33,1,1,35,1,51,1,3,80,254,131,254,133,147,1,178,186,1,178,4,141,251,115,5,25,250,231,0,68,51,9,34,12,0, + 109,16,156,249,1,34,33,3,0,130,0,51,3,164,5,25,0,7,0,15,0,19,0,126,176,20,47,176,21,47,176,20,119,53,6,43,177,1,11,244,176,21,16,176,6,220,177,3,130,9,49,8,208,176,1,16,176,9,208,176, + 0,16,176,11,208,176,6,16,176,118,103,7,74,114,12,45,6,47,27,177,6,15,62,89,179,17,6,18,4,43,131,38,33,0,220,130,5,35,177,2,6,244,131,57,33,4,208,89,2,5,94,129,6,34,176,10,220,91,169, + 5,33,48,49,80,35,6,8,50,33,1,33,21,35,17,33,17,35,1,33,21,33,121,2,178,121,252,92,3,43,253,78,121,3,164,121,253,186,1,215,254,41,1,45,184,184,254,211,4,164,187,1,48,254,208,254,222, + 117,0,2,68,161,8,16,157,193,1,75,67,77,9,58,7,0,75,176,8,47,176,9,47,176,0,220,177,1,8,244,176,8,16,176,5,208,176,5,47,177,4,88,197,7,74,182,12,68,38,20,66,2,6,38,48,49,33,35,17,33, + 17,130,3,46,3,115,138,253,209,137,3,66,4,164,251,92,5,25,0,115,25,12,24,158,49,173,24,95,193,143,32,15,24,154,159,155,117,23,5,35,5,25,0,20,24,152,21,166,32,3,132,177,32,188,130,177, + 48,25,0,34,0,43,0,145,179,35,12,13,4,43,179,6,8,7,130,5,34,0,12,26,81,111,5,39,18,208,176,6,16,176,20,208,24,65,45,36,131,42,8,43,31,208,64,27,6,35,22,35,38,35,54,35,70,35,86,35,102, + 35,118,35,134,35,150,35,166,35,182,35,198,35,13,93,180,213,35,229,35,2,93,176,7,16,176,38,84,213,6,73,5,12,32,6,69,103,6,87,29,7,8,42,35,53,46,3,53,52,62,2,55,53,51,21,30,3,7,52,46, + 2,39,17,54,54,37,20,22,23,17,14,3,3,188,61,111,155,94,138,94,153,111,59,59,111,153,130,8,8,65,155,111,61,137,39,71,107,67,135,149,253,66,145,135,67,105,71,37,2,143,98,168,127,80,10, + 172,174,10,80,125,168,98,99,168,129,79,13,162,162,10,82,127,170,99,70,125,98,64,12,253,37,22,199,141,141,199,22,2,219,12,66,96,125,0,1,255,24,154,183,216,75,125,8,39,27,0,85,179,12, + 12,9,4,24,113,243,8,35,8,25,4,43,103,235,6,32,4,24,101,164,9,117,67,12,93,206,12,35,26,47,27,177,24,124,124,8,73,47,7,43,48,49,1,20,2,7,17,35,17,38,2,53,84,25,5,32,23,130,6,33,62,3, + 130,12,8,51,3,115,168,180,138,182,166,137,17,45,82,67,138,65,82,47,16,138,3,39,205,255,0,22,254,188,1,68,22,1,2,205,1,240,254,14,53,117,102,78,15,3,95,252,161,15,78,102,117,53,1,242, + 100,121,8,42,142,2,34,1,137,0,0,0,3,0,140,82,75,5,32,255,82,243,5,34,142,2,35,133,17,47,0,2,1,148,0,0,255,255,0,2,255,233,3,170,6,47,130,47,32,159,130,47,34,2,1,119,130,5,131,23,32, + 0,130,23,32,129,130,23,34,38,1,163,130,17,32,6,136,23,34,12,254,139,94,235,5,33,1,165,140,23,36,186,255,233,2,233,79,179,10,139,71,79,203,5,32,178,79,203,11,133,119,45,3,186,0,19,0, + 41,0,204,179,0,12,20,4,43,24,190,66,36,76,2,5,36,29,47,27,177,29,87,197,7,104,113,12,32,32,130,25,32,32,84,168,7,32,37,130,12,32,37,24,132,109,43,8,54,176,25,16,177,15,6,244,180,217, + 15,233,15,2,93,64,27,8,15,24,15,40,15,56,15,72,15,88,15,104,15,120,15,136,15,152,15,168,15,184,15,200,15,13,93,178,28,37,25,17,18,57,178,30,25,15,131,6,32,34,132,13,34,48,49,19,85, + 222,6,52,55,46,3,35,34,14,2,7,52,62,2,51,50,22,23,19,51,3,19,35,3,86,4,5,8,52,139,27,59,97,67,60,92,71,52,20,20,52,71,92,60,67,97,59,27,137,45,96,146,100,123,182,41,56,147,131,131, + 147,56,41,182,123,100,146,96,45,1,211,64,131,108,70,70,106,133,64,63,132,106,130,7,53,132,63,94,176,135,82,155,137,1,14,254,47,254,45,1,14,137,156,82,138,176,0,120,29,5,40,168,5,47, + 0,26,0,52,1,13,99,155,5,42,179,16,8,39,4,43,180,218,39,234,39,131,199,57,9,39,25,39,41,39,57,39,73,39,89,39,105,39,121,39,137,39,153,39,169,39,185,39,201,39,130,199,34,30,39,16,130, + 192,33,176,30,24,188,246,37,39,177,22,12,244,178,19,5,22,131,50,41,4,16,176,49,208,176,22,16,176,54,90,31,6,24,111,89,12,24,69,141,12,72,7,7,35,179,36,6,33,84,176,5,8,43,27,6,244,64, + 27,7,27,23,27,39,27,55,27,71,27,87,27,103,27,119,27,135,27,151,27,167,27,183,27,199,27,13,93,180,214,27,230,27,2,93,178,3,0,27,130,108,35,178,19,33,36,130,6,43,176,11,16,177,44,6,244, + 180,217,44,233,44,131,217,8,63,8,44,24,44,40,44,56,44,72,44,88,44,104,44,120,44,136,44,152,44,168,44,184,44,200,44,13,93,48,49,5,34,38,39,17,35,17,52,62,2,51,50,30,2,21,20,6,7,22,22, + 21,20,14,2,39,50,54,53,52,38,35,35,53,51,131,8,8,108,46,2,35,34,14,2,21,17,22,22,1,238,99,145,64,137,66,112,156,90,96,152,104,56,117,109,133,148,66,116,162,98,143,162,170,166,90,90, + 145,135,30,64,102,74,53,103,81,50,60,147,23,48,49,254,65,5,31,84,143,105,57,59,94,125,64,104,160,37,41,166,123,82,137,100,58,117,144,116,117,147,117,142,108,37,80,65,43,32,68,102,70, + 253,45,65,56,0,1,0,0,254,139,3,123,3,164,0,14,0,62,70,43,5,35,178,11,7,6,97,68,8,36,0,47,27,177,0,101,60,20,32,6,130,25,39,6,17,62,89,178,11,6,0,130,46,37,48,49,1,14,3,7,130,208,8, + 66,1,51,1,54,18,55,3,123,17,57,86,119,77,138,254,115,158,1,61,119,139,19,3,164,119,254,252,241,107,254,180,1,74,3,207,252,180,199,1,172,217,0,2,0,39,255,233,3,121,5,47,0,39,0,55,1, + 17,179,46,12,17,4,43,179,0,12,25,130,5,34,7,12,40,67,117,38,35,178,20,17,7,130,127,24,185,249,36,8,34,64,27,6,46,22,46,38,46,54,46,70,46,86,46,102,46,118,46,134,46,150,46,166,46,182, + 46,198,46,13,93,180,213,46,229,46,70,201,5,32,57,66,52,6,32,30,130,228,32,30,77,241,7,32,12,130,12,33,12,15,130,241,34,20,12,30,130,113,8,52,176,30,16,177,37,6,244,180,217,37,233,37, + 2,93,64,19,8,37,24,37,40,37,56,37,72,37,88,37,104,37,120,37,136,37,9,93,64,9,152,37,168,37,184,37,200,37,4,93,176,12,16,177,51,130,47,35,7,51,23,51,130,47,60,23,39,51,55,51,71,51,87, + 51,103,51,119,51,135,51,151,51,167,51,183,51,199,51,11,93,180,214,51,230,130,32,49,48,49,1,20,30,4,21,20,14,2,35,34,46,2,53,52,54,55,71,55,5,24,83,221,9,37,1,52,38,39,6,6,91,193,5, + 8,122,62,2,1,78,82,123,145,123,82,60,110,158,98,96,158,111,59,166,168,37,64,47,28,39,75,109,69,84,132,61,61,48,106,62,67,88,1,162,148,133,133,162,31,67,111,78,78,110,70,31,4,68,41, + 76,82,98,127,160,102,97,155,115,62,62,115,155,97,118,238,92,25,51,55,66,41,43,84,67,41,33,41,98,33,22,59,253,23,114,189,71,71,189,117,57,110,89,53,56,88,110,0,0,1,0,0,255,233,3,129, + 3,186,0,48,0,191,179,28,12,43,4,43,176,43,77,133,6,8,39,64,27,6,28,22,28,38,28,54,28,70,28,86,28,102,28,118,28,134,28,150,28,166,28,182,28,198,28,13,93,180,213,28,229,28,2,93,176,28, + 16,93,231,5,69,43,5,36,5,47,27,177,5,66,93,7,24,64,195,8,34,21,6,22,24,139,170,8,99,123,36,32,176,24,85,52,42,42,178,46,22,21,17,18,57,48,49,19,52,68,253,5,36,7,38,38,35,34,65,69,5, + 39,51,21,35,34,14,2,21,20,24,85,40,11,8,89,53,52,54,55,38,38,12,66,119,161,97,153,201,61,102,41,154,118,142,163,30,64,98,66,206,206,68,100,68,35,182,148,123,164,47,96,63,207,160,100, + 170,125,72,113,92,99,94,2,164,63,105,71,39,100,100,70,70,84,88,74,25,51,41,27,116,27,43,55,27,80,90,76,72,66,100,99,39,74,107,67,72,119,18,16,119,0,0,1,0,2,107,111,6,8,65,40,0,130, + 176,41,47,176,42,47,176,34,220,177,0,12,244,180,218,0,234,0,2,93,64,27,9,0,25,0,41,0,57,0,73,0,89,0,105,0,121,0,137,0,153,0,169,0,185,0,201,0,13,93,176,41,16,176,10,208,176,10,47,178, + 15,10,34,130,206,8,40,177,24,12,244,64,27,6,24,22,24,38,24,54,24,70,24,86,24,102,24,118,24,134,24,150,24,166,24,182,24,198,24,13,93,180,213,24,229,24,2,93,24,66,75,8,50,17,47,27,177, + 17,21,62,89,177,15,6,244,48,49,5,52,46,2,39,66,95,5,38,55,33,53,33,21,6,4,66,88,5,8,72,23,30,3,21,20,6,7,39,54,54,3,2,33,59,88,55,84,189,158,102,100,174,232,131,254,59,2,234,184,254, + 217,205,109,72,115,147,74,71,132,98,59,116,117,60,88,68,115,37,43,25,12,4,6,35,100,189,160,104,203,180,152,53,117,117,49,160,188,203,92,113,141,80,31,130,78,40,51,88,74,86,153,41,104, + 33,96,131,253,50,12,254,139,3,115,3,186,0,29,0,145,176,30,47,176,31,47,176,30,102,114,8,37,8,244,178,0,17,16,130,213,41,176,31,16,176,7,220,177,8,8,244,66,46,5,24,88,33,12,32,27,130, + 192,32,27,66,59,7,32,7,24,110,102,11,32,16,102,144,6,35,178,0,7,3,104,25,5,32,177,101,197,39,96,6,5,41,54,54,51,50,22,21,17,35,17,52,24,148,197,11,33,7,39,132,23,8,66,1,47,31,131,104, + 154,160,138,86,90,104,141,138,45,35,34,33,27,21,57,29,71,109,3,6,78,102,184,192,252,73,3,183,116,144,160,146,253,236,2,236,43,47,15,107,10,14,88,0,0,3,0,41,255,233,3,127,5,47,0,19, + 0,30,0,41,0,164,24,105,91,21,39,25,8,244,176,10,16,177,26,130,6,38,36,208,176,25,16,176,37,75,78,6,91,28,12,24,66,127,8,33,37,6,73,229,5,8,46,177,20,6,244,64,27,7,20,23,20,39,20,55, + 20,71,20,87,20,103,20,119,20,135,20,151,20,167,20,183,20,199,20,13,93,180,214,20,230,20,2,93,176,15,16,177,31,6,24,93,54,37,24,105,77,17,8,55,1,50,62,2,55,33,30,3,19,34,14,2,7,33,46, + 3,3,127,49,103,163,113,115,159,105,47,47,105,159,115,115,161,105,47,254,84,78,108,68,31,4,253,192,2,33,68,106,78,78,106,68,33,2,2,64,4,130,11,8,54,2,139,149,248,178,99,99,178,248,149, + 148,248,180,100,100,178,250,253,63,78,137,189,108,108,189,137,78,4,92,73,131,179,104,104,179,131,73,0,1,0,186,255,233,2,233,3,164,0,17,0,93,179,13,8,8,87,223,7,24,91,57,12,39,3,47, + 27,177,3,15,62,89,105,184,7,35,3,16,177,15,132,255,56,15,23,15,39,15,55,15,71,15,87,15,103,15,119,15,135,15,151,15,167,15,183,15,199,15,131,255,46,15,230,15,2,93,178,17,3,11,17,18, + 57,48,49,37,72,234,5,8,39,53,17,35,53,33,17,20,51,50,55,2,233,22,57,43,45,82,62,37,211,1,93,106,49,27,2,12,13,31,58,86,55,2,92,121,253,43,113,17,0,108,95,125,45,0,1,255,225,0,0,3,193, + 5,47,0,18,0,93,67,7,5,34,14,47,27,24,169,158,9,80,197,12,84,135,10,32,14,130,235,8,43,176,14,16,177,8,6,244,180,217,8,233,8,2,93,64,27,8,8,24,8,40,8,56,8,72,8,88,8,104,8,120,8,136, + 8,152,8,168,8,184,8,200,8,13,93,84,179,6,8,86,39,38,38,35,34,6,7,39,54,51,50,22,23,1,3,29,254,182,254,176,162,1,160,57,19,51,68,28,90,47,27,96,96,86,142,39,1,248,3,47,252,209,3,190, + 142,45,65,16,20,118,35,61,99,251,113,0,0,1,0,49,254,139,3,152,3,164,0,33,0,172,176,34,47,176,35,47,176,22,220,177,19,8,244,178,0,22,19,131,140,45,34,16,176,8,208,176,8,47,177,7,12, + 244,176,10,66,220,6,109,144,12,105,178,12,67,211,12,65,247,8,36,0,69,88,176,31,130,255,39,31,15,62,89,178,0,7,9,130,88,33,178,6,132,6,46,176,3,16,177,14,6,244,64,27,7,14,23,14,39,14, + 24,198,198,29,35,25,208,178,27,132,53,66,14,6,32,38,24,114,71,14,36,17,20,22,51,50,99,21,5,8,55,38,2,117,21,137,98,60,104,23,137,137,109,78,47,84,65,37,139,41,29,49,29,27,21,49,37, + 72,108,158,76,105,62,57,254,43,5,25,253,155,106,119,41,78,115,71,2,21,253,22,45,47,17,109,12,13,89,100,225,6,36,123,3,164,0,10,86,65,7,32,0,73,78,11,70,253,12,135,224,34,178,7,3,73, + 78,6,35,6,2,7,35,73,76,7,57,35,178,158,139,254,131,164,1,47,119,127,18,3,164,240,254,33,213,3,164,252,225,197,1,129,217,70,73,6,59,139,5,47,0,58,0,195,179,29,12,56,4,43,179,39,12,46, + 4,43,178,0,56,39,17,18,57,64,27,24,131,187,34,35,178,3,56,29,130,43,38,176,3,47,177,18,8,244,24,124,12,36,41,176,39,16,176,60,220,0,176,42,47,24,99,239,9,38,21,62,89,179,34,3,51,130, + 129,34,22,6,23,131,129,33,23,22,131,85,32,8,76,185,41,37,48,49,1,38,38,53,71,154,14,33,22,51,71,153,7,33,30,2,70,145,9,32,53,70,179,7,61,54,1,27,111,115,68,113,147,80,78,164,63,43, + 70,122,70,117,153,139,141,246,246,76,125,88,47,70,115,147,76,70,157,8,8,35,33,59,88,55,117,195,141,80,148,2,176,35,166,96,78,127,88,49,35,35,106,35,24,125,100,113,127,116,39,72,94, + 55,78,92,49,19,70,166,11,45,47,37,43,25,12,4,10,35,80,133,109,108,166,0,16,153,175,1,98,45,38,0,206,176,39,47,176,40,47,176,0,220,176,39,120,195,11,24,112,121,43,35,8,16,176,30,71, + 56,11,24,70,40,29,124,223,39,38,178,7,5,34,17,18,57,24,112,145,51,77,229,10,33,7,52,77,207,6,32,21,24,167,53,8,8,63,121,176,110,150,123,137,49,105,159,111,105,170,120,64,137,41,82, + 121,78,61,107,76,43,60,135,78,84,125,84,43,1,209,109,178,129,72,97,254,65,3,70,92,176,137,84,71,131,181,106,80,135,100,58,41,90,142,100,250,65,56,58,98,135,0,67,255,7,37,3,186,0,43, + 0,175,92,243,6,32,44,75,147,6,37,176,45,16,176,27,220,69,117,5,8,49,176,0,16,177,17,12,244,64,27,6,17,22,17,38,17,54,17,70,17,86,17,102,17,118,17,134,17,150,17,166,17,182,17,198,17, + 13,93,180,213,17,229,17,2,93,176,27,16,177,34,12,24,82,196,37,34,0,176,30,68,1,5,68,206,7,73,108,40,75,131,14,35,14,2,21,20,67,223,18,47,2,72,129,180,109,141,205,59,96,43,162,104,82, + 131,91,49,74,113,12,58,33,59,88,55,111,193,145,84,1,209,108,181,129,71,108,92,66,68,82,58,100,135,80,94,125,78,37,67,202,17,34,8,56,106,67,199,8,40,250,3,164,0,22,0,41,0,205,73,139, + 6,32,42,76,151,6,41,176,43,16,176,5,220,178,0,15,5,65,237,6,8,82,26,12,244,64,27,6,26,22,26,38,26,54,26,70,26,86,26,102,26,118,26,134,26,150,26,166,26,182,26,198,26,13,93,180,213,26, + 229,26,2,93,176,5,16,177,36,12,244,180,218,36,234,36,2,93,64,27,9,36,25,36,41,36,57,36,73,36,89,36,105,36,121,36,137,36,153,36,169,36,185,36,201,36,13,71,197,6,70,236,12,24,71,41,8, + 43,20,16,177,0,6,244,176,23,208,176,10,16,24,98,9,41,41,23,16,176,41,208,48,49,1,30,3,78,48,9,37,62,2,51,33,21,33,76,218,6,8,78,50,62,2,53,52,46,2,39,2,137,43,84,68,41,66,121,166,100, + 102,166,119,65,73,131,181,106,2,35,253,219,170,182,43,82,114,74,74,117,84,43,35,66,90,57,3,47,18,78,105,120,62,102,166,121,66,72,127,178,109,106,174,123,66,117,192,160,78,135,98,58, + 51,88,125,74,60,118,105,80,20,78,9,6,41,164,3,164,0,19,0,92,179,5,8,97,141,8,36,2,47,27,177,2,67,115,7,32,14,130,12,37,14,15,62,89,176,2,24,119,102,11,72,148,5,36,64,27,7,8,23,24,181, + 244,31,130,210,33,33,53,130,197,33,17,20,24,118,206,10,8,34,1,141,254,115,3,164,254,115,106,29,35,14,26,40,82,45,82,62,37,3,47,117,117,253,160,113,8,7,107,25,31,58,86,55,0,130,159, + 42,49,255,233,3,164,3,182,0,29,0,149,76,97,9,90,14,5,44,8,12,244,176,31,16,176,25,220,177,18,12,244,24,83,115,36,73,119,5,102,139,12,24,97,37,12,32,0,130,232,32,0,130,232,35,177,13, + 3,244,130,216,8,38,13,23,13,39,13,55,13,71,13,87,13,103,13,119,13,135,13,151,13,167,13,183,13,199,13,13,93,180,214,13,230,13,2,93,48,49,5,34,46,85,88,7,40,51,50,62,2,53,52,38,39,55, + 82,1,5,8,76,1,211,94,154,110,60,137,45,76,103,57,92,125,76,35,37,43,133,41,43,53,113,176,23,48,96,141,96,2,62,253,194,61,98,68,35,78,123,147,68,104,189,92,53,96,219,123,94,191,153, + 97,0,2,255,236,254,139,3,190,3,186,0,33,0,45,0,183,179,25,12,18,4,43,179,11,8,12,130,5,40,5,12,37,4,43,64,27,6,25,24,205,35,32,8,53,176,12,16,176,28,208,176,11,16,176,34,208,180,218, + 37,234,37,2,93,64,27,9,37,25,37,41,37,57,37,73,37,89,37,105,37,121,37,137,37,153,37,169,37,185,37,201,37,13,93,176,5,16,176,47,81,43,6,72,219,12,51,11,47,27,177,11,17,62,89,176,0,16, + 177,42,6,244,180,217,42,233,42,131,76,8,164,8,42,24,42,40,42,56,42,72,42,88,42,104,42,120,42,136,42,152,42,168,42,184,42,200,42,13,93,48,49,1,50,30,2,21,20,14,2,7,17,35,17,46,3,53, + 52,54,55,23,6,6,21,20,22,23,17,52,62,2,3,54,54,53,52,46,2,35,34,6,21,2,84,82,133,94,53,61,111,155,96,138,94,153,111,59,100,92,82,66,71,145,135,19,45,76,2,135,151,41,63,82,39,35,26, + 3,186,71,129,181,108,98,170,125,80,10,254,157,1,99,10,80,127,168,98,131,229,70,94,53,175,108,141,201,23,2,131,43,78,58,32,252,170,23,201,141,80,135,100,58,45,50,0,1,255,248,254,117, + 3,164,3,188,0,11,0,60,102,229,13,70,64,12,130,12,33,178,1,118,246,12,32,7,133,13,32,9,132,6,8,52,48,49,9,2,35,1,1,55,1,1,51,1,1,3,12,254,201,254,199,164,1,141,254,141,121,1,74,1,45, + 162,254,129,1,94,254,117,2,43,253,235,2,131,2,105,69,253,193,2,39,253,106,253,174,24,125,117,8,37,4,94,0,27,0,75,87,203,31,32,18,69,110,5,35,10,47,27,177,24,169,102,8,110,58,12,32, + 4,130,25,35,4,17,62,89,87,193,44,49,1,209,205,255,0,22,254,157,1,99,22,1,2,205,1,209,254,45,87,193,5,34,250,252,6,87,193,5,56,211,0,1,255,242,255,233,3,182,3,182,0,52,0,214,179,19, + 12,8,4,43,179,28,8,25,130,5,43,45,12,34,4,43,178,0,25,28,17,18,57,24,114,34,36,24,89,30,37,32,45,85,189,9,108,11,12,32,40,130,224,32,40,65,150,7,76,25,12,32,50,130,25,39,50,15,62,89, + 178,0,3,13,130,139,35,176,3,16,177,109,13,39,34,176,31,208,76,11,6,41,46,2,53,52,62,2,55,23,14,3,82,10,5,38,53,17,51,17,20,22,51,85,142,5,24,125,103,11,8,89,211,23,114,80,72,100,64, + 28,10,22,31,21,135,23,30,21,8,57,70,61,86,138,88,61,70,59,10,21,30,23,135,21,33,20,12,28,64,100,74,80,115,162,82,103,68,119,168,100,62,141,139,129,47,53,45,117,127,125,51,172,166,164, + 148,1,81,254,175,148,164,166,172,51,125,127,117,45,53,47,129,139,141,62,100,168,119,68,103,0,255,255,79,11,5,34,5,25,2,104,103,6,34,0,140,0,24,145,17,9,32,164,132,23,32,178,130,16, + 32,6,135,23,117,213,5,37,6,47,2,34,1,173,89,43,12,33,49,255,104,175,7,132,47,89,43,7,65,201,5,130,47,34,38,1,182,89,43,12,38,49,0,0,3,115,6,142,130,119,32,207,130,23,32,7,131,95,37, + 1,117,0,1,255,119,130,71,8,43,115,5,25,0,35,0,232,176,36,47,176,37,47,176,36,16,176,33,208,176,33,47,177,32,12,244,176,3,208,176,37,16,176,9,220,178,4,33,9,17,18,57,178,17,132,6,127, + 6,6,34,69,88,176,24,91,153,12,69,57,12,81,172,7,33,176,0,130,38,35,32,47,27,177,89,33,8,70,60,8,103,202,5,35,178,4,14,0,132,90,132,6,34,176,14,16,80,248,41,33,6,16,24,176,241,40,33, + 176,2,24,87,148,8,36,3,33,21,35,17,119,184,5,34,14,2,35,120,195,6,33,53,17,119,214,9,51,35,137,1,254,187,99,254,1,88,37,62,82,45,84,38,26,14,35,29,106,119,213,6,8,94,186,5,25,117,254, + 22,1,0,254,133,254,144,55,86,58,31,25,109,9,8,113,1,112,125,138,70,117,151,82,254,94,4,164,0,255,255,0,49,0,0,3,164,6,201,2,38,1,205,0,0,0,7,0,139,0,0,1,117,0,1,255,236,255,233,3,172, + 5,47,0,46,0,183,176,47,47,176,48,47,176,21,220,176,0,208,176,0,47,176,47,16,176,11,208,176,11,130,17,130,254,35,13,244,176,23,130,12,48,16,177,36,8,244,176,33,208,176,20,16,176,46, + 208,176,46,47,70,172,5,115,15,21,8,58,34,6,35,4,43,178,19,4,16,17,18,57,176,16,16,177,28,6,244,180,217,28,233,28,2,93,64,27,8,28,24,28,40,28,56,28,72,28,88,28,104,28,120,28,136,28, + 152,28,168,28,184,28,200,28,13,93,176,4,16,24,82,180,42,39,1,6,7,6,35,34,46,4,77,200,7,36,53,51,17,35,52,74,250,5,8,66,7,33,21,33,22,22,23,30,3,51,50,19,3,172,51,116,116,176,91,145, + 112,79,51,23,54,119,191,137,121,171,42,117,117,53,90,122,69,96,134,85,43,5,2,70,253,186,3,35,38,21,55,71,87,53,244,96,1,86,167,100,98,52,91,126,150,167,88,24,152,44,8,51,70,122,90, + 51,84,138,176,91,117,88,171,71,39,66,48,27,1,39,0,1,120,7,5,37,5,47,0,63,0,211,24,188,135,109,41,178,8,5,37,17,18,57,177,17,6,24,188,126,250,104,27,102,24,66,199,18,40,140,0,0,1,115, + 0,1,255,254,68,169,6,34,17,0,76,24,197,165,126,34,2,255,117,130,139,50,156,5,25,0,8,0,36,0,186,179,21,12,35,4,43,179,5,12,18,130,5,36,14,8,0,4,43,87,234,37,38,5,16,176,9,208,176,14, + 24,66,175,9,36,9,47,27,177,9,24,67,111,15,36,176,0,69,88,176,24,66,136,12,32,26,130,38,60,26,15,62,89,179,11,6,3,4,43,176,9,16,177,19,6,244,178,30,26,9,17,18,57,176,26,16,177,33,24, + 132,99,40,41,1,52,38,35,35,17,51,50,54,1,130,4,35,22,21,20,6,130,13,33,35,17,24,73,59,11,8,68,53,17,3,18,108,92,76,76,92,108,254,236,74,161,179,179,163,209,187,32,58,76,43,40,54,22, + 24,13,32,25,94,1,113,127,133,254,0,127,4,37,253,208,188,188,187,182,4,164,252,43,55,86,58,31,9,10,115,9,8,113,4,74,0,2,0,49,0,0,3,65,41,5,44,27,0,159,179,27,12,9,4,43,179,16,12,13, + 130,5,32,20,65,41,41,53,16,16,176,4,208,176,27,16,176,11,208,176,13,16,176,24,208,176,20,16,176,29,74,158,6,96,254,12,85,65,12,32,9,117,56,6,37,176,0,69,88,176,23,130,12,32,23,104, + 22,5,55,3,4,43,176,23,16,177,5,6,244,176,17,16,176,12,208,176,3,16,176,25,208,48,49,65,14,8,34,5,17,51,133,1,32,50,65,20,8,65,6,7,36,253,31,137,187,137,65,9,6,134,253,38,244,5,25,253, + 208,2,48,65,2,5,35,2,117,253,139,24,72,227,11,51,23,0,161,176,24,47,176,25,47,176,24,16,176,21,208,176,21,47,177,20,71,87,5,32,25,71,87,5,38,21,9,17,18,57,177,10,89,10,7,71,80,25,140, + 205,24,118,132,9,40,16,177,2,6,244,178,4,9,0,130,70,8,51,176,6,16,177,14,6,244,180,217,14,233,14,2,93,64,27,8,14,24,14,40,14,56,14,72,14,88,14,104,14,120,14,136,14,152,14,168,14,184, + 14,200,14,13,93,176,2,16,176,22,208,176,23,130,247,71,16,9,32,35,71,5,19,24,177,14,7,70,251,9,35,253,193,2,63,70,242,9,70,241,6,38,158,6,201,2,38,1,212,70,241,9,41,255,255,255,225, + 255,233,3,193,6,123,130,23,32,221,132,23,60,217,0,0,1,117,0,1,0,49,254,193,3,115,5,25,0,11,0,83,179,8,12,5,4,43,179,2,8,3,130,5,32,0,114,139,5,32,2,75,9,5,103,212,12,65,230,12,87,27, + 12,24,177,62,8,36,8,6,244,176,9,130,207,39,33,33,17,35,17,33,17,51,131,3,54,3,115,254,164,138,254,164,137,2,47,138,254,193,1,63,5,25,251,92,4,164,0,2,108,3,8,24,208,127,91,66,253,5, + 32,162,130,231,44,8,0,21,0,115,176,22,47,176,23,47,176,13,92,13,42,32,22,91,59,7,33,5,12,131,218,72,0,5,99,226,12,24,65,164,8,38,10,6,3,4,43,176,16,66,214,5,37,18,16,177,20,6,244,66, + 209,5,38,33,17,33,50,54,1,33,66,202,5,130,12,35,21,33,3,25,24,198,124,7,45,253,161,1,39,213,236,236,215,254,82,3,66,253,71,66,207,6,43,1,245,188,188,187,182,5,25,117,0,0,3,24,92,45, + 8,37,14,0,27,0,36,0,24,209,65,238,114,153,73,55,0,0,254,193,3,164,5,25,0,15,0,24,0,82,179,13,11,0,4,43,179,16,12,5,130,5,34,8,12,22,130,5,48,10,11,11,4,43,176,10,16,176,26,220,0,176, + 10,47,176,14,67,2,18,96,167,7,61,177,8,6,244,176,21,208,176,22,208,176,6,16,177,23,6,244,48,49,53,62,2,18,53,17,33,17,51,17,35,130,5,8,57,35,1,20,2,6,6,7,33,17,35,57,88,60,31,1,253, + 187,123,253,82,123,1,117,23,49,80,57,1,188,235,117,49,113,188,1,35,225,1,66,251,92,254,76,1,63,254,193,5,22,176,254,242,209,154,57,4,47,0,24,208,35,111,58,255,193,0,0,3,227,5,25,0, + 19,0,127,179,19,8,0,4,43,176,0,16,176,8,208,176,19,16,90,73,8,68,6,12,71,35,12,109,247,12,68,19,12,78,60,12,48,15,47,27,177,15,15,62,89,178,2,0,6,17,18,57,178,8,133,6,32,11,133,6,32, + 17,132,6,45,48,49,33,17,39,1,35,1,1,51,1,17,51,17,130,5,130,11,8,39,7,17,1,141,55,254,250,143,1,63,254,193,149,1,55,138,1,55,149,254,193,1,63,143,254,250,55,2,6,100,253,150,2,225,2, + 56,253,188,2,68,132,3,63,200,253,31,2,106,100,253,250,0,1,0,27,255,233,3,152,5,47,0,62,0,228,179,45,13,43,4,43,179,55,12,31,130,217,8,55,55,16,177,20,9,244,177,0,8,244,176,45,16,176, + 11,208,176,11,47,180,218,31,234,31,2,93,64,27,9,31,25,31,41,31,57,31,73,31,89,31,105,31,121,31,137,31,153,31,169,31,185,31,201,31,13,93,131,45,40,41,208,176,41,47,178,58,43,0,130,192, + 36,176,55,16,176,64,24,66,122,19,94,67,8,32,26,94,67,7,93,67,39,39,176,50,16,177,35,6,244,180,24,184,79,36,34,45,5,50,130,133,35,178,58,25,26,130,6,94,81,9,36,39,55,22,23,22,82,242, + 5,57,46,2,35,53,50,62,2,53,52,39,38,35,34,6,7,6,6,21,35,17,51,21,62,3,51,50,101,17,5,8,107,30,3,3,152,70,117,153,84,94,164,125,78,8,133,12,93,92,139,59,104,78,45,50,97,142,92,67,128, + 100,62,73,73,116,65,121,42,40,54,125,117,24,74,88,96,48,84,146,107,62,132,124,69,105,71,36,1,104,86,141,100,56,51,102,150,99,18,150,77,76,40,70,98,58,80,101,57,20,117,22,54,89,67,110, + 66,67,50,41,38,112,76,1,156,152,49,66,41,18,49,92,134,85,112,146,19,10,60,89,111,66,211,11,40,9,0,98,176,10,47,176,11,47,24,104,79,8,42,177,1,12,244,176,11,16,176,5,220,177,24,140, + 94,8,71,131,12,32,3,24,72,115,11,65,96,7,24,127,9,12,40,178,2,5,0,17,18,57,178,7,132,6,8,32,48,49,19,51,17,1,51,17,35,17,1,35,49,137,1,248,193,138,253,242,170,5,25,251,227,4,29,250, + 231,4,80,251,176,78,33,7,38,115,6,121,2,38,1,210,71,23,8,32,115,67,123,6,32,158,115,23,120,32,231,75,97,6,34,19,0,139,113,137,6,48,1,220,177,2,8,244,176,20,16,176,18,208,176,18,47, + 177,5,72,166,20,24,102,23,12,36,12,47,27,177,12,125,181,15,58,176,0,16,177,3,6,244,178,13,10,0,17,18,57,176,10,16,177,16,6,244,64,27,7,16,23,16,24,226,158,30,38,48,49,1,17,35,17,33, + 74,148,5,59,39,55,22,22,51,50,53,17,3,115,138,254,91,37,62,82,45,84,39,27,14,35,29,106,5,25,250,231,74,123,7,33,25,109,74,122,5,115,141,172,33,11,0,119,103,129,16,50,197,2,128,51,255, + 236,255,236,3,172,5,47,0,37,0,227,176,38,47,176,39,47,176,18,83,31,7,33,38,16,92,236,6,16,218,175,1,13,36,194,110,186,244,131,83,54,8,35,69,123,90,51,121,207,5,36,157,101,1,37,0,98, + 167,6,74,117,5,24,206,49,154,78,37,5,37,5,25,0,18,0,90,125,249,18,103,37,12,77,235,8,37,10,6,244,64,27,7,24,215,134,33,34,178,17,4,99,118,6,34,1,6,6,85,236,7,24,177,164,30,51,5,25, + 251,112,98,62,35,119,20,17,66,45,141,3,191,252,208,3,48,0,16,51,133,1,242,51,254,193,4,31,5,25,0,11,0,79,179,7,12,4,4,43,179,11,8,8,130,5,45,1,11,2,4,43,176,1,16,176,13,220,0,176,1, + 97,34,10,36,21,62,89,176,0,24,87,67,15,32,3,104,215,6,44,177,0,6,244,176,7,208,176,8,208,48,49,37,80,158,9,44,17,4,31,123,252,141,137,2,47,138,117,254,76,80,158,7,33,251,92,74,179, + 11,34,19,0,94,123,23,16,50,12,244,176,21,16,176,12,220,177,11,8,244,176,14,208,178,15,0,12,111,217,13,24,83,36,12,24,223,154,12,43,15,62,89,179,5,6,17,4,43,178,15,13,67,25,5,32,19, + 91,5,5,36,62,2,53,17,51,130,153,35,2,35,32,17,24,182,229,13,51,5,25,253,192,125,137,70,116,152,82,1,162,250,231,2,94,255,0,1,123,68,93,11,37,11,0,124,176,12,47,131,221,43,7,47,176, + 0,220,178,239,0,1,93,178,64,130,4,33,177,1,130,158,35,0,16,176,3,130,19,32,3,131,19,130,4,33,177,6,130,188,35,7,16,177,10,130,6,32,6,65,68,5,32,0,90,72,15,24,141,152,12,24,97,160,20, + 46,177,2,6,244,176,10,208,176,11,208,48,49,1,51,17,81,236,6,44,17,33,1,141,138,1,4,137,252,92,137,1,4,81,234,5,33,250,231,131,7,132,173,65,207,6,44,15,0,111,179,3,12,0,4,43,179,7,8, + 4,130,5,43,11,12,8,4,43,176,11,16,177,12,11,244,130,6,33,176,14,130,85,38,16,176,17,220,0,176,13,24,132,62,10,65,67,7,24,153,2,12,78,140,12,96,42,8,32,3,65,233,7,130,157,33,176,12, + 130,160,32,49,82,138,5,132,165,35,51,17,35,17,130,156,131,165,33,123,123,133,162,35,251,92,4,164,79,138,5,34,0,2,0,130,0,41,3,162,5,25,0,12,0,21,0,118,82,49,6,33,22,16,110,19,5,55, + 177,18,12,244,176,1,208,176,23,16,176,6,220,177,13,12,244,180,218,13,234,13,2,93,24,224,104,29,69,82,18,24,64,192,8,34,3,6,16,130,251,35,0,16,177,11,130,179,39,9,16,177,18,6,244,48, + 49,131,167,82,45,7,32,35,85,19,8,51,1,117,178,180,199,199,182,254,199,236,3,25,129,111,180,180,111,129,5,25,85,245,8,39,205,127,133,254,0,127,0,0,125,209,9,48,10,0,19,0,23,0,135,179, + 1,12,0,4,43,179,6,12,11,130,5,36,21,12,20,4,43,24,217,108,37,38,1,16,176,15,208,176,21,24,78,5,9,77,147,12,36,20,47,27,177,20,67,110,12,76,112,7,32,22,130,25,32,22,130,12,35,179,3, + 6,14,87,27,5,32,16,132,210,32,51,86,224,7,32,33,137,208,54,51,17,35,137,135,162,178,178,164,254,242,1,219,108,93,137,137,93,108,1,64,137,137,135,214,86,219,8,33,250,231,86,199,6,83, + 201,5,34,19,0,108,67,143,6,83,201,43,32,20,83,201,53,83,194,20,32,51,83,192,19,32,137,83,189,14,45,0,1,255,248,255,233,3,184,5,47,0,46,0,190,92,111,6,43,47,16,176,24,208,176,24,47, + 177,23,13,244,92,121,6,48,48,16,176,35,220,177,10,8,244,176,13,208,176,23,16,176,26,130,31,32,16,92,111,5,34,178,27,46,24,141,16,9,115,49,12,8,64,42,47,27,177,42,15,62,89,179,13,6, + 10,4,43,176,42,16,177,2,6,244,64,27,7,2,23,2,39,2,55,2,71,2,87,2,103,2,119,2,135,2,151,2,167,2,183,2,199,2,13,93,180,214,2,230,2,2,93,176,30,16,177,18,6,244,24,150,194,36,53,178,27, + 42,30,17,18,57,48,49,19,18,51,50,62,2,55,54,54,55,33,53,33,118,227,5,38,21,35,17,51,21,54,54,80,80,5,8,103,14,4,35,34,39,38,39,111,96,244,53,87,71,55,21,38,35,3,253,186,2,70,5,43,85, + 134,96,69,122,90,53,117,117,42,171,121,137,191,119,54,23,51,79,112,145,91,176,116,116,51,1,133,254,217,27,48,66,39,71,171,88,117,91,176,138,84,51,90,122,70,1,172,152,88,86,113,188, + 244,131,88,167,150,126,91,52,98,100,167,0,2,0,49,255,233,3,168,5,47,0,14,0,34,0,222,66,205,6,40,30,8,11,4,43,179,7,12,20,130,250,42,11,16,176,3,208,176,1,16,176,12,208,24,168,249,36, + 36,176,7,16,176,36,24,138,212,19,68,88,12,32,13,24,108,114,11,67,173,10,130,119,33,176,9,111,25,41,54,176,5,16,177,25,6,244,180,217,25,233,25,2,93,64,27,8,25,24,25,40,25,56,24,229, + 108,18,52,13,93,48,49,19,51,17,51,18,33,32,17,16,33,32,3,35,17,35,37,50,102,90,5,115,58,5,8,53,30,2,49,137,172,13,1,20,1,33,254,223,254,236,13,172,137,2,86,47,60,32,13,13,32,60,47, + 47,59,33,12,12,33,59,5,25,253,174,2,104,253,92,253,94,2,105,253,174,94,82,148,204,123,123,24,142,164,10,39,0,2,255,244,0,0,3,115,85,3,6,39,148,176,25,47,176,26,47,176,24,219,34,7,36, + 176,26,16,176,10,70,207,5,33,5,16,116,74,5,131,189,43,16,8,244,64,27,6,16,22,16,38,16,54,24,250,180,27,35,176,11,16,176,24,140,251,7,70,48,12,103,127,8,36,0,69,88,176,14,102,182,6, + 8,40,179,19,1,0,4,43,176,0,16,176,12,208,176,12,47,176,8,16,177,21,6,244,48,49,1,46,3,53,52,54,51,33,17,35,17,35,1,35,19,20,22,130,10,8,49,33,34,6,1,125,82,139,101,57,236,215,1,174, + 138,202,254,131,174,155,166,144,1,36,254,220,144,166,2,53,6,56,92,131,82,186,187,250,231,2,47,253,209,3,164,135,121,2,0,123,0,130,233,40,254,255,233,3,115,3,186,0,38,16,211,217,1,128, + 63,0,255,233,3,164,5,47,0,13,0,58,1,10,176,59,47,176,60,47,176,59,16,176,14,208,176,14,47,177,41,8,244,24,183,114,37,97,164,5,8,50,60,16,176,51,220,177,8,12,244,180,218,8,234,8,2,93, + 64,27,9,8,25,8,41,8,57,8,73,8,89,8,105,8,121,8,137,8,153,8,169,8,185,8,201,8,13,93,176,27,208,176,27,97,179,6,127,56,12,36,27,47,27,177,27,70,189,7,32,56,130,12,44,56,15,62,89,179, + 46,6,11,4,43,176,56,16,24,208,87,41,32,19,24,194,199,41,43,177,24,2,244,177,31,6,244,178,41,56,19,69,81,5,32,20,85,169,6,37,38,35,34,6,39,52,122,171,5,24,84,47,10,24,244,149,10,106, + 120,5,8,76,2,150,172,151,70,119,86,47,168,154,166,157,150,63,115,158,96,45,62,49,45,31,41,57,41,71,43,116,51,39,58,49,51,35,61,107,80,45,25,72,88,100,49,98,168,123,70,70,123,168,98, + 235,238,1,188,159,191,49,93,129,79,160,191,191,47,150,248,178,100,18,25,18,28,33,82,41,55,130,7,49,67,127,180,113,45,70,49,24,59,117,174,117,98,172,125,72,1,72,90,109,8,43,3,164,0, + 16,0,29,0,38,0,169,179,35,75,119,5,37,12,17,4,43,180,218,24,119,225,34,35,178,30,17,11,124,87,43,38,0,12,244,178,14,4,0,131,50,24,190,208,10,113,191,20,41,179,25,6,33,4,43,178,14,33, + 25,131,45,53,5,16,177,22,6,244,176,3,16,177,35,6,244,48,49,1,20,6,35,33,17,33,123,239,8,35,3,52,46,2,132,16,36,62,2,19,52,38,132,9,8,71,54,3,162,199,186,254,16,1,209,68,133,104,66, + 70,102,125,92,182,46,67,82,39,254,184,1,72,41,84,68,41,45,134,116,254,155,1,101,116,134,1,10,135,131,3,164,21,53,94,76,72,98,26,29,113,1,74,43,53,29,10,254,244,10,31,51,254,145,82, + 76,254,199,78,84,215,6,35,164,3,164,0,24,77,47,19,103,61,7,39,4,47,27,177,4,15,62,89,24,77,47,20,44,3,164,117,252,209,0,0,2,0,0,254,193,3,131,73,90,149,51,135,105,90,149,28,34,3,53, + 53,90,148,10,41,14,2,7,33,17,35,47,86,64,39,90,147,8,47,33,53,68,33,1,166,235,117,10,88,156,223,145,193,252,209,90,145,5,41,4,34,116,203,160,115,28,2,186,0,24,211,153,230,57,255,240, + 0,0,3,180,3,164,0,19,0,127,179,6,8,3,4,43,176,6,16,176,13,208,176,3,24,228,117,9,36,1,47,27,177,1,65,223,12,121,37,12,24,90,225,12,32,15,24,117,155,14,24,95,17,12,40,178,3,10,1,17, + 18,57,178,6,133,6,32,12,133,6,32,17,132,6,33,48,49,91,2,11,8,37,3,7,17,35,17,39,3,35,1,14,254,226,153,1,4,138,1,4,153,254,226,1,30,147,217,49,138,49,217,147,2,12,1,152,254,119,1,137, + 132,3,45,104,253,244,1,162,72,254,166,1,90,72,254,94,0,99,175,6,38,127,3,186,0,46,0,197,130,209,32,32,133,209,39,0,208,176,0,47,180,218,32,24,192,58,33,33,176,32,97,47,6,36,176,6,16, + 176,48,73,49,6,36,42,47,27,177,42,135,232,32,11,130,12,32,11,130,232,41,179,29,6,26,4,43,178,3,26,29,127,171,6,24,86,27,39,33,176,42,90,244,41,35,48,49,1,20,127,201,7,24,108,89,10, + 35,52,46,2,35,127,209,6,37,38,35,34,6,7,39,74,146,5,8,75,3,115,95,98,92,113,72,125,170,100,160,207,63,96,47,164,123,147,183,35,68,100,68,156,156,131,127,163,142,118,154,41,102,61,201, + 153,97,161,119,66,2,164,68,119,16,18,119,72,67,107,74,39,99,100,66,72,76,90,80,27,55,43,27,116,93,51,74,88,84,70,70,100,100,39,71,105,80,11,8,34,3,164,0,90,191,42,107,70,12,135,12, + 90,191,55,43,3,164,253,16,2,240,252,92,3,18,252,238,90,191,8,43,5,6,2,38,1,242,0,0,0,6,0,217,130,5,121,79,129,39,231,255,233,3,115,3,164,0,90,191,39,65,21,7,90,191,128,39,3,164,252, + 92,3,47,253,160,106,81,8,33,2,213,65,245,11,24,78,77,46,67,31,12,135,12,95,29,12,36,6,47,27,177,6,95,16,5,38,8,17,18,57,178,5,0,132,6,32,10,132,6,24,235,71,17,53,229,98,232,137,178, + 240,238,178,2,227,254,29,1,227,253,29,3,164,254,26,1,230,139,161,90,191,48,68,172,12,148,163,32,4,70,192,6,37,179,9,6,2,4,43,132,148,34,33,17,35,81,73,5,45,3,115,138,253,209,137,137, + 2,47,138,1,162,254,94,130,142,34,115,1,141,16,55,199,1,86,41,1,0,49,0,0,3,115,3,164,0,24,77,133,39,65,205,28,24,77,133,24,35,3,47,252,209,130,100,33,0,2,16,209,231,1,90,24,67,229,9, + 35,40,0,215,176,16,223,139,1,27,35,176,92,107,72,24,223,139,25,34,80,68,0,91,91,7,34,3,164,0,24,78,237,62,67,46,7,69,147,7,36,176,14,16,177,2,24,242,203,25,24,233,141,29,45,1,236,1, + 67,253,70,117,117,2,186,254,189,1,184,130,165,37,255,225,254,117,3,193,130,165,24,204,201,101,8,35,3,255,227,254,139,3,193,5,25,0,10,0,36,0,47,1,50,176,48,47,176,16,208,176,16,47,176, + 0,220,178,128,0,1,93,178,208,131,4,32,48,130,4,44,176,16,16,177,5,8,244,176,0,16,176,11,208,131,5,32,21,131,5,33,177,47,130,18,32,23,131,9,33,176,42,130,49,32,42,131,49,131,4,32,48, + 131,4,39,24,0,42,17,18,57,177,29,130,34,41,47,16,176,34,208,176,29,16,176,49,74,26,6,32,22,24,201,91,11,32,19,130,12,32,19,65,89,7,117,67,12,32,35,130,25,33,35,17,75,29,6,83,102,12, + 114,163,8,38,19,16,177,2,6,244,180,24,211,95,36,37,13,16,177,8,6,244,120,242,36,35,178,11,13,8,130,189,35,178,21,19,2,131,6,32,24,133,6,32,34,132,20,8,35,176,39,208,176,2,16,176,45, + 208,48,49,1,38,35,34,6,21,20,22,51,50,55,21,6,35,34,38,53,52,54,51,50,23,17,51,17,130,6,34,22,21,20,130,18,35,39,17,35,19,24,144,205,8,51,7,1,141,57,84,74,73,73,74,84,57,53,88,143, + 142,142,143,88,53,138,136,8,32,138,135,26,8,46,2,231,95,172,201,201,170,94,125,86,252,236,235,254,86,1,181,254,75,86,254,235,236,252,86,254,76,2,49,94,170,201,201,172,95,0,1,255,236, + 0,0,3,186,3,164,0,27,24,207,199,199,37,0,49,254,193,4,31,130,209,91,195,40,24,75,17,20,91,195,40,43,121,254,72,1,63,3,164,252,209,3,47,252,73,193,12,91,195,52,73,199,20,66,178,7,91, + 195,24,32,53,91,195,21,50,3,164,254,215,125,137,69,117,152,82,139,252,92,2,0,255,0,1,123,68,195,10,91,193,72,78,158,20,24,97,247,12,68,231,7,91,193,34,65,73,6,32,92,131,7,32,0,131, + 173,65,205,6,34,15,0,117,91,193,50,77,3,12,65,231,20,91,193,21,33,11,47,86,37,5,33,48,49,91,199,24,134,168,41,209,3,47,252,213,254,72,1,63,0,91,199,6,33,3,164,91,199,85,140,189,90, + 237,5,91,199,42,8,32,221,162,174,174,160,254,152,236,3,25,105,92,223,223,92,105,3,164,254,139,133,145,146,135,3,47,253,234,77,84,254,187,86,91,199,8,130,191,48,3,0,14,0,23,0,135,179, + 20,12,12,4,43,179,8,12,15,130,5,42,1,12,0,4,43,176,20,16,176,4,208,24,195,155,36,33,176,1,91,199,14,135,191,121,252,12,36,2,47,27,177,2,80,183,7,79,219,8,34,5,6,18,24,139,141,8,39, + 48,49,1,51,17,35,1,51,92,156,7,32,51,91,203,8,59,3,27,137,137,253,110,160,154,161,161,152,254,213,137,1,82,92,84,162,162,84,92,3,164,252,92,2,47,132,218,34,164,253,117,133,218,111, + 147,6,130,217,36,10,0,19,0,111,95,89,9,45,8,208,176,8,47,177,16,12,244,176,0,208,176,21,130,219,35,220,177,11,12,24,138,255,37,93,97,5,24,70,240,12,32,7,130,204,32,7,130,204,35,179, + 1,6,14,130,191,40,7,16,177,16,6,244,48,49,19,111,134,8,132,187,48,33,17,33,50,54,186,1,101,186,201,199,186,254,16,137,2,95,84,5,7,143,181,44,1,0,35,255,233,3,164,3,186,0,32,0,123,133, + 110,32,11,130,97,32,11,65,72,7,32,21,130,12,32,21,133,110,32,31,65,46,5,8,39,4,6,244,180,217,4,233,4,2,93,64,27,8,4,24,4,40,4,56,4,72,4,88,4,104,4,120,4,136,4,152,4,168,4,184,4,200, + 4,13,93,130,234,8,45,177,28,6,244,64,27,7,28,23,28,39,28,55,28,71,28,87,28,103,28,119,28,135,28,151,28,167,28,183,28,199,28,13,93,180,214,28,230,28,2,93,48,49,1,33,38,80,230,11,86, + 26,5,32,38,105,150,5,55,54,55,33,1,23,1,253,20,180,148,104,162,43,96,59,205,141,109,182,129,72,72,129,182,24,65,227,7,61,154,184,15,253,254,2,23,133,170,82,68,66,92,108,71,129,181, + 108,109,178,129,72,107,92,66,68,80,182,142,0,91,105,5,131,225,34,14,0,22,91,105,8,33,21,12,91,105,5,32,17,91,105,15,86,11,34,36,176,7,16,176,24,126,194,19,85,222,12,72,2,12,91,105, + 18,36,1,244,64,27,7,24,74,131,33,37,176,5,16,177,19,1,24,102,164,39,91,105,16,8,48,17,16,35,34,17,16,49,137,189,18,1,4,1,23,254,233,254,248,14,189,137,2,92,142,142,141,3,164,254,104, + 1,174,254,23,254,24,1,175,254,104,88,1,121,1,119,254,137,254,135,91,77,7,53,3,164,0,13,0,22,0,145,176,23,47,176,24,47,176,23,16,176,3,208,176,3,130,11,48,16,176,8,220,177,9,8,244,176, + 3,16,176,13,208,176,13,47,130,8,34,177,14,12,130,205,8,40,6,14,22,14,38,14,54,14,70,14,86,14,102,14,118,14,134,14,150,14,166,14,182,14,198,14,13,93,180,213,14,229,14,2,93,176,9,16, + 176,18,208,66,103,5,123,212,12,24,115,96,12,85,248,7,35,179,17,6,0,91,77,5,45,10,208,176,6,16,177,19,6,244,48,49,1,38,38,91,74,20,8,54,90,166,178,199,186,1,240,138,223,254,172,194, + 151,133,117,1,100,254,156,117,133,1,117,8,133,137,146,135,252,92,1,117,254,139,2,139,78,84,1,70,86,255,255,255,252,255,233,3,174,5,25,2,38,1,239,125,19,9,8,37,0,1,255,143,254,117,3, + 115,5,25,0,39,0,175,176,40,47,176,41,47,176,40,16,176,1,208,176,1,47,177,4,12,244,176,7,208,176,41,130,244,41,220,178,8,1,13,17,18,57,178,21,132,6,40,177,26,8,244,176,4,16,176,35,130, + 39,24,77,130,9,24,122,34,12,127,121,12,49,36,47,27,177,36,15,62,89,179,24,6,18,4,43,179,5,6,6,130,227,40,5,16,176,0,208,178,8,36,2,108,197,6,33,30,6,24,199,214,37,45,176,6,16,176,38, + 208,48,49,3,51,53,51,21,51,124,126,31,35,113,162,137,187,124,127,22,56,162,4,94,187,187,117,254,209,1,0,254,133,253,27,55,86,58,30,24,109,8,9,113,2,229,117,142,7,33,3,233,83,159,7, + 40,164,5,84,2,38,1,237,0,0,24,141,211,8,77,255,9,68,69,8,24,68,171,20,35,179,30,6,0,130,236,32,10,90,139,42,38,20,16,177,27,6,244,180,25,1,3,35,35,48,49,19,22,24,81,136,13,24,81,175, + 11,38,7,33,21,139,15,184,154,68,66,21,43,148,182,21,2,6,1,162,142,182,80,68,66,77,161,5,24,70,29,8,34,170,133,117,24,222,151,12,37,217,176,51,47,176,52,24,222,151,58,8,33,23,6,41,22, + 41,38,41,54,41,70,41,86,41,102,41,118,41,134,41,150,41,166,41,11,93,180,182,41,198,41,2,93,180,213,24,222,154,31,32,177,24,202,32,40,24,222,145,178,47,2,0,186,0,0,2,233,5,25,0,3,0, + 13,0,95,179,24,233,3,130,124,59,7,33,5,25,24,128,223,8,33,140,0,131,0,36,2,0,4,254,117,134,171,37,22,0,62,179,0,8,24,233,27,121,124,59,5,50,176,3,164,0,27,0,36,0,149,179,1,12,15,4, + 43,179,33,12,26,130,5,50,22,12,28,4,43,176,33,16,176,17,208,180,218,28,234,28,2,93,64,24,197,211,28,33,176,22,124,59,9,36,16,47,27,177,16,80,75,16,104,142,8,73,87,7,32,25,130,38,32, + 25,130,12,35,179,19,6,31,130,107,54,16,16,177,0,6,244,176,25,16,177,33,6,244,178,10,25,33,17,18,57,48,49,19,124,2,14,32,33,101,60,8,32,17,73,113,8,32,186,124,6,12,46,205,119,153,162, + 162,151,254,254,1,178,92,84,121,121,84,86,204,8,124,8,5,33,2,213,74,96,15,73,133,5,44,176,3,164,0,18,0,27,0,159,179,18,12,0,130,255,105,101,6,33,12,19,130,153,52,18,16,176,2,208,176, + 4,16,176,15,208,180,218,19,234,19,2,93,64,27,9,25,13,51,27,38,7,16,176,23,208,176,11,124,23,9,32,1,91,46,11,71,243,12,87,11,12,98,19,8,34,4,6,16,130,119,130,113,48,7,208,176,16,16, + 176,22,208,176,14,16,177,24,6,244,48,49,124,12,6,65,5,9,32,35,65,7,9,35,49,137,187,137,134,252,34,187,2,109,134,253,36,164,254,139,1,117,133,243,37,1,186,254,70,1,25,74,123,5,35,1, + 255,143,0,99,1,5,24,132,249,9,32,28,70,185,14,32,29,70,185,10,33,177,14,70,178,5,130,215,35,1,16,176,25,25,15,136,11,96,62,7,70,178,12,72,203,12,32,24,130,254,32,24,105,236,5,70,185, + 10,32,13,70,185,7,101,131,39,36,176,6,16,176,26,70,185,16,124,39,12,70,174,8,124,40,7,70,164,12,124,42,10,70,155,9,38,162,5,84,2,38,1,244,70,155,9,33,255,255,82,169,5,33,5,6,130,23, + 32,253,90,83,13,37,254,193,3,115,3,164,124,43,35,88,85,41,32,177,124,43,34,38,3,164,252,209,3,47,0,87,1,5,52,164,5,211,0,7,0,65,176,8,47,176,9,47,176,1,220,177,0,13,244,176,24,100, + 135,14,121,178,18,95,134,8,38,6,16,177,2,6,244,48,106,172,5,51,35,17,33,3,47,117,253,22,137,2,254,5,211,254,209,251,92,5,25,0,135,103,33,4,94,171,103,79,111,12,34,15,62,89,87,95,8, + 36,1,51,17,33,17,138,103,35,4,94,254,209,130,206,24,68,159,8,44,162,6,142,2,38,0,35,0,0,0,7,0,218,130,124,40,117,255,255,0,49,255,233,3,164,132,23,32,67,141,23,35,0,0,3,207,132,23, + 32,37,139,23,33,255,254,130,47,32,115,132,23,32,69,144,47,133,23,32,39,140,23,32,186,130,71,133,95,32,71,140,23,32,49,130,23,133,47,32,46,140,23,130,12,35,3,164,5,25,130,167,32,78, + 130,10,32,6,131,167,32,0,72,221,7,133,191,130,57,139,191,24,113,47,8,32,81,140,47,32,25,130,167,32,131,132,167,32,52,140,191,32,246,130,23,32,139,132,95,32,84,140,47,132,119,132,47, + 32,53,141,143,130,47,32,174,132,23,32,85,140,71,32,193,130,191,34,227,6,205,130,167,32,56,132,23,39,65,0,0,1,121,255,255,255,24,116,11,15,34,65,0,4,131,191,122,243,5,33,6,201,136,47, + 32,139,65,127,5,134,47,32,84,130,23,32,88,67,25,12,133,95,32,142,136,47,24,97,95,7,133,95,32,25,136,47,130,23,132,95,32,236,130,143,32,184,132,143,32,58,140,143,24,116,107,15,132,143, + 24,161,145,36,32,4,130,71,56,0,4,70,5,25,0,9,0,17,0,25,0,29,1,18,179,3,12,4,4,43,179,0,12,7,130,5,34,16,12,20,130,5,8,41,24,8,12,4,43,180,218,12,234,12,2,93,64,27,9,12,25,12,41,12, + 57,12,73,12,89,12,105,12,121,12,137,12,153,12,169,12,185,12,201,12,13,93,105,42,37,45,20,16,176,26,208,176,26,47,176,24,16,176,27,208,131,5,32,31,77,207,6,36,5,47,27,177,5,69,3,7,103, + 239,12,24,77,202,12,69,232,12,124,18,12,32,28,130,64,52,28,15,62,89,179,10,1,18,4,43,178,2,0,5,17,18,57,178,7,18,10,130,6,37,176,22,16,177,14,1,24,65,69,38,37,0,16,177,26,6,244,130, + 158,56,48,49,33,35,3,17,35,17,51,19,17,51,1,50,53,52,35,34,21,20,23,32,17,16,33,130,3,52,5,33,21,33,1,254,170,203,137,193,180,137,1,74,116,116,121,119,255,0,1,130,1,8,33,254,2,1,254, + 254,2,3,254,252,2,5,25,252,84,3,172,252,178,192,191,191,192,111,1,47,1,47,254,209,254,209,231,117,0,65,157,36,45,1,255,211,0,2,3,209,2,80,0,5,0,32,0,24,165,52,7,94,213,12,135,252,55, + 48,49,37,7,1,1,39,1,3,209,80,254,82,254,78,78,2,0,80,78,1,176,254,80,130,8,8,34,0,0,6,0,68,0,70,4,25,4,25,0,47,0,58,0,69,0,73,0,84,0,95,1,34,179,89,10,24,4,43,179,63,10,70,130,5,34, + 73,10,19,130,5,59,39,10,48,4,43,176,39,16,176,0,208,176,70,16,176,6,208,176,6,47,176,73,16,176,8,208,176,24,105,189,7,130,14,32,30,132,29,8,47,32,208,176,63,16,176,43,208,176,43,47, + 180,218,48,234,48,2,93,64,27,9,48,25,48,41,48,57,48,73,48,89,48,105,48,121,48,137,48,153,48,169,48,185,48,201,48,13,93,131,45,8,62,54,208,176,54,47,176,48,16,176,59,208,176,19,16,176, + 74,208,64,27,6,89,22,89,38,89,54,89,70,89,86,89,102,89,118,89,134,89,150,89,166,89,182,89,198,89,13,93,180,213,89,229,89,2,93,176,89,16,176,80,208,176,80,47,131,51,33,85,208,131,160, + 38,97,220,0,179,67,2,3,130,179,34,36,2,51,130,5,34,70,2,7,130,5,34,84,2,20,130,191,35,3,16,176,12,132,161,50,18,208,176,36,16,176,27,208,176,84,16,176,31,208,176,20,16,176,42,132,23, + 32,44,132,17,38,55,208,176,7,16,176,62,132,23,38,71,208,176,51,16,176,77,132,17,130,96,35,67,16,176,92,24,159,58,7,37,38,53,53,35,21,20,87,178,7,34,51,53,35,87,187,6,37,22,21,21,51, + 53,52,87,189,7,42,35,21,51,50,22,3,52,38,35,34,6,130,23,34,50,54,17,130,10,130,54,36,22,51,50,54,37,130,63,134,25,36,20,22,51,51,17,88,7,7,48,54,53,4,25,111,78,78,106,232,110,78,78, + 110,110,78,98,96,131,5,8,32,78,108,230,108,78,78,111,111,78,96,96,78,111,91,57,41,41,55,96,41,57,57,41,94,53,41,41,57,254,228,230,90,55,130,7,35,57,41,96,98,131,20,35,41,57,1,2,131, + 51,130,42,130,63,140,57,130,87,130,72,33,2,12,131,38,35,96,55,253,207,133,70,36,227,230,230,1,160,132,57,34,55,254,102,133,73,34,0,0,3,66,101,6,39,199,0,3,0,7,0,13,0,104,218,6,24,68, + 150,12,83,182,8,33,3,1,80,18,6,46,4,208,176,3,16,176,6,208,48,49,1,33,53,33,5,130,3,32,1,66,128,5,38,162,254,213,1,43,253,139,131,5,33,2,164,66,140,7,38,2,86,113,113,113,253,137,66, + 146,8,49,2,0,0,0,37,4,92,2,199,0,17,0,21,0,27,0,179,17,131,87,35,179,9,1,6,100,78,5,38,18,208,176,9,16,176,20,130,93,50,37,35,34,39,3,38,35,35,53,51,50,23,22,22,23,22,51,51,17,130, + 107,8,35,4,92,162,215,123,170,102,180,164,164,217,123,41,86,43,100,180,162,254,144,1,112,37,145,1,15,145,113,148,67,136,67,148,1,197,113,130,217,43,0,74,0,0,4,86,5,25,0,4,0,9,130,103, + 38,49,179,8,9,2,4,43,80,255,5,125,255,12,67,83,8,44,3,16,177,6,1,244,176,1,16,177,8,1,244,130,219,8,40,1,33,17,33,1,1,35,17,51,1,7,39,7,39,55,39,55,23,55,23,7,4,86,253,115,254,129, + 1,127,1,239,253,228,228,228,1,2,80,125,125,78,132,2,53,80,125,2,139,253,117,5,25,253,114,2,31,251,197,1,159,77,126,126,77,125,125,130,30,34,80,125,0,87,149,5,60,4,92,1,47,0,11,0,70, + 176,12,47,176,13,47,176,1,220,176,12,16,176,4,208,176,4,47,177,8,9,132,119,34,9,9,244,24,192,72,14,32,11,65,115,10,38,11,16,176,6,208,176,2,134,158,38,37,33,21,33,53,35,53,131,5,8, + 36,33,4,92,255,0,253,162,254,1,109,1,129,1,110,193,193,193,110,192,192,0,0,2,0,188,255,254,4,98,3,162,0,31,0,40,0,154,94,27,6,46,0,220,177,21,10,244,180,218,21,234,21,2,93,64,27,25, + 32,169,28,47,41,16,176,36,208,176,36,47,177,35,9,244,178,40,36,0,116,142,8,36,37,47,27,177,37,87,123,12,37,15,62,89,177,16,2,125,254,37,35,178,34,5,37,130,74,38,176,37,16,177,39,1, + 244,24,64,107,11,33,30,3,24,64,106,7,8,123,39,55,30,3,5,7,1,21,35,17,33,21,35,4,98,73,127,172,99,80,143,117,86,22,73,19,67,99,121,69,82,144,106,61,40,76,105,63,22,74,123,92,51,254, + 138,80,254,143,111,1,156,221,1,211,98,172,125,74,49,88,125,76,20,59,104,76,43,61,105,143,84,63,121,101,71,19,73,20,86,117,145,96,78,1,112,227,1,160,111,0,0,1,255,227,255,217,4,84,3, + 125,0,21,0,30,179,0,9,18,4,43,0,176,8,47,179,21,1,0,4,43,179,13,1,5,82,247,5,33,18,208,134,153,8,58,33,23,7,1,1,23,7,33,50,62,2,53,33,53,33,4,84,84,150,202,117,254,139,191,78,254,188, + 1,68,78,191,1,117,92,160,121,69,254,74,2,37,3,14,112,201,152,88,192,76,1,66,1,69,78,190,70,120,160,92,131,109,43,0,72,0,0,3,92,1,47,0,7,0,64,130,102,39,176,9,47,176,0,220,176,8,76, + 34,8,38,9,244,176,0,16,177,5,65,249,7,70,222,8,33,2,220,131,23,42,4,1,244,176,2,16,176,6,208,176,7,130,143,8,37,33,33,17,51,21,33,53,51,3,92,252,236,110,2,54,112,1,47,192,192,0,1,0, + 0,2,72,4,94,2,209,0,3,0,9,0,179,1,7,130,198,37,48,49,17,53,33,21,130,20,34,72,137,137,130,241,39,1,141,254,139,2,23,6,139,130,33,35,25,179,1,8,130,32,24,83,53,8,39,2,47,27,177,2,17, + 62,89,130,236,42,51,17,35,1,141,138,138,6,139,248,0,134,51,132,85,36,5,0,28,179,3,24,86,51,9,32,4,130,48,32,4,130,48,130,104,34,2,4,43,130,54,34,33,21,33,131,56,41,2,209,253,185,138, + 2,209,137,252,67,131,145,131,111,130,145,133,59,32,4,67,119,12,133,59,135,164,48,17,35,17,2,23,138,2,72,137,251,186,3,189,0,1,1,141,131,203,130,169,34,5,0,18,137,169,34,179,3,7,130, + 67,132,162,130,109,130,164,40,2,71,253,47,6,139,252,70,137,133,253,132,219,131,49,34,5,8,2,131,107,33,3,47,65,6,10,34,17,51,17,131,49,36,72,137,3,186,251,132,97,35,254,139,4,94,130, + 97,34,7,0,37,133,97,37,176,1,16,176,5,208,65,17,8,32,6,130,224,32,6,131,164,140,116,131,226,32,138,130,118,33,185,138,132,119,137,229,134,73,34,0,8,1,120,65,5,131,73,32,6,76,53,5,32, + 0,130,73,32,0,131,73,33,5,7,65,42,5,38,35,17,33,53,33,17,51,130,240,33,254,115,130,147,35,254,139,3,189,130,149,65,47,5,43,4,94,2,209,0,7,0,34,179,5,8,6,65,47,7,32,5,130,64,32,5,65, + 47,8,37,176,0,16,176,3,208,65,218,5,49,33,17,35,17,4,94,253,185,138,2,72,137,137,252,67,3,189,0,65,9,5,134,217,32,24,130,69,65,9,12,133,227,132,59,36,17,51,17,33,21,130,125,33,2,71, + 130,59,36,3,186,252,70,137,132,59,65,21,6,34,11,0,55,133,59,46,176,5,16,176,8,208,176,2,16,176,10,208,0,176,3,133,209,32,9,130,144,32,9,137,144,36,1,16,176,5,208,131,150,32,7,133,150, + 132,90,131,154,132,94,133,157,132,97,133,161,32,2,130,104,38,141,4,94,3,139,0,3,130,233,51,15,0,179,4,5,5,4,43,179,0,7,1,4,43,48,49,1,21,33,53,131,3,35,4,94,251,162,131,3,49,3,139, + 137,137,254,140,138,138,0,0,2,0,211,254,139,2,209,6,133,55,67,69,7,67,66,8,36,0,12,244,176,9,130,137,42,220,177,4,12,244,0,176,2,47,176,4,65,127,13,36,176,0,69,88,176,65,214,7,130, + 104,42,35,17,59,2,17,35,1,92,137,137,236,130,98,35,139,8,0,248,66,239,8,130,155,37,11,0,62,179,3,8,120,69,5,70,146,5,40,177,0,14,244,176,8,208,176,11,120,218,9,43,3,47,27,177,3,17, + 62,89,179,8,7,9,131,194,32,5,130,194,33,176,0,130,132,32,208,132,200,61,17,35,17,33,17,33,21,35,21,4,94,253,185,138,1,117,1,92,211,2,23,138,252,254,3,140,1,116,137,235,130,109,131, + 209,39,4,94,2,209,0,11,0,73,70,15,6,32,3,132,191,34,176,12,16,131,106,39,8,47,177,7,12,244,176,4,24,71,49,9,135,113,132,204,32,7,130,126,32,7,131,126,33,0,7,130,120,35,179,10,7,5,65, + 65,6,130,120,32,35,132,124,35,4,94,254,115,130,222,46,1,117,2,209,137,252,67,2,72,253,184,2,209,1,117,65,75,6,33,4,94,130,231,32,5,70,139,10,130,116,38,2,208,176,2,47,177,1,130,116, + 39,13,16,176,9,220,177,10,12,70,139,6,32,1,130,107,32,1,97,93,7,66,0,8,34,3,7,0,130,247,34,6,5,7,132,120,131,114,34,29,2,33,130,6,36,1,92,137,3,139,130,122,39,3,2,251,137,5,0,137,235, + 132,244,66,225,5,33,2,23,130,117,37,11,0,59,179,7,14,131,180,34,9,8,10,91,69,5,32,2,130,115,35,1,16,176,4,81,11,6,136,98,34,6,7,3,130,98,33,1,5,130,104,32,176,130,31,66,99,5,34,51, + 53,35,110,125,6,48,211,211,1,92,187,138,1,141,138,235,137,254,140,252,116,3,2,134,101,32,209,65,85,12,65,78,12,34,0,208,176,130,220,65,104,5,72,9,10,135,220,65,85,10,32,9,130,121,32, + 2,65,85,6,32,17,131,215,32,35,130,219,62,35,53,1,92,1,117,137,236,137,211,2,209,254,139,253,47,2,72,253,184,3,189,137,0,2,0,0,254,139,2,209,65,83,6,36,66,179,6,14,11,130,62,33,3,12, + 131,184,41,11,16,176,1,208,176,6,16,177,8,65,79,7,24,108,206,12,136,114,65,79,7,34,9,4,43,73,86,5,34,17,35,3,132,114,65,186,5,131,116,37,3,2,137,251,0,3,132,234,46,138,0,1,1,141,1, + 141,4,94,6,139,0,11,0,52,67,177,5,33,179,9,132,113,42,0,16,177,11,14,244,176,6,208,176,9,66,175,5,36,3,47,179,9,5,130,139,43,179,5,7,2,4,43,176,2,16,176,7,208,130,99,130,214,48,51, + 17,33,21,35,21,51,21,3,2,254,139,138,2,71,211,211,130,84,43,117,3,137,253,0,137,233,140,0,1,0,211,69,139,6,34,11,0,53,66,163,6,38,9,220,177,0,12,244,176,66,46,8,32,5,130,12,33,0,16, + 130,107,37,0,176,3,47,176,7,135,104,34,6,5,1,132,198,132,98,33,51,17,131,102,35,2,72,254,139,130,196,50,1,141,2,72,1,116,2,207,253,187,2,69,252,72,139,0,0,2,0,130,116,132,199,32,5, + 130,201,32,50,134,103,130,96,38,0,208,176,0,47,177,3,66,143,8,37,6,12,244,0,176,1,132,100,32,3,132,205,34,9,7,6,131,100,32,19,132,94,32,1,132,5,38,211,137,3,2,253,234,137,130,197,38, + 141,4,254,251,140,138,1,133,204,32,0,130,203,32,0,130,121,34,23,6,139,130,99,36,46,179,8,8,2,124,41,7,34,176,8,16,132,209,68,230,6,38,9,47,176,5,47,179,3,65,39,11,32,19,66,112,6,54, + 33,17,35,53,25,25,1,141,138,254,139,162,2,25,233,137,3,0,252,119,254,139,140,132,91,35,2,72,2,209,132,91,65,39,7,65,32,8,32,11,130,191,34,4,208,176,67,82,5,132,194,65,39,5,32,1,67, + 62,6,32,9,131,194,33,17,53,84,141,7,54,33,17,211,137,236,137,254,139,2,72,137,3,186,253,187,2,69,253,49,254,140,0,2,130,100,32,141,132,97,32,5,132,191,34,5,14,0,130,191,33,9,12,84, + 3,5,33,177,2,65,132,5,69,166,6,36,7,47,179,6,5,130,86,71,1,9,131,92,37,23,17,51,17,33,53,131,92,35,253,47,3,2,132,188,42,235,4,116,251,2,138,0,0,2,1,141,69,251,6,131,93,35,49,179,3, + 8,130,93,39,176,3,16,176,8,208,176,0,68,127,5,32,1,69,253,14,34,6,5,7,130,128,32,3,72,105,5,32,1,131,90,67,252,6,32,141,71,34,5,36,3,2,3,137,253,67,252,8,69,191,5,37,4,94,6,139,0,3, + 130,191,32,76,65,227,9,38,1,208,176,1,47,177,0,65,227,5,32,5,68,255,5,36,5,16,176,9,208,69,197,24,45,10,47,27,177,10,17,62,89,179,7,7,8,4,43,69,203,7,72,130,5,36,92,137,137,236,137, + 130,204,43,115,137,254,139,8,0,252,70,137,252,67,0,130,113,32,211,134,221,48,3,0,9,0,15,0,88,176,16,47,176,17,47,176,16,16,176,137,125,35,17,16,176,7,133,125,41,7,16,176,12,208,176, + 4,16,176,14,133,131,32,5,70,73,18,32,13,130,131,32,13,131,131,36,10,5,11,4,43,130,137,32,4,134,137,33,51,19,65,10,10,142,141,32,119,65,17,14,32,0,73,145,6,65,115,5,34,5,8,2,92,137, + 5,38,6,208,176,2,16,176,8,71,113,9,68,32,8,65,212,14,32,33,130,106,43,21,17,35,17,33,53,1,141,138,138,254,115,65,212,7,36,252,116,3,2,138,68,145,7,35,6,139,0,7,65,113,23,71,187,5,66, + 152,5,40,8,12,244,0,176,6,47,176,8,146,237,65,113,8,72,196,9,34,35,53,51,71,65,7,33,211,211,71,67,5,42,3,189,137,3,186,248,0,0,0,3,0,131,217,32,209,130,121,32,5,130,121,35,15,0,84, + 179,66,173,5,34,13,12,12,132,225,38,177,2,12,244,176,5,16,76,201,5,66,98,10,35,3,47,176,12,133,125,24,104,74,12,39,14,47,27,177,14,17,62,89,66,211,19,131,254,45,35,53,1,51,17,35,211, + 137,137,211,2,72,137,137,65,4,12,33,4,116,131,143,32,2,131,143,34,4,94,3,65,9,5,32,40,73,93,20,71,195,5,33,1,5,78,222,6,73,99,11,72,144,5,51,253,185,138,2,209,251,162,1,141,138,138, + 252,254,3,2,1,254,137,137,0,65,99,5,36,4,94,2,209,0,131,233,66,213,10,71,73,46,34,0,7,3,76,113,5,35,6,208,176,3,69,155,7,37,35,17,35,53,33,21,71,80,6,37,211,4,94,254,115,137,130,129, + 40,186,3,189,137,137,252,67,4,70,65,103,6,132,215,48,5,0,9,0,15,0,78,179,0,14,5,4,43,179,13,12,14,132,77,65,103,7,32,8,71,85,6,71,197,12,66,193,8,34,6,7,7,130,51,33,0,5,134,129,32, + 10,132,129,38,11,208,48,49,1,17,35,130,129,73,146,6,71,214,5,130,133,33,251,162,133,137,43,23,252,116,3,2,138,1,116,137,137,254,140,71,224,5,68,163,5,32,4,75,87,5,34,11,0,30,70,145, + 5,37,0,176,3,47,179,8,68,141,9,74,133,14,51,29,2,33,53,1,141,138,2,71,251,162,3,2,137,3,0,253,0,137,235,73,239,5,32,0,76,5,8,34,11,0,56,68,47,9,65,89,5,32,5,70,19,13,69,80,10,37,176, + 0,16,176,6,208,131,101,32,9,130,195,69,86,10,54,21,211,137,236,137,1,141,2,72,137,3,186,251,189,4,67,252,70,137,0,3,0,0,71,65,6,38,5,0,11,0,15,0,58,66,169,6,69,87,15,33,14,208,131, + 198,40,176,7,47,179,12,5,13,4,43,69,87,5,152,105,131,211,133,108,134,212,32,252,67,249,7,67,149,6,65,35,6,34,15,0,61,75,103,9,38,10,208,176,2,16,176,12,67,245,9,39,11,47,27,177,11, + 17,62,89,65,60,17,36,176,9,16,176,13,132,220,32,33,68,108,9,65,70,6,33,253,185,68,8,7,32,253,69,124,6,33,2,138,66,167,8,35,6,139,0,7,130,229,32,91,68,255,6,32,3,68,239,5,40,3,16,176, + 6,208,176,16,16,176,130,130,39,10,47,177,9,12,244,176,10,68,252,5,32,5,68,14,8,74,121,12,73,157,8,33,0,7,76,240,6,107,232,5,131,147,36,1,21,33,17,35,130,149,66,60,5,8,32,51,17,4,94, + 254,115,137,137,254,139,137,211,211,2,209,137,252,67,8,0,252,70,3,186,248,0,3,189,137,3,186,0,4,67,153,5,68,41,6,36,17,0,23,0,120,65,129,6,32,15,68,43,28,42,176,15,16,176,20,208,176, + 12,16,176,22,65,48,5,32,13,68,55,18,36,21,47,27,177,21,68,55,14,47,176,0,16,176,12,208,176,1,16,176,15,208,176,6,16,176,82,104,5,32,19,66,41,8,68,79,5,32,37,65,86,9,42,211,137,137, + 211,2,70,137,1,143,254,113,68,90,13,32,235,69,204,11,44,1,255,238,255,238,3,182,3,184,0,3,0,29,74,85,10,116,137,15,45,48,49,9,3,3,182,254,29,254,27,1,229,1,211,132,5,54,229,0,0,1,0, + 8,255,207,4,86,2,236,0,5,0,9,0,176,5,47,176,1,47,130,41,8,41,2,55,1,1,4,86,252,252,254,182,94,1,2,2,164,2,154,253,53,1,254,59,254,113,2,115,0,2,255,242,0,0,3,180,3,170,0,8,0,15,0,83, + 65,207,8,34,176,16,16,82,77,6,39,13,9,244,176,3,16,177,14,80,83,7,105,171,12,42,3,47,27,177,3,15,62,89,179,9,2,74,13,6,39,5,208,176,9,16,176,11,208,131,51,47,13,1,244,48,49,1,21,35, + 17,33,17,35,53,9,3,51,130,7,8,36,3,180,235,254,16,231,1,225,1,96,254,160,254,158,217,1,16,1,199,107,254,164,1,92,107,1,227,254,0,1,98,254,158,254,197,1,59,140,149,32,12,65,7,7,32,7, + 130,107,32,7,24,230,23,15,130,95,133,94,34,1,1,5,139,94,38,225,254,164,254,244,1,92,135,90,59,29,31,1,12,254,244,0,3,0,0,255,217,4,20,3,129,0,12,0,16,0,20,0,48,179,0,9,8,79,227,6,42, + 12,1,9,4,43,179,8,1,0,4,43,67,22,5,52,176,12,16,176,15,208,176,0,16,176,17,208,176,8,16,176,19,208,48,49,37,81,191,7,130,208,8,35,33,5,33,53,33,3,35,53,51,4,20,254,23,190,79,254,188, + 1,68,79,190,1,121,187,1,43,253,95,254,141,1,115,185,186,186,229,81,191,7,49,1,192,109,109,109,253,100,111,0,4,0,72,0,0,4,20,5,20,130,9,42,7,0,13,0,25,0,103,179,13,9,1,130,121,34,16, + 9,17,130,5,34,7,10,10,130,5,132,149,40,176,17,16,176,21,208,176,16,16,24,251,71,8,100,139,12,43,0,47,27,177,0,15,62,89,179,25,1,14,130,50,33,5,2,130,190,130,172,40,177,8,1,244,176, + 2,16,177,11,130,6,41,14,16,176,18,208,176,25,16,176,20,81,238,5,39,33,1,35,39,21,1,17,33,130,1,36,1,35,21,35,53,130,187,34,53,51,21,130,191,8,61,252,52,2,55,1,149,157,248,1,37,254, + 129,254,145,2,0,178,108,179,179,108,178,5,20,254,109,250,250,252,238,2,184,1,127,251,201,1,43,177,177,110,178,178,0,2,0,74,255,211,4,94,3,209,0,8,0,12,0,34,179,9,9,130,177,34,0,176, + 3,24,189,139,8,103,35,8,32,8,24,212,183,8,36,7,1,1,23,1,130,125,41,17,51,4,94,253,209,1,121,78,254,130,70,8,53,78,254,135,2,47,252,90,110,110,1,154,254,135,78,2,0,1,254,78,254,133, + 253,248,3,162,0,0,1,0,10,255,217,4,123,3,125,0,21,0,24,179,3,9,21,4,43,0,176,13,47,179,1,1,2,130,234,8,72,9,1,15,4,43,48,49,19,33,21,33,20,30,2,51,33,39,55,1,1,39,55,33,34,46,2,53, + 10,2,37,254,74,69,121,160,92,1,117,191,78,1,68,254,188,78,191,254,139,117,202,150,84,3,125,111,92,160,120,70,190,78,254,187,254,190,76,192,88,152,201,112,0,3,130,201,36,217,4,92,3, + 129,130,9,40,7,0,20,0,48,179,17,9,12,131,105,35,9,47,179,3,131,187,35,179,7,1,4,95,241,5,50,11,208,176,3,16,176,13,208,176,0,16,176,15,208,176,7,16,176,17,86,176,6,36,17,35,53,51,5, + 131,126,36,17,33,21,35,17,130,139,61,4,92,254,144,1,112,184,184,254,172,254,187,78,190,254,23,1,43,189,1,123,190,78,3,20,109,253,100,111,57,131,124,48,2,156,109,254,64,190,78,0,2,0, + 0,255,211,4,20,3,209,130,127,38,12,0,34,179,0,9,1,131,125,32,12,65,73,8,65,226,8,34,10,1,7,131,241,35,33,35,17,51,130,234,8,36,1,33,53,33,1,55,4,20,110,110,254,240,254,2,80,1,123,253, + 207,2,49,254,133,80,3,162,254,49,254,0,78,1,121,110,1,123,78,130,83,55,2,0,4,4,104,5,68,0,36,0,72,0,84,0,193,176,85,47,176,86,47,176,85,16,113,111,6,41,86,16,176,33,220,177,39,10,244, + 180,24,123,144,35,8,52,176,33,16,176,45,208,176,45,47,176,16,16,177,57,10,244,64,27,6,57,22,57,38,57,54,57,70,57,86,57,102,57,118,57,134,57,150,57,166,57,182,57,198,57,13,93,180,213, + 57,229,57,2,93,131,52,39,71,208,176,71,47,0,176,82,69,87,5,36,47,47,27,177,47,67,196,7,32,53,130,12,32,53,130,12,37,179,69,2,12,4,43,86,192,8,8,33,176,53,16,177,29,2,244,176,20,208, + 176,20,47,176,69,16,176,61,208,176,61,47,48,49,1,6,7,6,35,34,39,38,35,34,133,7,42,53,52,55,54,51,50,23,22,22,51,50,132,8,38,6,21,20,23,22,7,38,131,22,34,54,55,55,131,38,32,7,133,44, + 131,23,134,35,132,43,34,3,20,7,130,74,8,150,6,7,18,37,22,22,4,104,36,78,99,94,45,71,74,45,41,72,74,34,123,119,121,78,90,154,57,86,43,55,13,34,86,86,50,147,109,146,49,51,38,154,49,4, + 10,7,36,32,92,17,94,145,136,104,14,115,62,51,107,92,70,20,49,92,60,63,90,56,26,51,78,15,142,55,53,76,12,43,29,2,1,6,2,2,1,111,117,109,135,27,26,26,29,209,211,197,165,115,137,24,13, + 10,25,28,133,123,139,90,80,86,65,118,203,103,90,4,14,10,39,41,20,33,29,18,108,91,124,179,182,162,19,35,31,21,117,25,4,49,86,82,88,25,4,4,4,1,10,60,9,14,0,113,101,5,34,188,5,47,16,222, + 95,1,66,32,0,5,250,72,13,217,193, +}; + diff --git a/cmake-build/src/gui/LiberationSansFont.h b/cmake-build/src/gui/LiberationSansFont.h new file mode 100644 index 00000000..daea0f78 --- /dev/null +++ b/cmake-build/src/gui/LiberationSansFont.h @@ -0,0 +1,1842 @@ +// File: '/Users/entropist/projectS/frontend-sdl-cpp/src/resources/LiberationSans-Regular.ttf' (133828 bytes) +// Exported using binary_to_compressed_c.exe -u8 "/Users/entropist/projectS/frontend-sdl-cpp/src/resources/LiberationSans-Regular.ttf" LiberationSans +static const unsigned int LiberationSans_compressed_size = 109289; +static const unsigned char LiberationSans_compressed_data[109289] = +{ + 87,188,0,0,0,0,0,0,0,2,10,196,0,4,0,0,37,0,1,0,0,0,18,130,4,46,4,0,32,70,70,84,77,73,135,97,46,0,2,10,168,130,21,44,28,71,68,69,70,0,39,2,169,0,1,249,132,130,15,40,30,71,80,79,83,242, + 226,235,148,130,15,44,244,0,0,16,180,71,83,85,66,147,60,130,75,130,15,32,164,130,31,130,29,40,47,50,247,25,123,136,0,0,1,131,63,8,56,96,99,109,97,112,85,121,52,59,0,0,12,148,0,0,6, + 250,99,118,116,32,65,176,62,217,0,0,29,112,0,0,2,16,102,112,103,109,115,211,35,176,0,0,19,144,0,0,7,5,103,97,115,112,0,24,0,9,130,79,32,116,130,79,56,16,103,108,121,102,109,219,8,204, + 0,0,36,200,0,1,183,244,104,101,97,100,241,28,7,198,130,95,32,44,130,31,33,54,104,130,16,35,14,75,8,166,130,15,32,100,130,15,40,36,104,109,116,120,65,183,10,242,130,91,43,8,0,0,10,140, + 108,111,99,97,167,90,27,130,171,45,31,128,0,0,5,72,109,97,120,112,7,8,7,208,130,47,130,163,8,51,0,32,110,97,109,101,250,140,197,65,0,1,220,188,0,0,8,118,112,111,115,116,210,44,40,158, + 0,1,229,52,0,0,20,62,112,114,101,112,122,200,94,246,0,0,26,152,0,0,2,213,0,1,130,101,46,1,12,204,249,229,103,142,95,15,60,245,0,31,8,0,131,0,35,197,144,216,145,135,7,39,254,96,253, + 147,8,103,7,72,130,15,34,8,0,2,130,5,131,2,130,55,45,7,62,254,78,0,67,8,192,254,96,254,244,8,103,132,73,131,25,134,3,33,2,163,131,17,41,2,163,1,82,0,84,0,140,0,5,130,57,44,16,0,47, + 0,90,0,0,3,158,5,192,0,3,130,29,36,3,4,182,1,144,130,25,40,8,5,154,5,51,0,0,1,27,133,7,44,3,209,0,102,2,18,8,5,2,11,6,4,2,131,0,40,4,160,0,2,175,80,0,120,251,134,90,8,32,0,49,65,83, + 67,0,64,0,32,240,5,5,211,254,81,1,51,7,62,1,178,96,0,0,159,223,215,0,0,4,58,5,129,130,39,38,32,0,2,6,0,0,205,130,9,35,0,2,57,0,135,3,40,185,2,215,0,87,4,115,0,9,130,3,48,22,7,29,0, + 73,5,86,0,72,1,135,0,104,2,170,0,127,130,3,44,12,3,29,0,33,4,172,0,100,2,57,0,184,130,15,32,91,130,7,32,187,130,3,32,0,130,47,32,80,130,3,32,156,130,3,32,103,130,3,32,78,130,3,32,47, + 130,3,32,82,130,3,32,104,130,3,32,105,130,3,32,89,130,3,32,96,134,47,32,184,130,67,32,101,130,3,32,100,132,7,38,115,0,84,8,31,0,161,130,107,32,4,130,3,36,168,5,199,0,104,130,3,32,168, + 131,11,39,4,227,0,168,6,57,0,103,131,15,130,59,36,189,4,0,0,32,132,23,32,115,130,23,33,170,0,131,43,131,31,32,97,131,19,130,39,32,97,134,55,32,93,130,55,32,46,130,11,32,158,130,23, + 36,9,7,141,0,9,130,7,32,46,130,3,32,45,130,23,32,65,130,71,32,146,134,243,40,16,3,193,0,10,4,115,255,225,130,203,32,106,130,159,131,251,32,132,130,99,131,7,32,86,131,15,130,39,32,29, + 130,7,131,11,40,142,1,199,0,137,1,199,255,206,130,31,32,138,130,11,36,138,6,170,0,136,130,27,131,3,131,31,32,132,130,11,32,86,130,71,32,136,130,31,32,57,130,55,32,31,130,15,32,133, + 130,11,36,7,5,199,255,253,130,7,32,23,130,3,32,5,130,3,40,49,2,172,0,34,2,20,0,183,131,7,130,255,32,92,130,51,32,242,130,43,32,135,130,3,32,58,130,3,32,113,130,143,32,254,131,31,130, + 11,32,115,130,27,40,45,5,229,0,31,2,246,0,26,130,15,32,83,130,47,32,100,131,15,43,4,107,255,239,3,51,0,122,4,100,0,65,130,35,32,41,130,3,32,27,130,3,40,72,4,156,0,140,4,76,0,80,130, + 127,32,187,130,15,32,119,130,3,36,80,2,236,0,27,131,59,35,6,172,0,56,134,3,36,73,4,227,0,131,65,111,6,32,4,143,7,39,8,0,0,24,5,199,0,104,130,23,32,168,139,3,130,83,32,9,130,3,36,142, + 2,57,255,210,130,7,130,215,33,0,14,130,39,36,168,6,57,0,97,143,3,35,4,172,0,142,130,19,32,71,130,31,32,158,140,3,34,86,0,45,131,83,130,127,32,142,65,111,6,32,87,143,7,35,7,29,0,66, + 65,131,6,140,27,130,115,32,10,130,3,32,135,130,127,32,211,130,7,32,8,65,151,6,32,140,134,7,32,86,140,7,34,100,0,65,130,99,32,44,130,19,32,139,140,3,34,0,0,5,130,15,32,138,130,95,32, + 5,130,135,32,4,130,11,32,87,144,7,130,251,130,31,32,87,130,183,32,104,150,7,36,168,4,235,0,86,130,31,32,14,130,63,32,86,132,207,33,115,0,131,71,32,168,134,79,148,7,35,6,57,0,103,130, + 31,32,86,151,7,130,79,131,55,32,142,134,87,130,235,33,255,184,130,235,130,3,33,0,12,130,239,130,3,33,255,210,65,123,6,36,92,1,199,0,31,130,19,32,189,130,3,40,194,5,225,0,170,3,141, + 0,137,130,171,36,32,1,199,255,153,132,143,34,0,0,138,130,15,32,138,130,111,32,168,130,43,32,91,134,7,32,126,131,7,33,2,85,130,27,36,115,0,168,2,172,132,7,32,20,130,31,32,16,134,123, + 32,140,143,7,39,4,213,255,254,5,201,0,165,130,55,32,140,130,183,32,97,134,191,140,7,39,8,0,0,97,7,141,0,86,131,59,35,2,170,0,136,134,7,32,129,134,7,32,56,130,143,32,93,130,139,32,57, + 151,7,35,4,227,0,46,130,199,32,31,131,7,34,3,0,0,132,7,131,15,130,63,32,158,130,111,32,133,167,7,130,131,36,9,5,199,255,253,130,103,32,45,65,223,6,32,45,130,83,32,65,130,11,32,49,143, + 7,130,243,32,138,130,91,32,192,65,251,7,130,195,36,24,7,29,0,66,130,227,32,71,130,43,32,44,135,171,135,155,130,215,32,0,134,3,36,51,2,170,255,221,130,11,32,156,130,3,130,11,33,0,80, + 130,15,32,233,130,11,32,22,130,3,32,205,130,3,36,29,5,87,0,4,130,191,60,187,6,70,255,245,6,180,255,242,3,18,255,232,6,50,255,187,6,216,0,65,6,5,255,187,1,199,255,176,67,115,6,40,168, + 4,104,0,168,5,88,0,61,130,15,32,168,130,107,32,65,67,79,7,130,63,32,189,131,19,130,27,33,10,6,68,231,6,35,5,51,0,90,68,227,10,36,168,4,242,0,108,130,51,32,46,130,39,36,45,6,98,0,117, + 130,7,40,46,6,175,0,145,5,251,0,87,130,63,32,7,130,15,40,45,4,160,0,86,3,145,0,70,130,235,32,106,130,243,36,137,4,96,0,133,131,19,41,4,154,0,142,4,0,0,7,4,116,133,31,35,3,135,0,86, + 131,35,136,39,66,63,5,36,14,4,156,0,138,130,39,34,0,3,149,132,31,42,86,5,133,0,79,4,141,0,132,3,219,130,15,32,240,130,59,34,41,0,29,131,83,47,5,48,0,85,4,51,0,21,5,180,0,135,6,63,0, + 83,130,227,32,205,131,23,130,79,32,86,131,7,131,19,41,5,87,0,168,6,235,0,46,4,85,130,243,34,192,0,104,130,159,32,93,66,195,6,32,7,130,99,38,32,8,117,0,18,8,21,130,35,32,213,130,35, + 32,169,130,35,36,21,0,55,5,192,130,7,36,86,0,4,5,64,132,7,32,168,132,59,34,107,0,15,130,59,40,168,7,99,0,28,4,213,0,67,132,35,130,39,32,4,131,51,34,64,0,18,65,47,7,35,6,57,0,97,130, + 27,32,166,131,43,40,5,199,0,104,4,227,0,46,5,130,83,35,6,21,0,118,130,19,34,46,5,235,130,83,35,85,0,160,7,130,143,40,7,128,0,168,6,85,0,46,7,130,127,132,107,34,192,0,105,131,139,130, + 55,32,96,130,195,48,87,4,149,0,120,4,64,0,142,2,235,0,142,4,171,0,20,131,19,41,5,90,0,7,3,171,0,49,4,120,130,19,130,3,35,3,128,0,138,130,27,34,11,5,128,130,15,32,107,130,3,36,115,0, + 86,4,85,132,7,40,132,4,0,0,87,3,170,0,35,130,7,34,5,6,149,130,23,36,0,0,23,4,149,130,27,35,43,0,122,6,130,43,32,6,130,11,37,5,0,0,45,5,192,132,19,33,142,4,131,167,32,0,130,11,34,85, + 0,17,132,127,34,115,0,10,132,123,34,21,0,87,130,67,50,57,1,199,0,137,2,57,255,248,1,199,255,206,7,64,0,11,6,128,132,103,32,10,132,131,35,0,0,5,4,130,83,39,3,233,0,168,3,74,0,142,67, + 23,7,143,7,36,5,86,0,45,4,130,43,35,2,170,0,91,135,3,130,107,35,0,8,0,0,132,3,35,4,107,255,225,130,103,32,127,138,3,32,126,130,39,32,75,135,3,130,43,32,138,130,3,50,136,2,205,0,81, + 8,0,1,22,8,0,0,55,1,128,0,85,2,213,130,3,34,170,0,88,130,39,32,89,130,95,40,185,2,170,255,192,1,86,254,96,130,191,32,101,130,47,32,4,130,3,36,58,8,192,0,158,130,7,44,16,7,21,0,69,2, + 150,0,19,8,149,0,188,130,63,44,188,6,37,0,108,4,205,0,88,6,172,0,80,130,3,32,61,130,3,32,93,130,3,32,145,130,95,36,162,4,0,1,16,143,7,131,19,55,3,244,0,56,4,229,0,4,6,150,0,235,5,180, + 0,154,4,172,0,101,4,100,0,51,130,11,44,87,7,213,1,152,5,192,1,22,2,49,255,158,130,19,32,56,130,3,36,65,4,171,0,100,130,7,32,63,132,11,34,213,0,157,130,47,52,100,4,213,2,34,4,213,1, + 5,5,171,255,246,5,0,1,216,5,171,2,141,132,11,144,7,130,31,131,35,136,3,33,1,217,133,43,131,7,131,3,139,31,131,67,171,23,143,91,147,15,35,0,0,5,171,139,3,37,2,213,5,171,0,103,132,19, + 38,213,0,0,4,213,0,123,130,3,36,6,2,214,0,109,131,3,39,8,0,0,0,7,235,1,158,130,3,32,145,135,7,35,3,244,0,8,130,35,32,167,130,3,32,178,130,3,32,41,131,3,130,43,48,115,8,43,1,177,8,107, + 1,209,7,85,1,70,6,0,1,218,130,3,52,81,4,64,0,59,5,64,0,60,4,192,0,102,4,21,0,66,4,0,0,196,130,23,32,16,130,7,32,29,131,3,35,2,170,0,119,130,3,32,243,74,31,6,32,14,130,7,32,53,130,3, + 32,43,130,3,40,45,2,170,255,229,1,199,0,124,130,3,36,130,2,90,0,106,130,3,36,72,2,152,0,0,132,3,46,135,0,45,2,160,255,233,3,47,0,32,2,72,255,232,130,166,32,3,134,3,34,28,0,1,130,9, + 36,0,4,240,0,3,132,9,36,28,0,4,4,212,130,17,8,198,192,0,128,0,6,0,64,0,126,1,127,1,146,1,255,2,27,2,199,2,201,2,221,3,126,3,138,3,140,3,161,3,206,4,12,4,79,4,92,4,95,4,145,30,133,30, + 243,32,21,32,30,32,34,32,38,32,48,32,51,32,58,32,60,32,62,32,68,32,127,32,164,32,167,32,172,33,5,33,19,33,22,33,34,33,38,33,46,33,94,33,149,33,168,34,2,34,6,34,15,34,18,34,21,34,26, + 34,31,34,41,34,43,34,72,34,97,34,101,35,2,35,16,35,33,37,0,37,2,37,12,37,16,37,20,37,24,37,28,37,36,37,44,37,52,37,60,37,108,37,128,37,132,37,136,37,140,37,147,37,161,37,172,37,178, + 37,186,37,188,37,196,37,203,37,207,37,217,37,230,38,60,38,64,38,66,38,96,38,99,38,102,38,107,240,2,240,5,251,2,255,255,130,201,34,32,0,160,130,193,36,250,2,24,2,198,130,193,32,216, + 130,193,32,132,130,193,54,142,3,163,4,1,4,14,4,81,4,94,4,144,30,128,30,242,32,16,32,23,32,32,132,193,34,50,32,57,136,193,32,163,144,193,34,91,33,144,136,193,32,17,130,193,34,25,34, + 30,134,193,34,96,34,100,132,193,32,32,150,193,32,80,136,193,36,144,37,160,37,170,136,193,32,202,130,193,36,216,37,230,38,58,136,193,36,101,38,106,240,1,130,193,8,198,1,255,255,255, + 227,0,0,255,174,255,71,255,47,254,133,254,132,254,118,252,160,253,208,253,207,253,206,253,205,253,155,253,154,253,153,253,152,253,104,227,122,227,14,225,242,225,241,225,240,225,237, + 225,228,225,227,225,222,225,221,225,220,225,215,225,157,225,122,225,120,225,116,225,28,225,15,225,13,225,2,224,255,224,248,224,204,224,155,224,137,224,48,224,45,224,37,224,36,224,6, + 0,0,224,26,224,17,224,16,223,244,223,221,223,219,223,63,223,50,223,35,221,69,221,68,221,59,221,56,221,53,221,50,221,47,221,40,221,33,221,26,221,19,221,0,220,237,220,234,220,231,220, + 228,220,225,220,213,220,205,220,200,220,193,220,192,220,185,220,180,220,177,220,169,220,157,220,74,220,71,220,70,220,41,220,39,220,38,220,35,18,142,18,140,7,142,0,1,0,0,0,190,130,3, + 216,2,33,2,32,216,90,133,88,9,199,3,0,98,0,99,0,100,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,108,0,109,0,16,0,110,0,111,0,112,0,113,0,114,0,115,0,116,0,117,0,118,0,119,0,120,0,121, + 0,122,0,123,0,124,0,125,0,126,0,127,0,128,0,129,0,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,138,0,139,0,140,0,141,0,142,0,143,0,144,0,145,0,146,0,147,0,148,0,149,0,150,0,151, + 0,152,0,153,0,154,0,155,0,156,0,157,0,158,0,159,0,160,0,161,0,162,0,163,0,164,0,165,0,166,0,167,0,168,0,169,0,170,0,171,0,172,0,173,0,174,0,175,0,176,0,177,0,178,0,179,0,180,0,181, + 0,182,0,183,0,184,0,185,0,186,0,187,0,188,0,189,0,190,0,191,0,192,0,193,0,194,0,195,0,196,0,197,0,198,0,199,0,200,0,201,0,202,0,203,0,204,0,205,0,206,0,207,0,208,0,209,0,210,0,211, + 0,212,0,213,0,214,0,215,0,216,0,217,0,218,0,219,0,220,0,221,0,222,0,223,0,224,0,225,0,226,0,227,0,228,0,229,0,230,0,231,0,232,0,233,0,234,0,235,0,236,0,237,0,238,0,239,0,240,0,241, + 0,242,0,243,0,244,0,245,0,246,0,247,0,248,0,249,0,250,0,251,0,252,0,253,0,254,0,255,1,0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1, + 21,1,22,1,23,1,24,1,25,1,26,1,27,1,28,1,29,1,30,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,45,1,46,1,47,1,48,1,49,1,50,1,51,1,52,1,53,1,54,1,55,1,56,1, + 57,1,58,1,59,1,60,1,61,1,62,1,63,0,119,2,55,0,6,2,10,0,130,0,34,1,0,0,130,2,130,8,137,2,35,1,0,2,0,133,0,135,7,32,0,150,0,133,57,8,188,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13, + 0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0,36,0,37,0,38,0,39,0,40,0,41,0,42,0,43,0,44,0,45,0,46,0,47,0,48,0,49, + 0,50,0,51,0,52,0,53,0,54,0,55,0,56,0,57,0,58,0,59,0,60,0,61,0,62,0,63,0,64,0,65,0,66,0,67,0,68,0,69,0,70,0,71,0,72,0,73,0,74,0,75,0,76,0,77,0,78,0,79,0,80,0,81,0,82,0,83,0,84,0,85, + 0,86,0,87,0,88,0,89,0,90,0,91,0,92,0,93,0,94,0,95,0,96,0,97,130,217,8,210,132,0,133,0,135,0,137,0,145,0,150,0,156,0,161,0,160,0,162,0,164,0,163,0,165,0,167,0,169,0,168,0,170,0,171, + 0,173,0,172,0,174,0,175,0,177,0,179,0,178,0,180,0,182,0,181,0,186,0,185,0,187,0,188,2,16,0,112,0,99,0,100,0,104,2,18,0,118,0,159,0,110,0,106,2,36,0,116,0,105,2,61,0,134,0,152,2,56, + 0,113,2,63,2,64,0,102,0,117,2,50,2,53,2,52,1,141,2,59,0,107,0,122,1,118,0,166,0,184,0,127,0,98,0,109,2,55,1,64,2,60,2,51,0,108,0,123,2,19,0,3,0,128,0,131,0,149,1,18,1,19,2,5,2,6,2, + 13,2,14,2,9,2,10,0,183,2,126,0,191,1,56,2,27,2,32,2,23,2,24,2,143,2,144,2,17,0,119,2,11,2,15,2,20,0,130,0,138,0,129,0,139,0,136,67,71,6,36,140,0,147,0,148,130,225,8,117,146,0,154,0, + 155,0,153,0,241,1,75,1,82,0,111,1,78,1,79,1,80,0,120,1,83,1,81,1,76,0,0,64,69,89,88,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54, + 53,49,48,47,46,45,44,40,39,38,37,36,35,34,33,31,24,20,17,16,15,14,13,11,10,9,8,7,6,5,4,3,2,1,0,44,69,35,70,96,32,176,38,96,176,4,38,35,72,72,45,131,15,33,35,97,130,16,32,97,138,16, + 34,96,176,32,130,18,32,70,141,35,33,176,32,131,55,32,97,130,26,140,41,32,64,130,41,32,102,142,41,32,64,133,41,32,64,136,83,53,1,16,32,60,0,60,45,44,32,69,35,32,176,205,68,35,32,184, + 1,90,81,88,130,11,38,141,68,35,89,32,176,237,132,11,32,77,132,11,33,4,38,132,12,32,13,130,12,33,33,33,130,49,8,35,32,69,24,104,68,32,176,1,96,32,69,176,70,118,104,138,69,96,68,45,44, + 1,177,11,10,67,35,67,101,10,45,44,0,177,10,11,130,10,32,11,130,9,40,176,40,35,112,177,1,40,62,1,132,8,40,2,40,69,58,177,2,0,8,13,130,68,54,69,176,3,37,69,97,100,176,80,81,88,69,68, + 27,33,33,89,45,44,73,176,14,35,130,73,130,85,33,0,67,132,82,36,176,6,67,176,7,132,82,34,32,105,176,130,186,55,0,139,32,177,44,192,138,140,184,16,0,98,96,43,12,100,35,100,97,92,88,176, + 3,97,130,59,60,138,3,69,138,138,135,176,17,43,176,41,35,68,176,41,122,228,24,45,44,69,101,176,44,35,68,69,176,43,131,85,33,75,82,136,103,32,75,137,114,41,1,176,5,37,16,35,32,138,245, + 0,130,206,34,35,237,236,130,199,138,17,32,97,134,17,36,6,37,16,245,0,131,28,8,36,70,35,70,96,138,138,70,35,32,70,138,96,138,97,184,255,128,98,35,32,16,35,138,177,12,12,138,112,69,96, + 32,176,0,80,88,176,1,130,23,44,186,139,27,176,70,140,89,176,16,96,104,1,58,134,236,46,70,82,75,176,19,81,91,88,176,2,37,70,32,104,97,130,254,130,2,38,63,35,33,56,27,33,17,130,192,130, + 245,34,3,37,70,130,63,149,30,43,0,176,7,67,176,6,67,11,45,44,33,33,131,248,36,139,184,64,0,98,130,12,35,176,128,81,88,133,15,44,32,0,98,27,178,0,64,47,43,89,176,2,96,131,25,32,192, + 135,25,33,21,85,131,25,32,128,135,25,136,62,8,45,96,35,33,45,44,75,83,88,138,176,4,37,73,100,35,69,105,176,64,139,97,176,128,98,176,32,97,106,176,14,35,68,35,16,176,14,246,27,33,35, + 138,18,17,32,57,47,130,163,130,43,32,32,130,180,40,73,100,105,32,176,5,38,176,6,131,53,139,48,34,176,4,38,131,50,32,138,130,4,33,35,68,130,59,131,68,35,176,14,237,27,130,96,37,38,17, + 18,32,57,35,130,70,131,71,35,69,35,69,96,134,2,34,118,104,24,130,113,48,32,45,44,176,72,43,45,44,32,69,176,0,84,88,176,64,68,130,8,33,64,97,66,22,6,35,69,177,48,47,130,49,38,97,96, + 176,1,96,105,68,130,177,41,81,88,176,47,35,112,176,20,35,66,66,55,5,34,75,81,88,131,150,35,69,105,83,88,132,50,133,21,39,69,176,20,67,176,0,96,99,134,53,34,176,47,69,130,59,37,69,35, + 32,69,138,96,132,8,32,69,131,6,51,75,35,81,88,185,0,51,255,224,177,52,32,27,179,51,0,52,0,89,68,130,29,8,44,176,22,67,88,176,3,38,69,138,88,100,102,176,31,96,27,100,176,32,96,102,32, + 88,27,33,176,64,89,176,1,97,89,35,88,101,89,176,41,35,68,35,16,176,41,224,130,110,35,33,33,33,89,130,194,43,2,67,84,88,75,83,35,75,81,90,88,56,130,21,32,89,132,25,131,24,131,78,34, + 4,37,69,142,70,34,35,88,27,133,70,48,176,5,37,176,8,37,8,32,88,2,27,3,89,176,4,37,16,130,16,33,32,70,130,8,34,35,66,60,130,5,35,176,7,37,8,130,3,35,16,176,6,37,132,21,130,209,130,24, + 36,32,88,1,27,0,135,45,130,134,37,176,41,32,69,101,68,134,39,131,15,140,84,130,12,35,3,37,67,72,135,77,36,6,37,176,3,37,130,71,36,67,72,27,33,89,130,189,131,2,34,45,44,2,130,30,32, + 32,132,98,33,35,66,130,130,32,8,130,35,33,69,72,135,26,34,3,37,32,130,30,34,8,176,2,130,70,130,19,8,36,45,44,69,35,32,69,24,32,176,0,80,32,88,35,101,35,89,35,104,32,176,64,80,88,33, + 176,64,89,35,88,101,89,138,96,68,45,44,65,12,6,33,32,69,130,13,65,149,5,34,75,84,88,139,13,65,44,10,36,45,44,176,0,33,130,30,32,56,133,40,39,176,2,67,84,88,176,70,43,65,67,8,132,15, + 32,71,132,15,65,107,7,33,176,72,142,30,32,73,132,15,130,30,43,32,138,8,35,75,83,138,75,81,90,88,35,134,80,32,0,130,185,36,73,176,0,83,88,130,166,33,56,17,130,246,46,45,44,1,70,35,70, + 96,35,70,97,35,32,16,32,70,67,207,5,53,138,177,64,64,138,112,69,96,104,58,45,44,32,138,35,73,100,138,35,83,88,60,132,45,38,75,82,88,125,27,122,89,130,167,8,42,18,0,75,1,75,84,66,45, + 44,177,2,0,66,177,35,1,136,81,177,64,1,136,83,90,88,185,16,0,0,32,136,84,88,178,2,1,2,67,96,66,89,177,36,130,27,37,88,185,32,0,0,64,132,21,32,2,131,21,131,20,131,34,32,32,131,12,131, + 73,32,82,130,47,32,8,132,47,37,27,185,64,0,0,128,132,42,32,4,132,16,132,15,35,99,184,1,0,132,19,133,36,130,19,36,1,0,99,184,2,133,19,32,16,135,39,32,2,130,19,32,4,133,19,32,64,132, + 19,32,89,130,0,56,45,44,69,24,104,35,75,81,88,35,32,69,32,100,176,64,80,88,124,89,104,138,96,89,68,130,197,36,0,22,176,2,37,130,2,55,1,176,1,35,62,0,176,2,35,62,177,1,2,6,12,176,10, + 35,101,66,176,11,35,66,131,23,32,63,131,23,32,63,133,23,32,6,131,23,61,7,35,66,176,1,22,1,45,44,122,138,16,69,35,245,24,45,0,0,0,177,9,64,190,1,7,0,1,0,31,132,5,8,111,159,1,4,64,142, + 1,192,253,1,175,253,1,0,253,1,10,79,251,1,32,251,1,245,80,40,31,242,70,40,31,241,70,42,31,240,70,43,31,95,239,127,239,2,15,239,79,239,95,239,143,239,175,239,5,11,229,228,30,31,227, + 226,70,31,15,226,1,64,226,70,22,31,225,224,70,31,207,224,223,224,239,224,3,64,224,51,54,70,224,70,24,31,221,61,223,85,222,61,3,85,223,1,3,85,220,3,255,31,15,213,31,213,2,132,4,8,206, + 64,202,24,27,70,207,194,1,189,192,60,31,193,80,38,31,188,190,40,31,255,185,1,80,184,112,184,128,184,3,184,255,192,64,255,184,18,50,70,31,183,63,183,79,183,111,183,127,183,159,183,175, + 183,7,112,178,160,178,176,178,3,15,178,1,144,181,1,176,181,1,15,181,1,8,15,179,63,179,239,179,3,128,176,144,176,2,176,176,192,176,208,176,3,47,175,63,175,2,160,173,176,173,2,192,173, + 208,173,2,47,172,63,172,2,159,171,1,192,170,208,170,2,79,169,143,169,2,47,169,111,169,191,169,255,169,4,156,155,36,31,80,155,1,111,150,1,191,150,1,150,70,29,31,149,148,23,31,127,148, + 143,148,255,148,3,48,145,64,145,2,128,145,1,112,143,128,143,2,144,143,1,192,143,208,143,2,79,140,95,140,111,140,3,134,70,255,31,159,133,1,132,131,49,31,116,115,63,31,115,130,193,52, + 111,110,60,31,110,70,53,31,26,1,24,85,25,51,24,85,7,51,3,85,6,130,243,32,96,130,27,32,95,130,3,40,92,70,49,31,91,90,72,31,90,130,7,8,44,19,50,18,85,5,1,3,85,4,50,3,85,111,3,1,15,3, + 63,3,2,239,81,255,81,2,64,81,53,56,70,64,81,37,40,70,207,64,84,80,1,73,70,32,31,72,130,83,32,71,130,3,8,55,175,70,1,223,70,239,70,2,128,70,1,22,50,21,85,17,1,15,85,16,50,15,85,2,1, + 0,85,1,0,1,31,31,15,63,15,95,15,127,15,4,15,15,47,15,79,15,111,15,143,15,223,15,255,15,7,63,130,19,8,34,239,15,3,111,0,1,128,22,1,5,1,184,1,144,177,84,83,43,43,75,184,7,255,82,75,176, + 7,80,91,176,1,136,176,37,83,131,5,8,34,64,81,90,176,6,136,176,0,85,90,91,88,177,1,1,142,89,133,141,141,0,66,29,75,176,50,83,88,176,96,29,89,75,176,100,130,8,32,64,131,8,32,128,130, + 8,43,16,29,177,22,0,66,89,116,115,116,117,43,131,0,32,1,133,8,37,0,116,43,43,115,115,131,18,32,1,130,21,32,0,132,26,32,43,130,10,130,9,36,1,43,115,43,0,131,47,34,115,116,115,130,18, + 45,116,117,0,115,43,115,116,1,115,115,116,0,115,116,130,23,34,115,1,94,130,11,33,115,115,131,22,35,115,1,43,0,130,35,130,10,133,94,130,65,35,116,43,43,94,130,64,130,4,32,116,133,90, + 33,115,115,130,47,32,115,130,63,49,115,24,94,0,0,0,5,204,5,204,0,125,5,129,0,21,0,121,132,5,130,19,137,2,41,4,58,0,20,0,119,0,0,255,236,131,19,137,5,33,254,87,131,15,201,3,33,8,0,132, + 0,38,180,0,189,0,175,0,160,132,11,135,4,34,136,0,126,130,10,32,172,130,3,137,2,36,191,0,195,0,171,132,14,34,155,0,141,132,7,149,4,34,185,0,170,134,24,36,148,0,153,0,135,134,11,145, + 6,34,106,0,131,130,71,34,164,0,180,138,26,50,96,0,106,0,121,0,152,0,172,0,184,0,167,0,0,1,34,1,51,130,117,32,107,134,33,34,219,0,201,134,9,142,6,41,1,225,1,201,0,146,0,168,0,107,130, + 5,32,183,130,5,52,155,0,0,2,123,2,242,0,146,2,82,0,110,2,215,3,129,0,130,0,137,130,227,36,159,1,105,0,143,130,87,38,96,0,164,1,91,0,94,130,21,133,73,36,94,0,101,0,111,133,10,136,5, + 41,138,0,144,0,165,0,122,0,128,0,136,0,39,5,129,255,243,0,13,252,167,130,185,32,137,130,71,36,150,0,105,0,113,136,28,36,0,0,168,1,249,131,13,33,3,31,130,187,34,174,0,181,131,11,33, + 0,129,132,5,130,4,41,7,72,3,106,2,182,2,2,253,147,130,12,40,145,0,103,0,145,0,97,1,217,130,167,34,141,3,65,130,17,33,42,0,132,1,13,100,1,20,1,94,2,2,3,2,3,228,4,238,5,12,5,82,5,156, + 5,244,6,48,6,112,6,142,6,176,6,216,7,78,7,148,8,30,8,220,9,66,9,224,10,138,10,204,11,156,12,78,12,124,12,198,13,16,13,72,13,144,14,18,15,98,16,20,16,170,17,62,17,158,17,220,18,38,18, + 200,19,20,19,94,19,192,20,42,20,86,21,182,22,60,22,178,23,22,23,188,24,90,25,36,26,34,26,142,27,38,29,158,30,250,32,60,32,144,32,186,32,238,33,24,34,168,34,198,34,240,35,156,36,50, + 36,168,37,50,37,162,38,28,38,234,39,84,39,162,40,98,40,252,41,64,42,242,43,96,43,208,44,108,45,16,45,94,46,12,46,110,46,226,48,48,50,82,51,222,53,120,54,20,54,132,55,122,55,236,56, + 108,57,138,58,26,58,204,59,108,59,242,60,246,62,36,62,152,63,142,64,80,64,176,64,218,65,186,65,208,66,44,66,118,66,240,67,134,67,178,68,50,68,114,68,146,68,252,69,56,69,174,70,22,70, + 38,70,80,70,96,70,236,71,4,71,28,71,52,71,76,71,102,71,126,71,242,72,6,72,30,72,54,72,78,72,104,72,128,72,150,72,172,72,196,73,52,73,76,73,100,73,124,73,148,73,172,73,198,74,40,74, + 224,74,248,75,16,75,40,75,66,75,90,75,184,76,126,76,150,76,174,76,198,76,222,76,248,77,18,78,10,78,30,78,54,78,78,78,102,78,128,78,152,78,174,78,196,78,220,79,144,79,168,79,192,79, + 216,79,240,80,8,80,34,80,98,80,254,81,22,81,46,81,70,81,96,81,108,81,240,81,252,82,20,82,44,82,68,82,92,82,112,82,132,82,156,82,180,82,204,82,228,82,252,83,16,83,40,83,64,83,88,83, + 110,83,118,84,20,84,44,84,68,84,92,84,116,84,140,84,160,84,180,84,200,84,224,84,248,85,16,85,40,85,64,85,88,85,112,85,132,85,152,85,176,85,200,85,224,86,88,86,222,86,244,87,10,87,34, + 87,56,87,78,87,100,87,118,87,138,87,162,88,116,88,128,88,156,88,180,89,174,89,194,89,214,90,70,90,94,90,116,90,136,90,156,90,178,90,224,90,244,91,8,91,96,91,170,91,194,91,218,91,238, + 92,2,92,26,92,50,92,62,92,222,93,110,93,134,93,158,93,182,93,206,93,232,94,2,94,162,95,100,95,124,95,148,95,168,95,188,95,212,95,236,96,4,96,28,96,52,96,76,96,96,96,116,96,140,96,164, + 96,184,98,58,98,82,98,104,98,184,99,42,99,66,99,90,99,114,99,138,99,162,99,186,99,212,99,238,100,8,100,34,100,68,100,88,100,112,100,136,100,160,100,172,100,198,100,222,100,246,101, + 14,101,34,101,58,101,82,101,178,102,42,103,38,103,74,103,98,103,122,103,146,103,170,103,182,103,194,103,206,103,218,104,16,104,70,104,124,104,196,104,220,105,68,105,144,106,226,107, + 52,107,100,107,170,107,230,108,248,109,32,109,94,109,154,109,188,112,170,112,218,114,4,114,12,114,20,114,64,114,190,114,198,114,206,114,214,115,120,115,128,115,136,116,16,116,24,116, + 32,116,98,116,106,116,164,116,172,117,38,117,46,117,54,117,216,117,224,118,122,119,60,119,84,120,176,120,200,120,224,120,248,121,18,121,46,122,12,122,194,123,100,123,254,124,168,125, + 96,125,200,126,106,127,10,127,118,128,76,128,190,129,244,130,216,130,224,131,94,131,228,132,156,133,34,133,138,133,242,134,120,135,56,135,170,136,90,136,116,136,142,136,166,136,190, + 136,214,137,48,137,180,137,204,138,124,138,132,138,140,138,164,138,172,139,98,139,206,140,60,140,84,140,108,140,180,140,188,141,48,141,56,141,64,141,206,141,214,142,192,143,150,143, + 248,144,16,144,134,145,12,145,20,145,28,145,36,145,90,145,98,145,106,145,114,145,250,146,138,146,146,146,208,147,60,147,140,147,232,148,70,148,188,149,26,149,196,150,94,151,8,151,16, + 151,100,151,244,152,32,152,156,152,164,153,152,154,62,154,192,154,216,155,102,155,238,156,160,156,254,157,6,157,80,157,88,157,96,157,152,157,160,158,152,158,160,158,230,159,62,159, + 144,159,244,160,86,160,186,161,36,161,182,162,52,162,164,162,190,163,94,163,118,164,8,164,16,164,134,164,160,164,168,165,130,165,248,166,124,166,148,166,160,166,246,167,38,167,84,167, + 108,167,132,167,156,167,180,167,206,167,232,168,0,168,12,168,42,168,72,168,102,168,136,168,170,168,204,168,216,169,8,169,58,169,108,169,156,169,242,170,82,170,176,170,236,171,70,171, + 140,171,206,174,102,174,136,174,154,174,214,175,14,175,38,175,58,175,94,175,200,176,28,176,220,178,68,179,18,179,228,180,146,181,104,182,0,182,192,183,46,183,96,183,146,183,196,183, + 238,184,28,184,74,184,120,184,166,184,238,185,54,185,134,186,86,186,246,187,38,187,152,187,182,188,40,188,194,188,218,189,20,190,76,191,60,191,180,191,232,192,64,192,152,192,198,192, + 224,193,22,193,84,193,108,193,134,193,168,193,202,193,236,194,14,194,52,194,90,194,128,194,166,194,216,194,254,195,40,195,86,195,134,195,192,195,238,196,30,196,88,196,134,196,182,196, + 240,197,30,197,78,197,136,197,188,197,242,198,54,198,106,198,162,198,232,199,30,199,82,199,152,199,206,200,2,200,74,200,146,200,220,201,56,201,80,201,104,201,128,201,152,201,176,203, + 200,205,164,207,100,207,114,207,146,207,174,207,214,207,228,207,242,208,0,208,14,208,28,208,74,208,156,208,206,209,0,209,82,209,148,210,68,210,196,211,116,211,238,212,134,212,230,213, + 108,213,192,213,250,214,70,214,188,215,38,215,132,215,214,215,232,216,36,216,78,216,204,217,2,217,182,217,244,218,28,218,74,218,114,218,156,218,210,219,8,219,44,219,122,219,190,219, + 250,0,2,0,205,0,0,5,50,5,129,0,3,0,7,0,39,64,23,2,0,6,16,6,32,6,3,6,5,0,3,16,3,32,3,3,3,5,3,4,130,28,39,63,205,47,205,1,47,93,205,130,2,60,49,48,19,33,17,33,19,17,33,17,205,4,101,251, + 155,76,3,205,5,129,250,127,5,53,251,23,4,233,0,130,0,38,2,0,185,0,0,1,127,133,83,8,56,1,172,64,158,3,91,2,2,150,7,166,7,2,7,150,57,4,73,4,89,4,3,4,64,23,27,72,6,4,1,11,4,38,9,1,201, + 9,217,9,2,118,9,166,9,2,25,9,41,9,2,6,9,1,215,73,9,1,130,24,40,217,9,1,118,9,1,41,9,1,130,18,8,69,121,9,1,86,9,1,9,9,1,163,169,9,1,130,9,1,84,9,100,9,116,9,3,137,9,1,98,9,114,9,2,68, + 9,84,9,2,34,9,50,9,2,20,9,1,2,9,1,242,9,1,212,9,228,9,2,178,9,194,9,2,148,9,164,9,2,114,9,130,9,2,131,53,42,2,66,9,1,20,9,36,9,52,9,3,130,40,41,110,9,184,255,128,64,17,102,109,72,130, + 115,8,33,9,64,94,98,72,45,9,61,9,2,9,184,1,0,64,153,85,88,72,9,128,81,84,72,125,9,141,9,157,9,3,95,9,111,130,25,39,128,71,75,72,9,192,67,70,130,26,33,63,66,130,26,40,1,91,9,107,9,2, + 61,9,77,134,191,48,11,9,1,55,235,9,251,9,2,205,9,221,9,2,171,9,187,130,51,8,35,64,45,48,72,59,9,75,9,91,9,3,29,9,45,9,2,1,203,9,219,9,235,9,3,159,9,175,9,191,9,3,27,9,43,9,59,130,69, + 35,123,9,5,15,130,190,36,127,9,143,9,159,130,23,8,39,207,9,5,64,9,96,9,2,15,9,31,9,2,7,112,1,1,95,1,1,1,5,156,4,2,3,0,63,47,253,206,93,93,1,94,93,93,93,95,113,130,0,38,95,114,114,43, + 114,114,114,131,15,40,93,93,43,43,43,113,113,43,43,130,17,32,43,133,16,130,37,32,93,130,36,130,2,134,35,130,9,32,113,134,45,8,44,113,47,94,93,43,93,237,113,51,47,237,49,48,1,35,3,51, + 3,53,51,21,1,103,148,24,196,198,194,1,141,3,244,250,127,201,201,0,0,2,0,87,3,198,2,128,65,211,5,53,0,104,64,33,48,3,1,128,3,1,3,16,2,32,2,96,2,112,2,128,2,5,131,6,33,2,80,130,13,44, + 176,2,192,2,4,2,184,255,192,179,37,40,72,131,7,63,64,32,25,28,72,2,48,7,1,128,7,1,7,111,6,127,6,143,6,3,47,6,63,6,2,6,5,32,0,1,0,6,131,207,46,51,205,93,50,1,47,113,114,205,93,113,220, + 43,43,93,132,8,133,143,131,147,50,2,106,142,20,184,254,121,141,21,184,3,198,1,187,254,69,1,187,0,131,147,8,171,9,0,0,4,105,5,121,0,27,0,31,0,214,64,134,90,25,1,90,21,1,68,14,1,68,19, + 1,54,19,1,68,30,1,38,30,54,30,2,68,23,1,38,23,54,23,2,3,16,1,8,29,28,21,20,9,20,20,11,14,15,18,19,10,9,19,12,16,4,10,4,1,0,25,24,5,24,24,27,3,3,7,30,31,22,23,6,23,5,6,4,7,8,11,4,12, + 13,1,14,29,30,4,13,0,15,28,31,4,16,17,18,21,22,25,4,17,16,13,1,208,13,1,79,17,143,17,159,17,3,63,17,79,17,2,13,17,13,17,5,20,23,24,3,19,3,6,9,10,3,5,0,47,23,51,63,23,51,18,57,57,47, + 47,93,113,93,113,17,23,51,16,205,23,50,134,6,37,1,47,51,51,135,192,130,0,32,1,130,22,133,8,130,47,133,8,33,51,16,132,7,130,246,32,93,136,0,39,1,3,33,21,33,3,35,19,131,3,41,35,53,51, + 19,35,53,33,19,51,3,131,3,32,51,130,23,8,46,33,19,3,128,78,1,4,254,229,88,110,86,254,149,84,110,84,201,225,78,252,1,18,89,110,88,1,107,88,110,88,211,253,64,80,1,106,78,3,117,254,143, + 108,254,104,1,152,131,3,35,108,1,113,108,133,9,8,104,254,104,108,254,143,1,113,0,3,0,22,255,114,4,82,5,236,0,48,0,59,0,70,1,46,64,92,154,14,1,154,13,1,150,68,1,133,39,1,138,57,154, + 57,2,137,53,153,53,2,132,37,1,118,6,134,6,150,6,3,70,63,86,63,134,63,3,52,38,100,38,116,38,3,37,2,1,25,27,1,24,34,55,3,47,9,21,65,3,32,48,1,48,48,16,49,30,111,29,41,111,0,49,32,49, + 2,131,4,48,48,49,80,49,112,49,5,8,3,49,184,255,192,179,29,35,72,131,7,8,139,64,117,17,22,72,49,4,111,3,64,16,24,72,3,60,111,16,33,66,115,207,54,1,157,54,1,5,136,54,1,120,10,216,10, + 2,199,34,215,34,2,182,34,1,135,34,167,34,2,215,65,1,166,65,1,119,65,1,60,16,65,34,10,54,41,49,8,0,125,30,141,30,2,26,30,1,30,24,22,64,19,23,72,22,15,21,47,21,63,21,95,21,4,21,55,9, + 115,47,148,4,164,4,2,112,4,128,4,2,5,4,21,4,85,4,101,4,4,46,4,0,0,47,50,50,93,93,93,205,237,50,47,93,205,43,51,51,93,93,18,23,57,65,113,7,8,34,95,93,93,237,50,1,47,237,214,43,237,47, + 43,43,95,94,93,113,253,212,237,17,18,57,47,114,23,51,205,23,50,49,48,93,0,133,42,32,1,130,6,55,0,93,1,93,37,46,1,39,55,30,3,23,17,39,46,3,53,52,62,2,55,53,51,21,130,14,32,7,130,22, + 8,162,17,30,5,21,20,14,2,7,21,35,1,52,46,2,39,17,62,3,1,20,30,2,23,17,14,3,2,6,217,245,34,170,11,46,78,113,78,20,77,148,116,71,64,115,158,95,124,100,145,102,66,20,174,20,122,117,59, + 114,103,88,64,36,56,114,175,119,124,1,160,47,81,106,58,65,108,77,42,253,92,40,70,95,55,72,100,61,27,20,9,185,165,37,53,87,64,39,5,1,240,5,18,50,83,128,98,84,124,83,44,4,131,131,5,45, + 80,115,75,33,94,105,11,254,67,14,30,41,56,79,109,72,77,131,100,62,6,162,2,24,63,80,51,32,15,254,44,4,31,56,81,2,197,54,74,50,33,14,1,165,4,33,52,68,0,130,0,8,43,5,0,73,255,244,6,212, + 5,141,0,19,0,23,0,43,0,63,0,83,0,212,64,11,118,20,134,20,2,121,22,137,22,2,42,184,255,232,64,14,8,12,72,37,24,130,4,32,32,131,4,32,26,130,18,32,179,130,12,32,17,134,7,32,13,130,7,33, + 64,18,130,16,32,7,131,29,32,3,131,4,8,35,22,23,20,21,21,184,255,240,64,84,23,16,23,21,23,21,0,39,54,180,10,178,0,180,0,44,16,44,32,44,3,0,44,64,44,2,133,11,8,58,80,44,96,44,112,44, + 224,44,240,44,8,44,64,180,29,178,74,180,15,39,1,239,39,255,39,2,39,64,10,13,72,39,79,182,34,184,69,182,24,4,22,3,21,18,49,182,15,184,59,182,5,19,0,63,237,244,237,63,63,131,5,36,1,47, + 43,113,114,130,13,52,47,93,113,114,253,244,237,17,18,57,57,47,47,56,56,17,51,17,51,49,48,78,165,6,57,43,43,1,93,93,1,20,14,2,35,34,46,2,53,52,62,2,51,50,30,2,1,35,1,51,37,130,7,32, + 21,138,23,34,1,52,46,130,35,36,14,2,21,20,30,130,35,33,62,2,143,15,45,6,212,51,87,116,66,66,115,85,49,48,86,117,68,130,7,8,49,50,251,59,155,3,154,157,251,223,64,114,86,49,50,85,116, + 66,67,116,85,49,49,86,118,4,250,22,43,63,40,42,64,44,22,23,43,63,41,39,63,44,24,251,240,22,42,62,40,43,65,131,17,8,64,64,42,38,62,44,24,1,178,125,171,105,45,45,104,171,126,133,174, + 103,41,41,103,174,253,201,5,129,12,41,102,172,131,126,172,107,46,46,106,172,127,131,172,102,41,252,37,99,131,78,32,33,78,131,98,95,128,79,34,34,79,128,2,124,98,130,131,16,35,130,97, + 95,130,131,16,8,231,130,0,0,3,0,72,255,236,5,54,5,137,0,57,0,73,0,89,1,20,64,73,137,1,1,140,36,1,123,42,139,42,2,98,82,114,82,130,82,3,102,71,1,127,78,1,91,78,1,73,43,89,43,105,43, + 3,54,48,134,48,2,37,40,1,44,35,124,35,140,35,3,28,5,44,5,60,5,92,5,4,10,10,26,10,42,10,3,10,2,26,2,42,2,3,31,184,255,232,64,56,9,13,72,10,25,26,25,42,25,3,48,41,38,69,4,54,66,73,23, + 33,73,58,45,44,140,74,1,74,77,18,3,23,3,58,44,80,23,1,3,44,1,23,58,44,44,58,23,3,13,15,54,1,175,54,1,54,184,255,192,64,61,9,12,72,54,80,72,63,13,79,13,2,13,143,3,1,141,77,1,98,69,114, + 69,2,54,69,70,69,2,3,74,48,41,77,44,38,18,69,9,8,63,81,144,28,1,192,28,1,15,28,63,28,2,28,85,81,8,22,51,80,0,22,0,63,237,63,237,47,93,93,113,237,67,165,6,39,1,47,93,237,47,43,93,113, + 130,14,51,47,47,47,0,93,1,93,17,18,57,17,23,57,93,16,205,16,237,16,237,130,9,37,49,48,93,43,0,93,130,0,67,163,5,132,8,130,15,37,5,34,38,39,14,3,66,1,7,32,55,67,174,5,32,51,66,0,6,41, + 7,30,1,23,62,1,55,23,14,1,130,9,38,51,50,54,55,21,14,1,65,252,5,44,6,21,20,22,23,62,3,3,46,1,39,14,1,66,23,7,8,177,4,169,96,144,58,30,76,93,109,64,117,171,110,53,51,91,126,75,18,29, + 22,12,40,85,133,93,73,123,90,50,66,112,148,83,62,146,85,61,81,29,145,35,107,70,53,106,49,32,59,26,28,75,254,150,27,48,69,42,96,100,37,28,65,116,86,50,74,89,164,66,113,123,35,72,109, + 73,44,79,68,55,12,66,61,26,48,38,23,60,105,143,83,79,129,105,83,33,34,77,78,78,35,66,115,85,49,38,72,106,68,75,117,92,75,33,114,201,97,90,199,121,43,139,227,103,54,44,7,9,135,11,11, + 4,121,37,60,43,23,103,91,59,129,56,26,55,65,79,252,158,105,230,122,48,148,105,55,95,71,41,19,30,38,0,0,1,0,104,3,198,1,32,5,129,0,3,0,33,64,19,71,177,10,34,2,2,32,130,29,43,2,3,0,63, + 205,93,1,47,93,205,93,113,71,106,6,32,10,71,97,6,130,29,62,127,254,88,2,158,5,204,0,22,0,66,64,45,135,13,1,135,9,1,88,20,1,88,2,1,17,24,14,17,72,5,131,4,57,16,6,16,16,6,128,6,2,6,11, + 242,0,0,16,0,32,0,3,0,16,27,5,0,0,63,63,130,84,41,237,204,93,56,50,49,48,43,43,93,130,0,8,50,19,52,62,2,55,51,14,3,21,20,30,2,23,35,46,3,53,127,42,90,140,97,174,94,137,88,43,43,88, + 137,94,174,97,140,90,42,2,20,139,254,234,220,105,105,221,235,254,139,139,254,236,130,9,36,220,234,253,140,0,131,199,32,12,130,139,32,43,132,139,44,72,64,13,136,13,1,136,9,1,87,20,1, + 87,130,139,36,184,255,232,179,14,130,142,130,7,32,180,130,7,41,16,6,184,255,240,64,16,31,6,143,130,149,41,0,242,143,11,1,11,16,0,5,27,133,145,32,253,139,145,50,1,20,14,2,7,35,62,3, + 53,52,46,2,39,51,30,3,21,2,43,146,146,34,16,140,253,131,146,33,220,236,131,146,39,235,221,105,105,220,234,254,139,130,146,8,116,0,1,0,33,2,178,2,253,5,129,0,14,0,107,64,75,77,5,93, + 5,109,5,3,75,4,91,4,107,4,3,66,8,82,8,2,67,7,83,7,2,0,6,12,3,13,95,4,1,15,4,1,4,3,32,2,48,2,2,2,14,47,10,63,10,2,10,9,8,191,13,207,13,2,16,13,32,13,2,13,240,5,1,223,5,1,0,5,1,5,14, + 3,0,63,204,93,93,93,1,47,93,93,204,51,204,93,221,204,93,51,204,113,114,18,23,57,49,48,130,22,8,53,93,1,37,23,5,23,7,11,1,39,55,37,55,5,3,51,1,200,1,8,45,254,230,185,119,150,156,119, + 189,254,232,45,1,11,12,136,4,90,103,132,73,250,72,1,2,255,0,72,248,73,134,107,1,41,130,176,8,33,1,0,100,0,180,4,71,4,158,0,11,0,71,64,46,211,11,1,133,11,1,220,4,1,138,4,1,9,1,170,6, + 16,2,32,130,154,37,217,2,1,56,2,136,130,8,55,0,4,173,9,214,7,1,55,7,135,7,2,7,5,179,0,63,51,93,93,51,237,50,50,132,151,130,8,134,139,8,88,17,35,17,33,53,33,17,51,17,33,21,2,159,147, + 254,88,1,168,147,1,168,2,96,254,84,1,172,146,1,172,254,84,146,0,0,1,0,184,254,250,1,129,0,219,0,12,0,78,185,0,4,255,224,183,11,17,72,10,151,0,150,7,184,255,192,64,22,9,17,72,7,128, + 12,144,12,2,64,12,80,12,176,12,3,144,12,160,12,2,12,131,26,8,34,14,38,41,72,12,64,13,16,72,12,7,168,0,155,11,0,47,253,228,1,47,43,43,93,113,114,51,43,253,237,49,48,43,37,21,65,194, + 5,56,1,53,35,53,1,129,9,20,29,20,123,45,49,88,219,168,53,87,75,66,32,65,132,65,219,130,246,8,63,0,1,0,91,1,208,2,79,2,112,0,3,0,33,64,20,0,2,64,2,112,2,3,2,0,0,187,159,1,207,1,2,47, + 1,1,1,0,47,93,113,237,1,47,47,93,49,48,19,53,33,21,91,1,244,1,208,160,160,0,0,0,1,0,187,130,4,32,126,130,187,41,3,0,46,64,32,3,150,0,0,144,130,64,47,0,80,0,176,0,224,0,240,0,5,144, + 0,160,0,2,0,131,163,38,0,1,155,0,0,47,237,130,160,130,159,130,156,39,51,53,51,21,187,195,219,219,130,67,8,42,0,255,236,2,57,5,204,0,3,0,51,64,26,121,0,137,0,2,1,24,13,17,72,41,2,1, + 2,16,0,2,16,2,32,2,128,2,4,2,0,184,255,240,180,131,45,61,19,0,63,63,1,47,56,205,93,56,49,48,93,43,93,21,1,51,1,1,155,158,254,105,20,5,224,250,32,0,130,110,8,64,80,255,236,4,35,5,150, + 0,19,0,39,0,112,64,80,89,37,105,37,2,70,33,86,33,102,33,3,86,27,102,27,2,89,23,105,23,2,4,18,1,118,17,134,17,2,121,13,137,13,2,11,12,1,11,8,1,121,7,137,7,2,118,3,134,3,130,109,62,1, + 7,0,110,64,144,20,160,20,2,20,41,128,30,110,63,10,1,10,25,115,15,7,35,115,5,25,0,63,237,63,130,199,38,93,237,26,16,220,93,26,130,202,76,65,9,55,93,93,93,1,20,2,14,1,35,34,46,1,2,53, + 52,18,62,1,51,50,30,1,18,7,71,49,14,8,138,4,35,77,133,180,102,103,178,131,75,75,132,180,106,101,177,132,76,183,40,78,113,72,76,116,79,40,41,79,114,73,71,114,79,43,2,193,203,254,235, + 171,74,74,170,1,21,204,213,1,23,166,67,67,166,254,233,213,168,223,133,55,56,133,223,167,162,222,135,59,59,135,222,0,1,0,156,0,0,4,15,5,129,0,10,0,94,64,32,32,9,128,9,2,9,9,8,110,2, + 144,4,1,4,47,1,143,1,2,1,1,4,6,3,0,2,16,2,2,7,2,5,184,255,240,64,26,16,22,72,68,5,84,5,100,5,3,5,4,3,16,130,13,40,4,3,6,6,8,1,116,0,24,130,216,8,61,50,63,51,51,43,47,51,93,43,1,47, + 94,93,23,51,47,93,47,93,16,237,50,47,93,49,48,51,53,33,17,5,53,37,51,17,33,21,156,1,103,254,194,1,77,166,1,87,153,4,60,227,170,229,251,24,153,0,0,0,1,0,103,130,139,8,118,12,5,150,0, + 40,0,161,64,77,117,4,1,117,26,133,26,2,122,16,138,16,2,101,37,1,86,37,1,41,33,89,33,105,33,3,105,35,1,28,35,1,25,21,1,117,27,133,27,2,6,27,1,39,29,110,64,8,64,38,42,72,64,8,1,143,8, + 1,8,42,128,18,110,19,116,38,132,38,2,19,38,16,0,32,0,2,0,184,255,192,64,31,30,38,72,0,8,38,142,18,1,92,18,108,18,124,18,3,10,18,26,18,2,18,13,115,24,7,1,38,133,189,61,57,63,237,51, + 93,93,93,18,57,1,47,43,93,51,51,93,47,237,26,16,220,93,113,43,26,237,50,49,48,93,74,149,5,32,1,133,7,36,51,53,62,5,53,65,150,6,35,7,39,62,3,70,227,6,8,75,6,7,33,21,103,51,147,162,159, + 128,79,36,68,95,58,54,95,74,47,7,184,9,66,116,163,107,105,164,113,60,51,85,112,122,124,109,86,24,2,223,127,117,179,145,124,124,136,86,60,91,62,31,30,60,89,59,17,76,134,101,58,50,98, + 144,94,71,128,116,108,103,101,102,105,57,153,0,130,0,8,167,1,0,78,255,236,4,25,5,150,0,59,0,216,64,149,122,3,138,3,2,117,2,133,2,2,117,58,133,58,2,117,51,133,51,2,117,47,133,47,2,117, + 13,133,13,2,122,37,138,37,2,91,17,107,17,2,26,41,1,21,8,1,118,46,134,46,2,7,46,1,73,39,1,38,110,54,25,49,95,25,111,25,2,39,25,39,25,10,19,32,110,49,49,0,110,64,31,19,47,19,159,19,3, + 144,19,1,19,61,128,11,110,239,10,1,63,10,1,10,54,25,116,26,26,16,141,38,1,92,38,108,38,124,38,3,10,38,26,38,2,38,35,115,44,7,16,115,129,11,1,83,11,99,11,115,11,3,20,11,1,5,11,1,11, + 5,25,0,63,51,93,130,0,32,237,65,59,7,38,47,237,57,1,47,93,113,65,58,5,35,26,237,50,47,74,46,6,39,93,17,18,57,237,113,49,48,72,53,6,130,6,32,1,130,54,33,93,0,74,51,8,55,39,55,30,3,51, + 50,54,53,52,46,2,43,1,53,51,50,62,2,53,52,38,35,34,6,65,94,10,8,186,2,7,21,30,3,4,25,63,121,179,115,131,179,116,58,9,186,8,43,74,108,74,136,155,69,103,121,51,102,98,51,110,91,59,133, + 131,119,147,12,181,11,80,123,158,89,118,170,108,51,34,72,111,78,85,126,82,41,1,133,97,152,105,55,65,107,137,73,17,56,92,66,36,134,132,78,95,53,18,156,21,55,94,73,113,131,122,111,14, + 93,138,91,45,59,101,136,77,62,108,86,62,16,4,9,59,88,112,0,0,2,0,47,0,0,4,55,5,129,0,10,0,23,0,117,64,80,154,15,1,153,6,1,136,6,1,133,16,149,16,2,118,16,1,24,22,1,118,22,134,22,150, + 22,3,22,5,64,12,21,72,5,91,10,107,10,123,10,3,10,8,1,111,23,6,31,2,1,112,2,224,2,2,0,2,16,2,48,2,80,130,10,63,5,8,2,0,4,115,8,22,22,1,11,6,6,1,24,0,63,63,51,18,57,47,51,237,50,1,47, + 94,93,113,114,51,130,9,38,50,93,47,43,51,93,113,69,253,5,48,0,93,1,17,35,17,33,53,1,51,17,51,21,1,14,3,7,131,3,8,126,33,3,113,170,253,104,2,133,189,198,254,144,2,16,20,21,8,254,151, + 5,19,20,20,6,1,242,1,63,254,193,1,63,140,3,182,252,76,142,3,119,5,29,36,37,12,253,236,8,26,27,26,7,0,1,0,82,255,236,4,29,5,129,0,44,0,181,64,28,86,13,102,13,134,13,3,85,2,101,2,2,90, + 3,106,3,2,85,43,101,43,2,85,42,101,42,2,38,184,255,216,64,89,14,17,72,21,8,1,6,10,1,25,36,153,36,2,137,36,217,36,2,3,68,33,1,6,35,32,130,25,60,35,11,0,110,64,31,21,1,47,21,159,21,2, + 144,21,1,21,46,128,36,31,37,110,33,32,32,11,110,208,66,66,5,51,26,115,40,40,16,36,116,33,6,16,115,115,11,131,11,2,103,11,1,22,66,44,10,34,237,63,237,130,248,39,237,1,47,93,113,237, + 51,47,131,246,49,26,16,220,93,113,114,26,237,17,57,43,49,48,95,113,95,113,114,130,252,37,93,0,43,93,1,93,132,8,66,36,14,33,62,2,67,123,8,8,93,35,19,33,21,33,3,62,1,51,50,30,2,4,29, + 64,126,187,123,111,165,114,67,14,182,11,40,69,101,72,70,114,81,44,42,78,113,72,45,76,65,53,23,176,47,3,33,253,131,27,48,144,99,105,168,118,64,1,203,106,176,127,70,52,91,122,70,21,40, + 75,59,35,43,84,122,79,65,109,79,44,16,28,37,20,2,246,153,254,65,37,53,64,117,162,0,130,0,35,2,0,104,255,67,131,5,8,130,36,0,56,0,175,64,48,140,21,1,122,22,138,22,2,89,7,105,7,2,90, + 3,106,3,122,3,3,84,2,100,2,2,84,35,100,35,116,35,3,84,34,100,34,116,34,3,53,30,69,30,2,133,50,1,50,184,255,240,64,45,10,13,72,132,26,1,37,26,53,26,69,26,117,26,4,22,26,1,21,111,20, + 20,0,110,64,47,37,159,37,2,144,37,1,37,58,128,47,29,110,16,10,32,10,2,10,184,255,192,64,24,30,38,72,10,29,42,117,32,32,52,24,115,25,21,153,21,2,21,15,7,52,70,62,6,62,51,93,237,18,57, + 47,237,50,1,47,43,93,237,50,26,16,220,93,113,26,237,50,47,237,49,48,93,93,93,43,93,67,91,5,67,104,5,77,120,5,70,77,9,41,2,23,7,46,1,35,34,14,2,21,65,51,5,70,91,16,8,138,25,59,115,170, + 111,123,184,122,61,69,130,187,118,72,126,103,78,23,172,28,123,81,74,120,84,45,49,178,115,96,156,111,61,183,36,72,106,70,49,100,81,51,40,75,106,66,65,103,72,38,1,205,106,177,127,71, + 94,177,1,1,164,188,1,28,190,96,30,67,110,80,31,91,81,70,139,210,140,91,95,62,117,167,112,73,118,83,45,29,65,106,76,78,135,100,58,45,85,122,0,0,1,0,105,0,0,4,12,5,129,0,14,0,68,64,45, + 122,11,138,11,2,105,11,1,5,110,6,6,0,80,12,1,16,12,32,12,2,12,11,95,130,39,52,0,32,0,64,0,96,0,128,0,5,0,0,12,116,13,6,5,24,0,63,63,131,248,39,93,113,51,47,93,113,18,57,133,244,8,47, + 1,6,10,2,21,35,52,26,2,55,33,53,33,4,12,106,178,128,71,188,80,136,180,101,253,11,3,163,4,239,162,254,213,254,209,254,193,180,169,1,69,1,57,1,46,147,153,0,130,0,8,66,3,0,89,255,236, + 4,26,5,150,0,41,0,61,0,81,0,191,64,132,117,40,133,40,2,117,33,133,33,2,117,29,133,29,2,117,28,133,28,2,117,24,133,24,2,122,23,138,23,2,122,19,138,19,2,122,12,1,122,8,138,8,2,122,7, + 138,7,2,69,143,9,8,71,85,69,101,69,2,85,75,101,75,2,90,65,106,65,2,52,110,21,42,110,31,15,36,31,79,21,1,21,31,21,31,10,0,110,64,15,62,31,62,2,31,62,47,62,159,62,3,144,62,1,62,83,128, + 72,110,208,10,1,10,36,15,67,117,57,57,77,47,117,26,7,77,117,72,29,6,131,214,35,57,57,1,47,69,69,6,39,114,26,237,17,57,57,47,47,130,238,35,57,16,237,16,65,230,5,65,229,6,32,93,135,7, + 32,1,65,233,5,32,2,81,32,5,77,121,14,35,21,30,3,3,72,68,14,32,19,142,15,9,36,4,26,57,117,182,124,124,181,119,57,47,79,101,54,59,93,63,33,57,112,166,109,115,169,111,54,33,63,93,61,61, + 104,76,44,222,27,62,100,73,71,98,63,28,22,58,102,80,85,103,55,17,35,28,68,115,86,79,111,69,32,32,70,114,81,82,112,68,29,1,137,90,151,110,62,62,109,151,89,77,120,87,53,9,4,14,62,87, + 106,59,74,131,99,57,58,99,132,74,58,106,87,61,12,4,10,53,87,120,2,76,53,88,63,35,35,63,88,53,42,88,72,46,46,72,88,253,163,51,95,73,45,45,74,97,52,65,107,77,42,42,77,109,0,0,0,2,0,96, + 255,236,4,18,5,150,0,36,0,56,0,190,64,105,169,39,1,163,11,1,149,12,165,12,2,170,17,1,153,17,1,116,35,132,35,2,116,32,132,32,148,32,3,122,31,138,31,154,31,3,122,27,138,27,154,27,3,123, + 26,139,26,155,26,3,90,40,106,40,2,89,2,105,2,2,16,24,10,13,72,54,8,1,37,0,110,47,19,63,19,2,79,19,191,19,2,0,19,32,19,48,19,64,19,176,19,5,7,19,58,11,111,10,10,47,110,32,29,1,29,184, + 255,192,64,27,32,38,72,29,19,52,115,95,24,111,24,2,24,24,5,42,115,34,7,14,115,23,68,196,8,38,237,63,237,17,57,47,93,67,130,6,50,51,47,237,16,220,94,93,113,114,237,51,49,48,93,43,93, + 93,0,93,72,39,5,135,5,73,213,7,41,2,39,55,30,1,51,50,62,2,55,79,37,9,33,51,50,73,224,17,8,99,18,71,132,189,118,81,130,102,72,22,172,28,119,91,73,121,85,48,2,21,73,93,108,55,96,155, + 108,59,63,120,175,111,235,242,196,37,73,107,70,65,104,72,39,35,70,104,69,50,103,83,53,2,221,188,254,229,188,94,33,70,112,79,27,91,85,69,138,208,140,47,74,51,27,69,124,175,107,109,176, + 123,66,254,164,175,78,138,102,59,46,85,122,75,71,122,89,51,34,70,107,0,130,0,32,2,75,127,5,58,4,58,0,3,0,7,0,54,64,36,3,7,150,0,0,4,144,4,2,64,4,80,4,224,4,240,4,130,11,50,160,4,2, + 4,64,13,16,72,4,5,156,4,0,156,1,15,0,63,237,75,135,7,41,51,237,50,49,48,19,53,51,21,3,130,3,43,187,195,195,195,3,107,207,207,252,149,207,207,132,91,36,184,254,250,1,129,130,91,52,12, + 0,16,0,89,185,0,4,255,224,64,10,11,17,72,16,10,151,0,150,13,76,156,31,32,18,76,156,8,46,13,156,14,15,7,168,0,156,11,0,47,253,228,63,237,76,162,8,35,51,253,237,51,76,164,14,32,17,130, + 134,76,168,9,34,195,207,156,76,169,7,34,207,2,156,131,148,56,1,0,101,0,154,4,72,4,170,0,6,0,106,185,0,5,255,216,64,17,18,22,72,3,40,130,4,32,0,131,4,36,137,0,1,1,184,130,21,32,51,130, + 16,50,134,1,1,6,0,2,32,2,80,2,112,2,4,2,32,0,1,0,63,87,88,5,33,6,48,130,17,63,128,2,3,2,1,0,15,4,63,4,111,4,159,4,207,4,5,4,0,25,47,93,51,51,205,93,205,93,1,24,47,93,130,11,8,33,49, + 48,0,93,43,93,43,43,43,19,53,1,21,9,1,21,101,3,227,252,166,3,90,2,59,205,1,162,154,254,146,254,145,153,65,131,5,53,100,1,88,4,71,3,236,0,3,0,7,0,70,64,49,7,64,2,96,2,2,0,130,121,34, + 112,2,208,130,121,35,4,223,0,1,131,125,53,4,173,31,5,47,5,95,5,111,5,223,5,5,5,0,173,80,1,208,1,2,15,77,94,5,52,93,237,222,93,237,1,47,93,93,51,47,93,113,51,49,48,19,53,33,21,1,130, + 3,32,100,130,114,42,29,3,227,3,88,148,148,254,0,148,148,131,111,65,3,14,32,1,65,3,11,33,6,40,130,247,35,137,6,1,5,65,3,8,44,5,1,0,6,32,6,80,6,112,6,4,6,3,131,133,46,6,5,48,4,112,4, + 128,4,3,4,63,0,127,0,143,130,180,48,15,2,63,2,111,2,159,2,207,2,5,2,0,25,47,93,205,130,1,36,51,51,1,24,47,131,140,65,3,8,8,158,55,53,9,1,53,1,21,101,3,90,252,166,3,227,154,153,1,111, + 1,110,154,254,94,205,0,2,0,84,0,0,4,39,5,150,0,37,0,41,0,137,64,68,117,36,133,36,2,117,35,133,35,2,90,26,106,26,2,90,21,1,90,14,122,14,138,14,3,90,13,122,13,138,13,3,58,6,74,6,2,9, + 72,10,10,176,41,192,41,2,41,150,38,38,19,27,70,28,0,70,0,19,32,19,64,19,144,19,176,19,5,19,184,255,192,64,23,38,44,72,19,19,33,95,10,143,10,2,10,39,156,38,76,27,1,27,24,95,33,4,0,63, + 237,51,93,47,253,198,93,17,57,1,47,43,93,237,47,237,18,57,47,89,157,6,67,183,7,46,93,1,93,1,20,14,6,7,35,62,7,53,52,46,2,74,133,10,8,81,1,53,51,21,4,39,37,62,79,82,79,63,39,1,175,2, + 39,62,78,80,77,60,37,42,77,109,67,140,164,14,184,11,67,121,179,122,114,178,123,64,253,143,195,4,8,71,108,85,67,60,58,68,83,55,69,104,80,63,57,57,70,88,59,59,92,63,32,140,122,12,84, + 149,112,65,56,103,148,251,157,201,201,0,130,0,8,195,2,0,161,254,229,7,110,5,204,0,93,0,114,1,101,64,255,122,17,138,17,2,117,15,133,15,2,117,27,133,27,2,121,47,137,47,2,116,38,132,38, + 2,102,38,1,99,70,1,86,69,102,69,2,123,26,139,26,2,73,26,1,74,56,90,56,106,56,3,59,102,1,82,63,1,54,63,70,63,2,82,64,1,38,64,54,64,70,64,3,131,3,1,37,3,53,3,69,3,3,37,2,53,2,69,2,133, + 2,4,25,8,57,8,2,11,8,1,11,8,27,8,2,8,32,12,17,72,22,92,102,92,134,92,3,80,58,96,58,2,5,58,21,58,53,58,69,58,4,137,57,1,93,57,1,10,57,26,57,2,9,7,1,125,52,141,52,2,11,52,75,52,2,10, + 22,26,22,42,22,3,104,212,24,37,41,211,10,112,34,132,72,1,72,10,49,80,24,1,130,2,8,94,24,10,24,10,82,0,210,64,95,49,111,49,2,143,49,159,49,2,49,116,128,61,210,0,82,16,82,32,82,3,82, + 44,213,5,5,107,214,19,99,214,29,36,29,47,19,63,19,79,19,3,32,29,48,29,64,29,3,19,29,19,29,77,54,214,89,0,149,71,1,71,66,214,77,0,47,237,51,93,63,237,18,57,57,47,47,93,93,17,51,16,237, + 16,237,51,47,79,52,8,33,113,26,134,26,40,114,17,18,57,93,50,50,16,237,130,2,33,49,48,76,78,5,34,93,93,1,73,4,10,73,11,9,69,144,8,74,81,14,36,53,52,54,55,35,69,141,11,43,30,2,23,51, + 55,51,3,14,1,21,20,22,76,133,5,37,46,2,35,34,14,4,84,151,7,33,55,23,131,45,47,36,38,2,53,52,18,62,2,36,51,50,4,22,18,5,52,132,35,32,2,134,50,8,203,55,62,1,7,110,67,118,165,97,56,79, + 50,22,2,1,6,24,69,93,117,71,84,125,81,40,71,132,185,114,60,96,73,54,18,6,39,156,116,19,18,43,38,62,107,79,45,83,161,238,156,134,227,184,139,94,48,86,165,243,158,105,182,152,120,44, + 55,50,135,166,196,111,190,254,217,203,105,63,118,170,215,0,255,144,201,1,36,191,92,253,162,34,63,89,56,86,130,87,45,95,99,69,120,96,70,18,9,14,2,243,144,239,172,96,27,47,64,38,15,43, + 12,45,89,69,43,58,103,141,83,120,221,169,102,27,48,67,40,160,254,6,84,120,49,48,46,81,142,192,112,129,222,162,92,64,116,161,192,219,115,141,238,171,96,33,48,57,24,112,30,63,52,33,115, + 206,1,28,169,139,1,0,220,180,128,70,118,200,254,248,155,50,84,60,33,85,138,173,87,120,136,62,102,132,71,36,80,66,159,5,8,246,4,0,0,5,82,5,129,0,7,0,20,1,18,64,206,102,2,118,2,134,2, + 3,102,19,118,19,134,19,3,105,1,121,1,137,1,3,105,20,121,20,137,20,3,115,6,131,6,2,101,6,1,124,5,140,5,2,106,5,1,122,0,138,0,2,57,0,89,0,105,0,3,117,3,133,3,2,54,3,86,3,102,3,3,90,4, + 1,72,4,1,85,7,1,71,7,1,19,2,3,1,20,0,21,6,37,6,53,6,3,6,6,1,230,6,246,6,2,26,5,42,5,58,5,3,9,5,1,233,5,249,5,2,6,5,13,13,4,26,0,42,0,58,0,3,9,0,1,233,0,249,0,2,0,16,7,32,7,48,7,3,32, + 7,1,7,7,22,21,3,37,3,53,3,3,6,3,1,230,3,246,3,2,3,175,4,191,4,2,4,80,22,176,22,2,48,22,96,22,144,22,192,22,240,22,5,47,22,1,1,2,95,20,19,19,118,13,1,13,5,3,4,0,18,0,63,50,63,51,93, + 57,47,51,237,50,1,93,93,113,47,93,51,93,113,113,17,51,47,93,113,131,8,36,18,57,61,47,51,131,8,130,20,34,18,57,57,130,2,66,106,5,90,163,5,133,5,8,195,33,3,33,3,35,1,51,9,1,46,3,39,14, + 3,7,3,33,4,143,161,253,126,162,198,2,63,217,2,54,253,174,16,29,22,15,1,2,14,23,29,15,180,2,15,1,156,254,100,5,129,250,127,4,2,40,82,67,45,5,5,46,68,82,40,254,49,0,3,0,168,0,0,4,234, + 5,129,0,22,0,33,0,46,0,155,64,108,155,24,171,24,2,147,32,1,133,32,1,147,45,1,117,45,133,45,2,122,36,138,36,154,36,3,5,11,21,11,37,11,3,6,2,22,2,38,2,3,171,18,1,159,18,1,107,18,123, + 18,139,18,3,18,28,13,90,23,64,13,17,72,23,23,41,0,90,64,31,34,47,34,2,175,34,1,34,48,128,28,41,90,0,6,16,6,64,6,3,7,6,18,40,95,127,28,1,28,28,41,27,95,7,3,41,95,6,18,0,63,77,149,5, + 37,113,237,57,1,47,94,76,85,9,38,18,57,47,43,237,17,57,130,230,81,2,8,89,230,6,34,33,17,33,87,216,8,36,3,1,52,38,35,131,16,37,62,2,19,52,46,2,134,10,8,107,4,234,84,142,188,104,253, + 196,2,0,117,184,128,67,33,67,101,67,85,131,88,46,254,238,156,148,254,191,1,65,84,116,72,32,81,49,92,129,80,254,156,1,115,73,123,89,50,1,141,107,151,95,44,5,129,39,84,129,90,59,104, + 85,61,15,10,58,90,119,2,66,114,98,254,66,33,61,86,253,190,67,94,60,28,254,4,24,60,100,0,1,0,104,255,236,5,121,5,150,0,39,0,173,64,79,121,14,137,14,81,3,5,8,122,123,37,139,37,2,106, + 38,1,124,36,140,36,2,106,36,1,106,28,1,85,7,1,90,3,1,42,29,106,29,2,134,23,1,42,23,106,23,2,5,8,21,8,2,5,2,21,2,2,5,91,80,26,96,26,2,175,26,191,26,2,32,26,1,15,26,1,26,34,16,184,255, + 192,64,42,7,13,72,16,16,41,32,41,1,79,35,1,35,35,0,95,31,4,0,15,16,15,2,48,15,64,15,112,15,128,15,192,15,208,15,6,15,15,10,95,21,19,0,63,237,51,47,93,113,132,5,37,1,93,17,51,47,43, + 130,14,34,93,93,113,75,166,6,75,167,13,33,1,34,90,248,9,68,72,11,8,154,54,36,51,50,4,23,7,46,3,3,24,120,185,125,64,69,129,187,117,82,135,109,86,33,156,38,112,151,191,118,171,254,255, + 173,86,91,175,1,0,164,225,1,46,71,181,20,68,102,137,4,250,80,148,208,127,127,211,152,84,43,78,107,65,78,79,136,100,57,109,195,1,12,159,165,1,10,187,101,176,173,60,50,91,70,42,0,2,0, + 168,0,0,5,101,5,129,0,12,0,25,0,100,64,70,169,24,1,123,24,1,172,23,1,27,23,43,23,59,23,123,23,4,169,16,1,27,16,43,16,59,16,123,16,4,123,15,1,153,3,1,121,2,1,0,90,64,47,13,1,13,27,128, + 64,27,1,20,66,52,9,36,19,95,7,3,20,66,43,7,42,1,47,94,93,237,93,26,16,220,113,26,135,233,32,93,84,191,8,37,33,17,33,50,4,22,74,215,5,66,22,5,8,53,5,101,106,184,251,145,253,241,1,210, + 163,1,19,198,111,192,82,148,206,123,254,241,1,58,111,189,138,78,2,207,176,254,243,181,93,5,129,81,169,254,252,180,143,203,130,61,251,177,72,142,212,0,0,1,131,191,8,55,4,254,5,129,0, + 11,0,77,181,7,3,7,3,0,10,184,255,192,64,37,7,11,72,10,10,13,5,9,90,0,0,16,0,64,0,3,7,0,32,13,1,8,95,127,5,1,5,5,9,4,95,1,3,9,95,0,66,210,10,33,1,93,131,172,47,50,17,51,47,43,18,57, + 57,47,47,49,48,51,17,33,21,130,152,132,3,51,168,4,45,252,146,3,50,252,206,3,151,5,129,156,254,60,154,254,21,156,135,123,32,145,130,123,47,9,0,105,185,0,2,255,192,182,13,24,72,2,2,6, + 8,131,129,40,58,7,12,72,8,8,11,1,5,65,29,9,8,38,48,11,1,4,95,239,1,1,15,1,63,1,111,1,127,1,159,1,175,1,207,1,223,1,8,8,1,64,23,30,72,1,1,5,0,95,7,3,5,130,150,41,63,237,18,57,47,43, + 94,93,113,237,140,152,36,47,43,49,48,1,132,151,32,35,130,5,47,1,103,3,18,252,238,191,3,233,4,229,253,244,158,253,197,130,154,8,113,0,1,0,103,255,236,5,160,5,150,0,45,0,185,64,130,134, + 43,1,106,43,1,66,37,82,37,2,5,24,21,24,85,24,3,86,23,1,86,19,1,5,18,21,18,85,18,3,122,12,138,12,2,89,12,105,12,2,106,3,1,106,2,1,73,37,89,37,2,53,29,1,123,13,139,13,2,64,10,1,10,10, + 36,92,31,64,33,33,0,127,31,143,31,2,31,47,128,32,47,96,47,128,47,3,21,91,175,0,191,0,2,32,0,1,15,130,113,8,35,33,95,240,34,1,34,34,5,26,95,41,19,16,95,5,48,11,64,11,2,144,11,224,11, + 2,11,11,5,4,0,63,51,47,93,113,16,77,13,7,51,1,47,93,93,93,237,93,26,16,204,93,17,57,47,26,16,237,50,47,93,83,241,5,32,1,69,39,5,132,5,45,19,52,18,54,36,51,50,30,2,23,7,46,3,35,67,16, + 11,36,53,33,53,33,17,71,93,6,8,59,103,89,177,1,6,173,130,196,144,100,35,182,26,73,104,137,88,128,189,124,61,66,130,193,127,83,140,113,86,29,254,91,2,85,47,127,158,188,107,178,254,246, + 177,89,2,199,165,1,10,187,101,46,86,123,77,54,52,85,60,33,67,26,5,50,153,85,28,45,55,28,254,160,254,26,48,87,66,38,109,195,1,12,0,130,0,8,80,1,0,168,0,0,5,32,5,129,0,11,0,103,64,29, + 11,90,64,8,143,0,159,0,175,0,223,0,4,0,13,128,64,13,1,64,13,192,13,208,13,224,13,4,13,184,255,192,64,37,14,17,72,7,3,90,0,4,16,4,64,4,3,7,4,2,95,80,7,1,176,7,224,7,2,15,7,1,8,7,7,9, + 70,66,9,39,57,47,94,93,93,113,237,1,130,6,52,237,50,43,93,113,26,16,220,93,50,26,237,49,48,33,17,33,17,35,17,51,130,5,54,51,17,4,97,253,6,191,191,2,250,191,2,141,253,115,5,129,253, + 172,2,84,250,127,132,151,36,189,0,0,1,124,130,151,40,3,0,122,64,70,3,90,15,0,131,176,45,1,61,16,0,32,0,208,0,3,96,0,112,0,2,66,238,5,55,80,0,176,0,5,7,0,175,5,1,0,5,160,5,176,5,3,0, + 5,16,5,64,5,80,132,12,39,192,5,240,5,8,32,5,144,130,6,33,3,5,130,192,35,179,56,61,72,132,7,33,45,48,132,7,45,182,13,16,72,1,3,0,18,0,63,63,1,43,43,130,165,33,114,93,130,175,37,113, + 114,94,93,94,93,130,170,32,51,130,166,35,189,191,5,129,134,147,36,32,255,236,3,104,130,147,8,104,21,0,124,64,15,137,2,1,130,5,1,123,10,1,100,6,116,6,2,6,184,255,224,64,66,14,17,72, + 0,14,32,14,2,128,14,144,14,224,14,240,14,4,14,14,3,17,90,64,64,12,80,12,96,12,3,111,12,1,12,23,128,15,3,1,3,32,23,1,32,23,64,23,80,23,96,23,4,14,95,15,3,9,95,0,64,4,1,4,4,0,19,0,63, + 50,47,93,16,237,63,237,1,93,113,47,113,82,204,6,49,18,57,47,93,113,49,48,0,43,1,93,93,93,0,93,5,34,38,86,30,7,8,46,17,33,53,33,17,20,14,2,1,201,171,219,35,187,10,46,64,78,41,104,120, + 254,241,1,205,56,107,154,20,178,192,31,65,93,60,28,143,138,3,69,156,252,35,101,162,115,62,68,67,5,33,5,63,130,195,8,84,11,0,154,64,103,171,1,1,157,1,1,138,8,154,8,2,138,1,154,1,170, + 1,3,102,2,1,131,7,147,7,2,100,7,1,157,0,173,0,2,107,0,123,0,139,0,3,89,0,1,86,10,1,155,10,1,36,10,1,1,10,106,8,250,8,2,8,10,144,9,160,9,2,9,9,0,11,16,0,11,1,11,11,13,7,2,66,25,10,50, + 7,10,1,2,4,4,8,5,3,0,4,18,0,63,51,63,51,18,23,71,75,6,38,50,17,51,47,93,56,51,130,211,36,57,51,113,17,51,130,215,74,165,5,130,217,132,8,59,0,93,93,33,1,7,17,35,17,51,17,1,51,9,1,4, + 82,253,205,184,191,191,2,167,225,253,168,2,130,1,45,140,253,228,5,129,253,62,2,194,253,156,252,227,0,130,0,38,1,0,168,0,0,4,47,130,211,59,5,0,56,64,40,16,4,48,4,2,0,4,16,4,32,4,64, + 4,96,4,128,4,160,4,240,4,8,4,130,154,69,29,7,34,1,3,3,69,16,6,42,1,47,94,93,237,47,93,113,49,48,51,130,109,42,33,21,168,191,2,200,5,129,251,27,156,136,87,33,6,2,130,87,56,44,2,44,64, + 12,152,41,1,151,31,1,12,16,18,24,72,12,184,255,240,179,13,17,72,13,130,7,33,64,27,130,16,36,40,13,1,13,16,130,16,40,42,32,33,37,72,42,32,18,28,130,4,39,9,17,72,30,184,255,224,179,130, + 17,132,7,130,20,131,7,33,64,255,130,24,8,70,13,12,36,36,27,44,92,42,36,0,52,0,2,212,0,1,139,0,155,0,2,4,0,1,8,0,46,139,46,1,116,46,1,59,46,1,203,46,1,180,46,1,11,46,1,207,171,46,1, + 52,46,1,32,46,1,20,46,1,0,46,1,244,46,1,208,46,1,196,46,1,176,131,42,43,132,46,164,46,3,96,46,1,84,46,1,64,132,39,39,16,46,1,4,46,1,151,240,131,62,37,196,46,228,46,3,160,131,38,41, + 148,46,2,80,46,1,68,46,1,48,131,30,34,36,46,2,130,69,32,224,131,34,41,212,46,2,144,46,1,132,46,1,112,131,61,36,68,46,100,46,3,133,105,133,102,33,116,46,131,96,34,196,46,4,130,98,36, + 52,46,84,46,2,133,94,38,103,116,46,148,46,180,46,131,95,32,5,130,87,41,4,46,36,46,68,46,3,20,46,52,130,6,32,100,130,50,39,180,46,212,46,244,46,8,164,130,33,34,244,46,3,130,211,32,4, + 130,26,40,84,46,116,46,4,55,64,83,228,132,220,131,49,133,69,32,5,130,228,131,46,35,2,187,46,1,131,60,33,2,75,131,234,37,52,46,2,251,46,1,131,65,130,195,8,77,128,46,1,2,64,46,80,46, + 112,46,3,63,46,1,0,46,32,46,2,30,27,92,0,28,64,28,2,7,28,6,21,21,184,255,192,64,16,18,37,72,42,21,29,3,75,36,1,0,13,36,3,28,18,0,63,23,51,93,63,51,51,43,17,51,1,47,94,93,237,50,93, + 93,93,95,93,93,93,113,131,0,32,114,130,0,32,94,131,12,134,7,104,179,9,130,29,130,19,132,2,92,140,11,132,53,132,49,35,113,113,16,220,132,8,33,50,237,75,14,5,33,49,48,114,155,5,33,43, + 93,130,7,60,93,93,33,17,52,54,55,54,55,6,7,14,1,7,1,35,1,46,3,39,38,39,22,23,30,1,21,17,35,130,137,8,32,30,3,23,62,3,55,1,51,17,5,86,2,2,2,3,14,15,13,31,15,254,148,134,254,143,6,13, + 15,15,7,17,16,1,130,21,8,64,170,251,1,119,7,20,18,15,3,3,16,21,20,8,1,112,245,3,172,51,106,44,51,48,51,50,43,97,39,252,64,3,192,15,40,45,47,23,53,57,56,55,47,103,39,252,84,5,129,252, + 47,20,63,66,59,16,16,60,66,62,20,3,209,250,127,66,191,8,56,5,32,5,129,0,19,0,196,185,0,10,255,224,64,39,12,43,72,54,10,70,10,2,0,32,130,9,61,41,0,57,0,73,0,3,11,16,29,33,72,11,32,18, + 28,72,150,11,166,11,2,41,11,1,1,184,255,240,179,130,20,130,7,34,224,64,53,130,24,51,154,1,170,1,2,3,38,1,1,19,92,0,68,16,84,16,148,16,3,224,130,168,57,0,16,48,16,64,16,112,16,192,16, + 208,16,6,16,64,21,1,64,21,192,21,208,21,224,21,4,65,144,5,46,14,17,72,10,7,92,0,8,16,8,64,8,3,7,8,130,78,43,192,64,16,29,43,72,17,1,9,3,11,64,130,8,40,11,0,8,18,0,63,51,51,43,131,3, + 70,41,8,41,47,93,95,93,113,51,237,49,48,0,130,8,44,43,43,93,93,43,43,1,93,43,93,43,33,1,65,69,9,8,54,48,39,46,1,53,17,51,17,4,58,253,14,2,3,2,3,170,222,2,250,6,2,4,172,4,176,49,48, + 41,91,35,252,88,5,129,251,72,98,42,99,45,3,156,250,127,0,0,2,0,97,255,236,5,215,5,94,199,5,8,77,108,64,74,91,37,1,26,37,1,9,37,1,82,33,1,21,33,1,7,33,1,84,27,1,21,27,1,91,23,1,25,23, + 1,102,17,1,104,12,1,0,91,64,15,20,1,20,41,128,32,41,128,41,2,30,91,175,10,191,10,2,32,10,1,15,10,31,10,2,10,25,95,15,4,35,95,5,19,0,94,193,6,71,235,5,74,0,14,41,93,93,93,1,20,2,6,4, + 35,34,79,34,5,32,54,79,33,5,88,103,15,8,45,5,215,95,180,254,252,165,174,254,250,174,88,92,178,1,5,169,168,1,5,177,92,195,65,127,188,123,126,190,127,63,65,127,189,123,132,191,123,59, + 2,199,165,254,242,192,104,74,218,9,40,102,188,254,246,163,127,208,148,80,71,227,7,34,86,153,212,130,235,77,59,7,8,40,14,0,23,0,117,64,83,169,2,1,147,23,1,155,16,171,16,2,10,3,26,3, + 42,3,3,5,12,21,12,37,12,3,0,90,64,15,25,128,64,25,1,130,2,34,20,7,90,65,168,6,8,34,8,6,95,31,20,47,20,79,20,95,20,127,20,5,15,20,207,20,255,20,3,7,20,64,9,17,72,20,20,7,19,95,9,3,7, + 73,182,13,45,47,93,237,50,93,113,26,16,220,26,237,49,48,0,130,242,77,19,8,38,35,17,33,50,30,2,7,77,14,6,8,53,54,4,234,61,121,182,121,254,98,191,2,81,125,186,124,62,192,164,164,254, + 133,1,131,165,155,3,217,92,159,117,68,253,219,5,129,61,111,157,97,134,139,253,212,146,0,0,0,2,0,97,254,125,5,215,86,243,6,8,77,162,64,113,108,20,124,20,140,20,3,104,24,1,104,29,1,101, + 34,1,87,6,1,85,49,1,90,39,1,90,45,1,108,19,124,19,140,19,3,26,19,90,19,2,26,40,90,40,2,21,44,85,44,2,26,54,90,54,2,8,54,1,21,50,85,50,2,7,50,1,13,13,22,5,27,0,91,64,15,90,98,5,8,42, + 91,175,27,191,27,2,32,27,1,15,27,31,27,2,27,32,58,128,58,2,42,95,32,4,52,95,5,22,19,10,95,17,0,47,237,63,51,237,63,237,1,93,47,130,213,32,237,75,222,5,36,17,57,57,50,47,78,244,7,134, + 237,130,29,130,9,39,1,20,14,2,7,30,3,51,101,204,5,40,35,34,46,2,39,46,2,2,53,73,224,5,76,0,7,73,225,10,57,5,215,77,145,211,134,21,53,68,83,51,28,64,23,38,91,49,86,128,97,70,27,158, + 239,159,80,66,3,28,60,149,247,186,117,18,64,90,57,27,8,5,134,9,13,51,95,138,87,8,115,193,1,3,152,165,1,10,187,101,66,17,20,33,0,0,76,251,5,8,131,104,5,129,0,17,0,30,0,210,64,62,169, + 13,1,138,20,154,20,170,20,3,148,29,1,117,29,133,29,2,174,0,1,157,0,1,124,0,140,0,2,74,0,90,0,106,0,3,3,160,1,1,114,1,130,1,146,1,3,2,99,1,1,64,1,1,51,1,1,37,1,1,3,16,184,255,112,64, + 87,17,73,112,16,128,16,144,16,3,84,16,100,16,2,66,16,1,2,35,16,51,16,2,1,16,16,25,18,90,11,11,0,0,17,48,17,64,17,96,17,144,17,160,17,6,17,64,32,144,32,160,32,3,25,72,34,10,48,16,2, + 95,47,25,95,25,111,25,143,25,4,25,25,0,24,95,74,60,8,33,237,18,88,78,6,41,94,93,237,50,93,47,93,51,57,47,130,18,43,17,51,49,48,93,95,93,93,93,43,95,93,69,202,5,132,7,33,0,93,130,0, + 35,33,1,33,17,66,109,5,38,21,20,14,2,7,1,3,79,120,10,8,58,140,254,146,254,73,191,2,151,120,185,126,66,39,84,130,91,1,144,248,44,84,120,76,254,59,1,205,82,120,77,37,2,73,253,183,5,129, + 55,104,150,94,67,130,108,78,16,253,161,3,236,64,94,63,31,253,248,41,72,98,69,71,5,8,127,93,255,236,4,248,5,150,0,63,0,226,64,110,150,62,1,68,62,1,166,59,1,134,54,1,132,49,1,151,40, + 1,169,33,1,11,33,27,33,43,33,155,33,4,89,29,169,29,2,139,17,1,139,7,1,150,2,1,4,2,20,2,2,132,58,1,96,54,1,105,21,1,118,17,1,42,90,41,41,0,90,64,176,19,1,19,65,128,9,90,8,64,16,19,72, + 8,8,52,90,0,31,16,31,64,31,3,7,31,19,16,19,22,72,120,19,136,19,152,19,3,59,19,1,52,184,255,240,64,47,130,18,8,43,119,52,135,52,151,52,3,58,52,1,19,52,5,47,95,111,42,1,89,42,1,75,42, + 1,6,42,1,42,36,4,14,95,96,9,1,82,9,1,68,9,1,9,5,19,96,132,5,33,237,63,96,138,5,37,18,57,57,93,93,43,130,2,44,1,47,94,93,237,51,47,43,237,26,16,220,93,93,33,6,33,0,93,130,0,76,142,11, + 32,93,94,92,5,33,32,36,74,97,5,94,91,5,38,39,46,5,53,52,62,2,76,165,15,8,114,23,30,5,4,248,69,144,219,150,254,249,254,218,40,185,14,58,99,146,102,85,142,102,57,63,114,158,96,59,119, + 109,96,70,40,81,144,196,114,131,186,128,77,23,188,14,53,86,123,83,98,133,81,35,63,108,142,80,65,129,118,103,76,43,1,133,89,150,109,61,184,174,37,55,90,65,36,29,60,95,66,69,86,56,38, + 22,13,31,43,58,81,107,70,100,143,92,42,41,82,121,80,33,51,80,54,28,35,60,81,47,63,81,54,36,18,15,130,28,52,84,114,0,0,0,1,0,46,0,0,4,180,5,129,0,7,1,212,64,255,9,113,213,5,63,249,9, + 3,187,9,1,73,9,89,9,121,9,137,9,4,59,9,1,9,9,25,9,2,246,9,1,153,9,201,9,2,139,133,15,49,73,9,105,9,4,199,217,9,233,9,2,203,9,1,182,9,1,41,130,48,32,105,130,48,42,153,9,5,27,9,1,6,9, + 1,25,9,131,18,55,121,9,153,9,169,9,217,9,7,233,9,249,9,2,219,9,1,169,9,1,150,9,1,57,130,62,57,2,45,9,1,1,11,9,1,151,107,9,123,9,139,9,171,9,187,9,235,9,251,9,7,84,9,130,21,37,43,9, + 59,9,3,187,130,14,38,2,164,9,1,59,9,75,130,34,38,3,36,9,1,139,9,155,130,38,32,203,130,23,54,5,127,9,1,2,79,9,95,9,2,48,9,1,15,9,1,103,207,9,223,9,2,176,131,11,131,21,41,143,9,4,240, + 9,1,159,9,175,9,131,23,42,4,112,9,1,95,9,1,64,9,1,31,131,2,32,63,130,54,34,111,9,159,130,48,59,239,9,7,0,9,1,55,239,9,1,128,64,93,9,144,9,208,9,3,111,9,1,80,9,1,47,9,1,130,24,61,208, + 9,1,175,9,1,144,9,1,111,9,127,9,2,16,9,32,9,64,9,80,9,4,255,9,1,224,9,1,191,131,80,32,96,130,52,38,160,9,4,63,9,1,32,132,134,8,44,7,3,5,4,14,1,90,2,64,2,7,14,112,7,160,7,176,7,3,32, + 7,128,7,2,7,184,255,192,64,15,23,28,72,7,32,2,1,2,0,4,95,5,3,1,18,94,120,7,45,204,43,93,113,43,1,26,24,16,77,253,228,50,95,73,47,7,73,97,8,33,114,114,130,18,114,10,12,32,95,73,127, + 5,32,114,131,25,130,11,32,93,73,130,6,132,15,73,155,8,57,49,48,1,17,35,17,33,53,33,21,2,208,190,254,28,4,134,4,229,251,27,4,229,156,156,0,130,0,55,1,0,158,255,236,5,41,5,129,0,25,0, + 136,64,61,89,23,105,23,2,89,3,105,3,92,220,5,8,45,69,16,1,69,10,1,21,90,64,64,18,80,18,160,18,3,48,18,144,18,240,18,3,143,18,159,18,175,18,3,18,27,128,64,27,1,64,27,192,27,208,27,224, + 27,4,27,131,218,52,36,14,17,72,8,90,79,5,95,5,111,5,3,143,5,159,5,2,207,5,1,78,68,5,48,3,7,5,19,6,3,13,95,0,19,0,63,237,63,51,1,47,131,205,33,114,237,78,205,6,33,113,114,70,240,9,45, + 5,34,46,2,53,17,51,17,20,30,2,51,50,62,133,10,8,53,14,2,2,219,116,208,157,92,191,57,102,139,83,82,146,110,63,190,93,160,215,20,62,131,201,138,3,129,252,143,107,149,94,43,44,96,155, + 111,3,100,252,145,141,207,136,66,0,1,0,9,0,0,5,77,130,215,8,89,16,0,235,64,181,74,14,90,14,106,14,3,69,4,85,4,101,4,3,140,15,1,58,15,90,15,106,15,122,15,4,131,3,1,53,3,85,3,101,3,117, + 3,4,116,0,132,0,2,9,0,1,140,1,1,123,1,1,6,1,1,26,1,42,1,58,1,3,9,1,1,233,1,249,1,2,21,0,37,0,53,0,3,6,0,1,230,0,246,0,2,130,99,8,42,9,2,26,15,42,15,58,15,3,3,8,15,1,232,15,248,15,2, + 15,52,16,84,16,2,32,16,1,2,16,16,1,48,16,96,16,144,16,192,16,240,16,5,16,86,66,16,8,38,2,191,2,2,2,32,18,80,18,2,48,18,96,18,144,18,192,18,240,18,5,47,18,1,15,2,3,121,9,1,9,1,18,0, + 63,51,93,63,51,86,55,9,38,47,93,113,95,113,113,51,131,5,86,57,11,86,51,12,8,139,33,35,1,51,1,30,1,23,22,23,54,55,62,1,55,1,51,3,14,198,253,193,201,1,134,15,30,12,14,13,12,14,12,29, + 17,1,132,201,5,129,252,32,45,89,35,41,39,37,41,35,88,48,3,224,0,0,1,0,9,0,0,7,134,5,129,0,46,4,87,64,73,121,44,1,117,17,1,123,2,139,2,2,73,2,1,116,12,132,12,2,70,12,1,122,30,138,30, + 2,73,30,89,30,105,30,3,117,31,133,31,2,71,31,87,31,103,31,3,142,45,1,91,45,107,45,123,45,3,129,16,1,100,16,116,16,2,85,16,1,1,32,77,212,5,34,224,64,255,130,8,8,99,131,0,1,117,0,1,68, + 0,84,0,100,0,3,54,0,1,140,14,1,122,14,1,75,14,91,14,107,14,3,14,16,9,12,72,26,14,42,14,58,14,3,9,14,1,233,14,249,14,2,21,13,37,13,53,13,3,6,13,1,230,13,246,13,2,14,13,22,26,30,42,30, + 58,30,3,9,30,1,233,30,249,30,2,21,31,37,31,53,31,3,6,31,1,230,31,246,31,2,31,30,7,65,173,31,8,174,39,123,39,1,116,22,132,22,2,22,7,39,39,7,22,3,15,26,45,42,45,58,45,3,3,8,45,1,232, + 45,248,45,2,45,219,46,1,207,46,1,187,46,1,175,46,1,155,46,1,143,46,1,123,46,1,111,46,1,91,46,1,79,46,1,2,79,46,143,46,175,46,3,46,64,25,28,72,32,46,48,46,2,15,46,1,9,46,5,16,1,229, + 16,245,16,2,182,16,198,16,214,16,3,3,16,8,15,56,15,120,15,136,15,152,15,184,15,6,12,15,64,64,255,25,38,72,15,119,48,151,48,215,48,3,54,48,70,48,86,48,3,23,48,39,48,2,6,48,1,55,48,103, + 48,119,48,167,48,183,48,199,48,231,48,247,48,8,38,48,1,7,48,23,48,2,201,199,130,45,54,231,48,3,120,48,152,48,168,48,184,48,4,105,48,1,40,48,56,48,88,48,3,25,131,34,55,1,232,48,1,217, + 48,1,168,48,200,48,2,153,48,1,138,48,1,88,48,104,48,2,73,131,82,45,1,8,48,24,48,2,231,48,1,200,48,1,167,48,132,13,40,40,48,72,48,136,48,5,153,199,133,39,32,136,132,85,32,5,130,45,8, + 36,40,48,1,9,48,25,48,2,216,48,232,48,2,203,48,1,154,48,170,48,186,48,3,139,48,1,48,192,124,127,72,57,48,1,42,48,1,130,113,38,10,48,1,249,48,1,234,132,116,42,202,48,1,184,48,1,137, + 48,153,48,169,131,160,8,43,1,105,48,1,58,48,74,48,90,48,3,41,48,1,26,48,1,12,48,1,104,253,48,1,236,48,1,221,48,1,204,48,1,64,255,189,48,1,171,48,1,156,48,1,130,87,8,32,124,48,1,107, + 48,1,92,48,1,75,48,1,60,48,1,43,48,1,28,48,1,11,48,1,252,48,1,235,48,1,220,48,1,130,133,32,188,135,47,58,0,141,48,1,127,48,1,109,48,1,95,48,1,77,48,1,47,48,63,48,2,29,48,1,15,48,1, + 130,97,32,239,132,97,34,207,48,1,130,95,38,175,48,1,157,48,1,143,131,43,35,125,48,2,91,132,45,8,37,59,48,1,45,48,1,27,48,1,13,48,1,56,251,48,1,237,48,1,219,48,1,205,48,1,187,48,1,173, + 48,1,155,48,1,141,48,1,123,131,50,130,140,35,91,48,2,57,132,142,32,25,132,142,32,249,132,142,130,192,130,142,133,190,130,94,130,190,32,125,132,190,32,93,132,190,34,61,48,1,131,191, + 8,48,31,48,1,2,95,48,127,48,159,48,191,48,223,48,255,48,6,0,48,1,8,68,7,84,7,2,7,30,45,3,15,3,39,64,15,22,123,22,139,22,2,22,32,9,14,72,22,1,14,77,167,5,45,93,17,51,63,23,51,93,1,94, + 93,93,95,113,113,130,2,69,219,5,69,239,10,32,114,79,59,19,79,92,11,135,52,136,40,134,8,79,107,11,32,93,131,80,32,43,131,4,79,134,9,136,105,132,18,32,114,131,46,131,18,41,47,43,94,93, + 51,95,93,93,113,47,130,17,32,43,131,149,135,40,68,117,5,35,23,57,61,47,93,55,5,130,15,32,113,130,88,32,17,90,190,7,136,8,35,49,48,43,93,133,0,112,61,5,85,157,10,49,33,35,3,46,1,39, + 38,39,6,7,14,1,7,3,35,1,51,19,68,168,7,34,3,55,19,130,12,38,3,23,22,23,50,62,2,130,11,8,96,5,231,228,244,11,25,10,12,12,13,12,11,24,11,246,228,254,97,199,253,17,31,11,13,11,15,16,7, + 14,15,15,6,245,183,245,6,15,15,14,7,16,15,1,16,24,29,15,249,199,3,127,38,104,47,55,57,58,55,48,102,38,252,129,5,129,252,129,63,124,49,58,52,69,67,28,62,60,55,23,3,109,252,147,23,55, + 59,62,28,67,70,69,104,121,52,3,127,0,72,243,5,8,130,5,43,5,129,0,11,2,119,64,255,92,4,1,73,4,1,59,4,1,38,11,1,75,0,91,0,2,41,0,57,0,2,68,2,84,2,2,38,2,54,2,2,9,3,25,3,41,3,3,81,10, + 1,69,10,1,51,10,1,6,10,22,10,2,93,8,1,76,8,1,43,8,59,8,2,9,8,25,8,2,82,6,1,67,6,1,3,38,6,54,6,2,7,6,23,6,2,12,219,13,1,196,13,1,171,13,1,144,13,1,132,13,1,96,13,1,84,13,1,48,13,1,36, + 13,1,0,13,1,244,13,1,208,132,32,8,52,160,13,1,148,13,1,112,13,1,100,13,1,64,13,1,52,13,1,16,13,1,4,13,1,204,224,13,1,212,13,1,176,13,1,164,13,1,128,13,1,116,13,1,80,13,1,68,13,1,32, + 13,1,20,131,69,54,84,13,132,13,180,13,228,13,5,4,13,52,13,100,13,148,13,196,13,244,13,6,156,137,11,56,5,11,13,1,27,13,75,13,123,13,171,13,219,13,5,139,13,187,13,235,13,3,4,13,20,130, + 47,36,68,13,4,106,84,130,53,36,132,13,148,64,156,130,70,32,196,130,72,35,244,13,8,59,132,158,130,55,34,244,13,1,136,191,130,158,32,123,132,158,169,188,32,57,142,188,40,20,13,68,13, + 116,13,3,36,13,136,180,131,124,32,148,130,176,32,4,130,243,46,2,0,13,48,13,2,6,8,10,7,1,4,4,9,5,130,1,61,3,0,11,16,192,11,240,11,2,11,184,255,192,64,16,26,30,72,175,11,1,144,11,1,127, + 11,1,0,11,1,131,20,8,51,181,11,15,72,11,2,3,184,255,240,64,41,16,3,32,3,2,224,3,240,3,2,31,3,175,3,191,3,207,3,4,3,114,7,1,52,7,68,7,84,7,3,4,7,10,1,4,8,5,3,3,0,93,145,5,45,23,57,93, + 93,1,47,93,93,113,56,51,47,43,93,130,0,47,43,93,56,51,18,57,57,47,47,18,23,57,50,51,93,95,130,26,67,25,9,66,194,7,67,52,8,32,113,131,27,32,94,132,35,33,94,93,132,12,155,44,33,49,48, + 130,42,32,95,67,7,10,135,10,38,33,9,1,35,9,1,51,132,2,8,79,4,88,254,89,254,80,211,2,24,254,17,211,1,136,1,125,211,254,30,2,11,2,104,253,152,2,220,2,165,253,215,2,41,253,98,253,29,0, + 0,0,1,0,45,0,0,5,41,5,129,0,8,2,83,64,20,30,7,1,12,7,1,7,24,12,15,72,17,5,1,3,5,1,16,3,5,184,255,232,64,255,130,16,8,80,5,4,14,2,1,8,14,7,105,8,169,8,2,6,8,22,8,54,8,70,8,4,14,8,6, + 1,90,38,2,86,2,150,2,3,118,2,230,2,2,57,2,73,2,2,6,2,1,16,2,153,10,169,10,201,10,3,86,10,1,9,10,57,10,2,25,10,89,10,137,10,249,10,4,6,10,1,202,249,10,1,230,131,23,34,25,10,185,130, + 35,38,4,198,10,1,89,10,121,130,47,36,3,54,10,1,41,130,45,40,185,10,233,10,4,11,10,1,153,130,40,8,39,198,10,214,10,2,178,10,1,164,10,1,150,10,1,130,10,1,116,10,1,86,10,102,10,2,66,10, + 1,36,10,52,10,2,18,10,1,4,10,1,244,132,82,8,33,196,10,212,10,2,166,10,182,10,2,146,10,1,132,10,1,118,10,1,98,10,1,84,10,1,54,10,70,10,2,36,10,1,22,132,44,8,73,242,10,1,1,208,10,224, + 10,2,196,10,1,160,10,176,10,2,148,10,1,112,10,1,100,10,1,64,10,1,20,10,36,10,52,10,3,0,10,1,105,228,10,244,10,2,208,10,64,182,1,164,10,180,10,196,10,3,128,10,144,10,2,116,10,1,80,10, + 96,10,2,68,10,1,32,131,78,34,20,10,2,130,125,34,224,10,1,132,125,32,176,131,111,43,100,10,116,10,148,10,164,10,5,48,10,64,132,119,130,77,32,196,131,76,32,144,133,48,36,36,10,68,10, + 84,130,35,35,132,10,7,57,130,56,32,132,130,42,34,212,10,3,130,130,32,4,132,124,36,84,10,100,10,5,132,124,37,192,10,1,180,10,1,134,53,32,52,130,51,41,132,10,5,212,10,228,10,2,187,10, + 130,147,32,1,130,49,33,2,48,131,139,49,15,10,47,10,2,0,3,59,3,75,3,123,3,3,3,1,8,4,76,9,5,41,51,18,57,93,17,51,1,93,93,95,69,232,8,66,110,6,32,93,66,128,7,70,22,18,32,95,136,28,70, + 62,16,76,52,5,76,19,5,130,28,32,47,130,15,36,93,113,253,57,206,130,7,43,50,43,1,24,16,77,230,50,49,48,43,95,130,14,8,35,43,93,93,1,17,35,17,1,51,9,1,51,3,9,190,253,226,210,1,173,1, + 171,210,2,72,253,184,2,72,3,57,253,97,2,159,0,130,0,8,84,1,0,65,0,0,4,163,5,129,0,9,0,122,64,35,100,4,116,4,132,4,3,109,3,125,3,141,3,3,91,3,1,41,3,57,3,73,3,3,114,8,130,8,2,84,8,100, + 8,2,8,184,255,240,64,9,10,13,72,9,3,16,7,1,7,184,255,192,64,18,12,17,72,7,8,4,15,2,31,2,2,2,64,12,15,72,67,230,5,33,14,13,130,22,45,3,4,95,5,3,2,8,95,1,18,0,63,237,50,130,2,39,50,1, + 43,47,43,93,51,51,132,4,70,96,8,8,77,41,1,53,1,33,53,33,21,1,33,4,163,251,158,3,90,252,239,3,234,252,166,3,137,143,4,86,156,139,251,166,0,0,1,0,146,254,87,2,41,5,204,0,7,0,49,64,30, + 7,48,2,1,224,2,1,2,4,241,63,1,1,143,1,191,1,2,32,1,1,1,4,245,1,0,5,245,0,27,84,121,8,60,113,237,205,93,113,50,49,48,19,17,33,21,35,17,51,21,146,1,151,233,233,254,87,7,117,129,249,141, + 129,130,83,116,19,9,41,71,64,40,120,1,136,1,2,0,24,130,181,34,9,3,25,131,244,34,70,2,1,121,122,6,49,3,16,0,3,16,3,32,3,128,3,4,3,1,184,255,240,183,143,130,109,42,1,0,0,19,0,63,63,1, + 47,93,56,116,37,5,47,93,93,43,93,5,1,51,1,1,151,254,105,158,1,155,20,116,41,5,131,187,36,16,254,87,1,167,134,187,37,31,4,63,0,1,239,130,124,51,7,241,64,2,80,2,2,192,2,208,2,224,2,3, + 2,4,245,5,0,1,138,188,33,113,253,134,187,41,53,51,17,35,53,33,17,16,233,233,130,88,38,87,129,6,115,129,248,139,130,62,53,10,2,161,3,183,5,129,0,6,2,243,181,0,24,18,22,72,2,184,255, + 232,179,130,7,32,5,130,7,33,64,47,130,8,37,118,5,134,5,2,4,131,26,56,121,4,137,4,2,3,54,6,70,6,2,102,6,118,6,134,6,230,6,4,6,6,22,6,38,130,17,44,86,6,102,6,6,6,184,255,192,179,48,65, + 72,131,7,33,64,57,130,59,46,6,5,4,57,3,73,3,2,105,3,121,3,137,3,3,71,51,5,39,89,3,105,3,5,9,3,64,130,31,53,3,6,1,22,1,134,1,3,57,38,1,54,1,70,1,246,1,4,230,1,1,1,130,69,36,182,60,63, + 72,153,132,10,44,224,64,255,30,33,72,56,1,72,1,2,39,1,130,45,38,1,183,1,199,1,2,6,130,45,53,86,1,102,1,150,1,166,1,6,9,1,6,8,1,246,8,1,164,8,1,121,8,134,11,49,201,8,217,8,2,187,8,1, + 9,8,25,8,41,8,169,8,4,201,132,17,46,54,8,118,8,134,8,150,8,4,153,8,233,8,2,102,130,13,32,2,131,33,8,63,57,8,3,198,8,1,139,8,1,57,8,73,8,121,8,3,43,8,1,4,8,1,152,228,8,244,8,2,208,8, + 1,162,8,178,8,194,8,3,132,8,148,8,2,82,8,98,8,114,8,3,64,8,1,50,8,1,36,8,1,2,8,18,8,2,132,40,39,214,8,1,196,8,1,146,8,131,45,35,3,116,8,132,131,95,130,36,8,44,66,8,82,8,3,20,8,36,8, + 2,6,8,1,242,8,1,212,8,228,8,2,166,8,182,8,2,130,8,146,8,2,100,8,116,8,2,86,8,1,52,8,68,8,2,32,131,119,41,20,8,2,104,230,8,246,8,2,192,133,77,35,64,24,178,8,133,79,131,123,32,2,132, + 40,50,22,8,38,8,2,8,184,255,128,64,24,85,88,72,182,8,198,8,2,131,157,34,164,8,3,132,211,34,68,8,1,130,28,37,192,182,72,75,72,228,133,10,42,64,12,66,69,72,148,8,1,114,8,130,134,56,46, + 120,59,62,72,18,8,34,8,2,1,0,8,1,56,240,134,152,35,176,8,1,100,130,186,44,148,8,164,8,4,64,8,80,8,2,36,8,52,134,223,36,171,8,187,8,2,131,215,35,148,8,3,75,131,176,41,1,11,8,1,235,8, + 251,8,2,208,132,249,34,176,8,1,134,131,37,96,8,112,8,2,2,86,239,5,59,80,8,4,8,34,1,1,3,1,19,1,2,1,4,3,3,3,0,0,47,50,47,63,51,93,93,1,94,68,208,5,80,177,5,32,113,71,53,6,131,20,38,43, + 93,93,43,93,43,113,130,0,32,43,74,189,16,74,167,14,90,94,8,130,23,34,114,114,94,69,32,7,34,114,25,47,68,228,5,35,43,113,43,113,130,22,42,205,43,94,93,113,114,51,51,205,43,43,130,7, + 34,49,48,95,131,96,62,43,43,9,2,35,1,51,1,3,19,254,203,254,206,162,1,112,203,1,114,2,161,2,121,253,135,2,224,253,32,0,130,0,57,1,255,225,254,105,4,138,254,235,0,3,0,35,64,23,16,2,96, + 2,128,2,160,2,208,2,5,131,8,8,72,240,2,3,2,0,0,186,1,0,47,237,1,47,47,93,113,49,48,3,53,33,21,31,4,169,254,105,130,130,0,1,0,106,4,177,2,18,5,228,0,5,0,47,64,31,117,3,133,3,2,64,4, + 128,4,2,4,64,16,1,1,1,2,149,128,15,0,47,0,63,0,127,0,239,130,33,35,0,47,93,26,130,69,59,93,26,205,93,49,48,93,9,1,53,51,19,21,1,180,254,182,207,217,4,177,1,22,29,254,225,20,0,130,0, + 8,91,2,0,87,255,236,4,115,4,78,0,50,0,65,0,161,64,50,121,61,137,61,2,121,12,137,12,2,2,40,9,13,72,10,5,26,5,2,43,24,9,17,72,5,28,21,28,2,37,37,30,70,64,46,9,111,56,127,56,143,56,3, + 56,67,128,20,71,21,184,255,192,64,20,21,28,72,21,21,63,71,31,3,1,3,48,67,192,67,2,160,67,1,67,131,24,60,32,30,35,72,33,81,40,22,57,81,9,9,26,51,95,20,1,47,20,143,20,2,20,20,15,80,26, + 16,46,125,189,6,35,50,63,237,51,130,236,43,17,18,57,47,237,63,237,1,43,93,113,47,84,247,9,37,50,50,26,237,50,47,130,193,34,43,93,43,125,162,5,37,53,52,62,2,63,1,106,216,5,33,14,2,117, + 95,5,36,22,21,17,20,22,87,199,11,8,182,35,14,3,39,50,62,2,61,1,7,14,3,21,20,22,1,158,163,164,81,131,168,87,243,28,58,87,59,52,84,62,38,6,188,10,56,103,155,110,204,206,42,59,15,30,14, + 34,67,38,51,73,46,24,3,6,29,69,92,117,35,86,129,85,42,197,66,119,90,53,95,20,172,150,107,137,78,30,2,4,59,67,94,58,27,15,39,67,51,17,64,107,78,43,187,177,254,46,80,81,4,3,112,8,8,27, + 55,81,54,52,84,59,32,135,63,98,116,53,89,4,1,17,50,90,73,88,96,0,0,2,0,132,255,236,4,29,5,204,0,31,0,51,0,146,64,9,105,49,121,49,2,121,35,1,31,184,255,224,64,24,7,10,72,134,30,150, + 30,2,73,27,89,27,2,73,4,89,4,2,134,1,150,1,2,1,131,28,32,63,130,28,8,65,0,71,64,160,32,1,32,53,128,42,5,19,70,0,18,16,18,48,18,240,18,4,8,18,176,53,1,63,53,1,112,53,144,53,2,31,53, + 1,255,53,1,192,53,224,53,2,25,37,80,29,16,18,0,12,21,5,47,80,2,22,0,63,237,50,63,63,130,4,44,1,93,93,113,113,114,114,47,94,93,237,50,50,86,67,5,70,216,6,43,43,93,93,1,16,33,34,38,39, + 35,20,14,124,229,5,45,17,51,17,20,6,7,6,7,51,62,1,51,50,18,113,109,15,50,4,29,254,114,123,163,51,2,3,3,3,1,174,1,2,2,1,180,1,130,0,8,148,4,50,165,122,205,193,189,28,62,96,69,71,109, + 73,38,38,73,108,70,66,96,64,31,2,34,253,202,89,99,26,56,48,34,4,9,43,60,72,39,4,237,254,89,30,55,21,25,22,104,90,254,236,254,226,112,160,103,48,46,102,166,120,116,158,99,43,46,102, + 163,0,0,0,1,0,87,255,236,3,202,4,78,0,39,0,117,64,81,121,16,1,121,23,1,99,37,1,99,3,1,32,70,31,31,8,70,160,9,1,9,9,41,0,71,31,19,1,19,35,80,26,31,32,127,32,143,32,223,32,4,32,32,26, + 16,32,8,112,8,128,8,208,8,224,8,5,0,8,16,8,96,132,14,32,192,130,16,43,7,8,8,5,80,14,22,31,41,1,93,0,66,96,5,49,63,51,47,93,16,237,1,47,93,237,17,51,125,47,113,24,237,51,115,126,5,42, + 93,93,1,20,30,2,51,50,54,55,23,107,73,8,32,4,87,59,6,8,75,1,35,34,14,2,1,19,27,64,105,77,96,129,15,182,9,60,103,148,97,127,178,111,50,36,65,88,103,114,58,91,142,103,64,13,185,14,114, + 105,77,103,64,27,2,34,93,156,113,62,104,108,12,67,124,94,57,86,151,205,120,109,167,125,85,51,23,50,87,118,68,14,90,106,51,103,156,130,234,35,0,2,0,86,130,235,32,239,66,23,6,8,59,123, + 64,87,85,34,101,34,2,90,50,106,50,2,57,1,73,1,2,54,10,70,10,2,9,4,25,4,121,4,137,4,4,6,7,22,7,118,7,134,7,4,19,70,64,42,0,143,18,239,18,2,18,53,128,32,71,31,6,1,6,66,4,16,43,21,18, + 0,11,47,80,8,16,0,37,80,3,66,4,5,40,237,50,63,63,1,93,93,113,113,130,242,37,26,16,220,93,50,50,84,255,9,34,93,37,14,130,219,43,2,17,16,33,50,22,23,51,52,46,1,52,85,13,6,36,23,35,46, + 3,53,65,16,5,118,168,9,58,3,53,50,165,122,205,193,1,142,123,164,50,2,1,1,180,1,2,2,1,172,2,3,3,2,253,218,65,254,8,8,49,74,107,70,66,96,64,31,174,104,90,1,20,1,24,2,54,90,98,10,43,47, + 42,9,1,163,251,19,39,72,60,43,9,10,37,48,53,26,1,112,112,160,103,48,46,103,166,120,115,159,98,65,255,6,68,131,5,8,81,24,4,78,0,28,0,37,0,107,64,46,90,35,106,35,2,90,30,106,30,2,85, + 3,101,3,2,8,73,9,9,27,71,64,31,29,1,144,29,1,29,39,128,37,0,71,31,17,1,17,48,39,192,39,208,39,3,39,184,255,192,64,19,30,35,72,8,8,5,0,80,37,37,5,32,80,22,16,5,80,14,22,0,106,19,6,39, + 237,17,57,47,1,43,113,47,106,21,9,118,107,5,32,0,65,247,14,34,2,17,52,89,50,5,8,147,29,1,39,46,1,35,34,14,2,7,1,20,35,73,114,80,117,141,25,158,17,61,102,153,108,240,251,76,132,176, + 100,136,183,111,47,186,15,144,135,45,99,84,58,4,1,247,85,143,103,57,94,72,45,45,91,73,47,1,30,1,26,152,211,132,59,88,155,210,122,24,138,171,157,29,74,127,98,0,0,0,1,0,29,0,0,2,60,5, + 202,0,27,0,161,64,11,3,10,19,10,51,10,67,10,4,13,10,184,255,224,64,106,8,12,72,26,15,16,1,14,16,25,16,1,70,5,0,2,1,18,2,31,29,47,29,79,29,95,29,127,29,143,29,159,29,7,15,29,63,130, + 10,42,175,29,191,29,223,29,239,29,7,59,95,130,9,32,2,133,27,50,3,29,64,86,100,72,29,64,39,44,72,32,29,48,29,96,29,3,175,132,36,36,3,64,29,1,15,130,69,8,35,2,19,80,12,0,0,3,80,25,6, + 15,1,21,0,63,63,51,237,50,63,237,1,93,93,93,113,43,43,113,114,94,93,113,47,94,93,130,19,32,50,131,6,44,49,48,0,43,94,93,1,17,35,17,35,53,51,90,63,5,34,22,23,21,65,10,5,8,193,29,1,51, + 21,1,105,180,152,152,22,59,102,81,32,69,26,17,45,18,40,51,29,11,211,3,183,252,73,3,183,131,122,59,101,75,43,6,6,137,3,5,22,41,60,39,97,131,0,2,0,86,254,87,3,239,4,75,0,49,0,69,0,217, + 64,72,122,49,138,49,2,118,7,134,7,2,101,62,1,85,12,101,12,2,90,58,106,58,2,38,3,54,3,2,38,18,1,41,33,1,9,23,25,23,121,23,137,23,4,6,29,22,29,118,29,134,29,4,9,47,70,64,50,34,48,14, + 1,127,14,223,14,2,14,71,128,6,70,5,184,255,192,64,81,23,28,72,5,5,60,71,15,26,1,10,26,32,71,64,71,2,207,71,1,0,71,32,71,144,71,176,71,4,80,223,71,1,192,71,1,79,71,1,128,71,160,71,2, + 15,71,47,71,2,208,71,240,131,9,62,1,8,41,15,34,55,80,31,16,15,65,80,21,22,9,80,53,6,1,38,6,1,6,0,27,0,63,50,93,93,237,76,9,5,34,63,1,94,69,56,5,32,114,131,7,91,131,11,32,113,67,64, + 6,130,23,32,93,134,0,34,1,34,46,117,21,8,34,61,1,35,68,63,8,48,2,51,50,22,23,51,52,62,2,55,51,14,3,21,17,20,6,118,176,15,8,119,2,36,93,144,102,64,14,181,18,123,100,61,100,70,38,2,20, + 59,85,112,72,103,147,93,43,43,97,155,111,115,169,46,2,3,3,4,2,171,1,2,2,1,223,44,49,80,103,54,69,99,65,31,31,64,98,68,54,103,82,50,254,87,38,71,98,60,26,75,81,34,75,120,86,174,41,75, + 58,35,69,138,205,135,130,208,145,77,105,97,25,62,55,40,3,9,43,60,73,39,252,197,227,229,3,198,113,161,102,48,48,103,161,112,117,159,98,42,46,100,158,0,130,0,8,56,1,0,142,0,0,3,238,5, + 204,0,33,0,109,185,0,8,255,192,64,36,7,11,72,11,70,64,80,12,1,159,12,255,12,2,12,35,128,0,35,192,35,208,35,224,35,4,192,35,1,15,35,1,128,35,1,35,184,130,40,8,51,32,19,23,72,28,24,70, + 192,25,1,0,25,16,25,48,25,224,25,240,25,5,8,25,26,0,25,11,21,0,18,80,5,16,0,63,237,50,63,51,63,1,47,94,93,113,237,50,43,93,113,113,114,103,20,6,45,49,48,43,1,62,3,51,50,30,2,21,17, + 35,17,112,114,7,130,10,8,64,51,17,20,14,2,7,1,61,30,70,84,100,62,104,133,77,29,181,17,48,88,70,64,103,73,40,180,180,2,3,2,1,3,129,55,77,50,23,56,101,140,84,253,47,2,174,69,104,69,35, + 46,84,120,75,253,130,5,204,254,126,33,66,56,39,7,130,211,38,2,0,137,0,0,1,61,130,211,51,3,0,7,0,115,64,13,3,7,70,0,0,4,16,4,48,4,3,8,4,131,185,39,42,21,24,72,4,4,8,9,91,80,5,56,223, + 9,1,176,9,192,9,2,159,9,1,112,9,128,9,2,31,9,1,0,9,1,240,9,1,130,24,32,9,131,46,38,17,34,37,72,79,9,1,130,23,39,5,15,4,21,0,83,1,0,130,217,37,63,63,1,93,113,43,130,210,74,68,6,38,17, + 18,57,47,43,94,93,118,72,9,48,17,51,17,137,180,180,180,5,32,172,172,250,224,4,58,251,198,130,154,37,0,2,255,206,254,87,134,155,8,39,23,1,51,64,151,7,24,12,16,72,7,40,8,11,72,3,4,70, + 21,12,12,0,0,21,16,21,32,21,64,21,4,7,21,21,24,25,144,25,1,63,65,95,5,8,33,2,219,25,64,210,213,72,208,25,224,25,2,143,25,1,64,25,80,25,2,15,25,31,25,95,25,111,25,255,25,5,144,25,160, + 130,25,35,240,25,4,79,131,46,55,1,160,63,25,175,25,191,25,207,25,4,239,25,1,176,25,192,25,208,25,3,63,25,79,130,45,36,3,32,25,1,143,132,26,36,3,0,25,1,111,130,30,32,208,131,99,39,143, + 25,2,111,25,143,25,159,130,54,130,77,32,25,131,246,38,84,79,82,72,223,25,1,131,89,36,176,25,3,47,25,131,63,131,51,40,61,25,64,53,56,72,112,25,128,130,157,34,176,25,4,131,132,40,2,255, + 25,1,25,64,35,38,72,130,175,130,128,34,255,25,1,131,30,131,117,43,224,25,5,31,25,1,22,15,16,80,9,27,65,57,7,45,237,63,1,93,93,93,113,113,43,113,114,114,43,94,130,10,32,93,131,9,32, + 114,130,9,32,113,130,0,131,7,32,93,130,25,133,26,61,17,18,57,47,94,93,51,51,47,16,237,50,49,48,0,43,43,19,53,51,21,17,20,14,2,35,34,38,39,53,120,130,5,50,53,17,51,137,180,21,54,93, + 72,34,65,28,13,36,13,38,49,28,10,65,118,5,8,98,90,62,106,78,45,4,5,139,2,4,20,43,67,46,4,165,0,0,1,0,138,0,0,4,3,5,204,0,11,0,251,64,84,124,2,1,122,8,1,118,7,1,86,9,102,9,134,9,150, + 9,4,139,0,155,0,2,89,0,105,0,121,0,3,116,10,132,10,148,10,3,68,10,1,1,10,10,11,42,8,1,3,8,9,16,116,9,1,9,9,0,11,16,84,11,116,11,148,11,3,131,4,43,180,11,212,11,228,11,244,11,6,48,11, + 1,80,87,5,39,105,7,10,72,11,7,3,70,66,117,5,41,240,4,4,8,4,31,13,63,13,2,131,4,38,95,13,255,13,4,15,13,133,10,56,127,13,5,57,13,64,83,86,72,96,13,128,13,160,13,192,13,208,13,5,223, + 13,1,0,13,133,15,40,4,0,13,16,13,48,13,64,13,133,28,52,224,13,240,13,9,7,2,1,7,10,4,8,15,5,0,4,21,0,21,0,63,130,0,40,23,57,1,94,93,113,113,114,43,130,5,73,227,5,50,47,43,95,93,93,113, + 56,51,51,47,93,56,51,95,114,17,57,17,51,91,183,6,36,0,93,1,93,0,105,164,12,61,3,48,254,146,132,180,180,1,219,211,254,73,1,206,1,238,109,254,127,5,204,252,97,2,13,254,47,253,151,0,65, + 51,6,8,57,1,62,5,204,0,3,0,111,64,52,3,70,192,0,1,208,0,1,0,0,16,0,48,0,240,0,4,8,0,224,5,240,5,2,223,5,1,176,5,192,5,2,159,5,1,112,5,128,5,2,15,5,31,5,2,240,5,1,130,23,44,5,184,255, + 192,64,27,34,37,72,79,5,1,255,133,30,37,192,5,208,5,224,5,130,34,32,1,130,72,131,197,33,1,93,130,176,67,79,8,32,47,131,201,107,196,6,37,138,180,5,204,250,52,131,135,57,136,0,0,6,35, + 4,78,0,59,2,194,185,0,42,255,224,179,8,11,72,32,184,255,224,64,255,130,8,8,119,34,59,70,0,0,13,46,70,217,47,249,47,2,182,47,1,41,47,89,47,137,47,3,6,47,1,166,47,182,47,214,47,230,47, + 4,137,47,1,118,47,1,89,47,1,6,47,22,47,70,47,3,7,47,25,12,70,198,13,1,6,13,22,13,54,13,230,13,246,13,5,8,13,251,61,1,201,61,217,61,233,61,3,187,61,1,153,61,1,139,61,1,105,61,121,61, + 2,91,61,1,73,61,1,43,61,59,61,2,249,61,1,235,61,1,217,61,1,203,61,1,189,137,36,32,1,130,34,59,41,61,57,61,2,27,61,1,9,61,1,202,235,61,251,61,2,105,61,137,61,153,61,185,61,201,61,5, + 130,30,34,77,61,1,135,33,133,68,131,106,32,2,136,104,34,125,61,1,130,97,42,75,61,91,61,107,61,4,31,61,1,4,131,98,39,235,61,2,175,61,191,61,2,130,136,32,127,131,128,137,30,36,11,61, + 1,154,255,131,139,37,64,255,1,223,61,1,130,70,32,175,131,175,34,155,61,2,130,40,131,67,41,2,79,61,1,59,61,1,36,61,1,130,42,130,178,136,36,46,155,61,1,127,61,143,61,2,100,61,1,75,61, + 1,63,131,86,37,1,15,61,31,61,2,133,36,41,123,61,139,61,171,61,187,61,4,111,132,63,130,137,130,63,39,106,187,61,203,61,235,61,3,132,99,130,62,131,238,130,95,130,236,33,251,61,130,126, + 34,239,61,2,131,32,130,171,44,1,100,61,148,61,2,27,61,43,61,75,61,3,130,194,32,244,131,148,36,171,61,219,61,3,130,150,37,107,61,1,52,61,1,130,52,36,15,61,1,57,187,130,20,38,251,61, + 3,160,61,1,116,131,50,131,48,34,91,61,3,133,110,131,107,130,27,32,164,131,44,131,242,34,123,61,4,130,72,44,208,61,1,2,96,61,144,61,160,61,192,61,4,130,125,8,32,48,61,1,47,61,1,0,64, + 19,61,1,8,34,53,80,40,16,25,6,80,31,16,19,15,47,13,0,21,0,63,50,50,63,71,200,5,34,1,94,93,131,0,96,192,5,87,61,13,79,243,6,80,11,14,91,27,22,133,70,33,93,93,130,30,32,95,140,56,91, + 1,16,132,29,70,249,5,130,5,32,93,130,0,131,17,43,237,18,57,47,237,57,49,48,0,43,43,33,70,247,11,24,74,89,7,38,51,62,3,51,50,22,23,132,6,71,28,14,8,39,3,0,20,47,76,55,57,92,65,35,179, + 1,2,2,1,170,1,2,3,2,3,24,56,75,97,64,123,143,28,3,24,60,80,100,64,82,119,76,36,178,135,37,54,2,174,79,106,65,27,45,85,125,81,253,141,3,83,34,75,67,48,7,5,44,57,59,130,30,45,53,29,98, + 107,47,76,53,29,44,92,145,100,253,47,133,39,8,62,43,84,126,83,253,141,0,1,0,136,0,0,3,238,4,78,0,37,0,109,185,0,34,255,224,64,36,7,11,72,37,70,64,80,0,1,159,0,255,0,2,0,39,128,0,39, + 192,39,208,39,224,39,4,192,39,1,15,39,1,128,39,1,39,72,15,7,37,25,12,70,192,13,1,68,181,5,38,224,13,240,13,5,8,13,65,144,6,65,143,5,35,63,63,237,50,72,15,21,65,14,25,46,30,2,21,17, + 3,57,23,52,85,63,64,103,73,40,180,137,252,40,26,62,82,106,70,90,130,84,39,155,234,133,228,32,0,130,0,38,2,0,86,255,236,4,29,130,219,8,65,14,0,34,0,116,64,59,121,32,137,32,2,116,28, + 132,28,2,118,22,134,22,2,121,18,137,18,2,150,12,166,12,2,4,12,20,12,2,11,9,27,9,2,11,5,27,5,2,4,2,20,2,2,7,0,71,64,144,15,1,15,36,128,48,36,1,36,131,239,49,20,30,35,72,223,36,1,25, + 71,31,8,1,8,20,80,10,16,30,77,108,5,40,63,237,1,47,93,237,93,43,113,79,103,7,66,27,9,45,1,16,2,35,34,46,2,53,16,33,50,30,2,7,121,106,8,98,119,5,8,68,4,29,250,238,113,178,123,65,1,229, + 126,183,117,56,189,39,75,108,68,69,111,78,41,44,77,105,62,69,112,78,42,2,30,254,228,254,234,68,140,211,143,2,48,70,140,210,140,126,164,98,39,41,99,164,123,126,165,98,40,39,98,166,0, + 0,2,0,132,254,87,130,223,55,77,0,38,0,58,0,148,64,16,105,56,121,56,2,105,42,121,42,2,134,36,150,36,2,130,180,53,224,64,19,7,10,72,73,31,89,31,2,73,7,89,7,2,134,3,150,3,2,3,80,105,11, + 8,55,39,1,39,60,128,49,28,15,70,0,16,16,16,48,16,240,16,4,8,16,176,60,1,63,60,1,112,60,144,60,2,31,60,1,255,60,1,192,60,224,60,2,28,44,80,34,16,22,15,15,27,8,54,80,5,22,80,105,33,33, + 43,93,102,159,6,37,34,38,39,35,30,3,73,248,6,33,39,51,130,10,66,238,6,65,16,17,40,40,93,153,112,116,174,46,5,1,130,0,8,87,180,1,2,2,1,174,1,3,3,3,4,25,64,82,101,63,112,153,93,40,189, + 24,59,98,74,60,106,79,46,38,73,108,70,75,99,59,24,2,34,123,208,150,85,88,100,2,32,48,59,29,254,89,5,6,39,72,59,42,9,3,36,51,58,26,52,73,47,21,80,145,205,129,100,156,108,56,34,96,169, + 135,115,159,98,43,58,110,159,0,76,159,6,8,109,240,4,78,0,34,0,54,0,165,64,119,85,47,101,47,2,90,43,106,43,2,57,32,73,32,2,54,9,70,9,2,9,1,25,1,121,1,137,1,4,6,5,22,5,118,5,134,5,4, + 9,22,70,64,35,11,127,23,223,23,2,23,56,128,45,71,15,3,1,10,3,32,56,64,56,2,207,56,1,0,56,32,56,144,56,176,56,4,80,223,56,1,192,56,1,79,56,1,128,56,160,56,2,15,56,47,56,2,208,56,240, + 131,9,46,1,8,22,27,17,16,11,40,80,6,16,29,50,80,0,79,167,10,76,116,15,79,176,10,66,75,6,41,5,34,2,17,16,18,51,50,30,2,76,89,7,44,1,21,17,35,17,52,54,55,54,55,35,14,3,24,82,137,15,52, + 1,228,206,192,197,201,67,103,81,61,25,2,3,3,4,2,173,2,5,180,1,130,0,57,2,26,63,82,103,1,16,41,75,107,66,69,98,61,29,27,61,97,70,60,106,79,46,20,1,22,130,1,8,45,26,1,28,24,47,70,47, + 25,61,54,39,3,17,144,134,251,54,1,183,26,56,25,28,29,51,75,49,23,2,62,118,160,96,41,51,105,161,110,108,160,104,51,37,97,169,0,71,159,6,53,2,136,4,78,0,31,0,62,64,40,16,21,48,21,2,21, + 21,33,12,31,70,192,72,45,7,49,224,0,240,0,5,8,0,25,40,19,22,72,25,12,18,16,7,15,72,193,5,34,51,205,43,68,21,6,39,17,51,47,93,49,48,51,17,69,16,14,78,122,6,34,21,17,142,67,254,5,8,45, + 3,3,1,4,19,43,58,80,57,22,40,11,18,48,30,62,87,55,26,3,62,34,71,66,58,23,23,59,62,57,20,62,91,59,29,7,3,165,5,5,56,99,137,81,253,204,131,155,8,146,57,255,236,3,182,4,75,0,55,0,189, + 64,85,116,46,132,46,2,111,21,127,21,143,21,3,107,22,1,37,54,1,42,27,1,21,52,1,5,2,21,2,2,11,30,27,30,2,36,73,35,35,0,72,64,32,19,48,19,2,144,19,160,19,176,19,3,19,57,128,11,73,10,64, + 25,30,72,10,10,44,72,79,29,95,29,2,32,29,1,29,96,57,192,57,2,128,57,1,57,184,255,192,64,42,39,42,72,63,57,1,16,57,1,19,44,5,41,80,32,0,36,1,144,36,240,36,2,36,36,32,16,14,80,5,96,11, + 112,11,2,128,11,1,11,11,5,22,0,63,118,113,6,133,6,43,18,57,57,1,93,93,43,93,113,47,93,113,105,233,8,24,71,12,9,127,207,9,35,20,14,2,35,78,105,10,8,126,53,52,46,2,39,46,3,53,52,54,51, + 50,22,23,7,46,3,35,34,6,21,20,30,2,23,30,5,3,182,59,112,163,105,94,151,114,77,18,159,23,144,128,58,97,70,39,46,82,117,70,65,128,103,64,211,202,179,211,28,162,9,48,68,85,46,122,116, + 43,77,108,65,43,90,85,75,56,33,1,43,76,119,81,43,29,64,105,76,31,87,81,16,39,65,48,49,63,42,31,19,17,42,69,102,77,148,155,126,139,20,42,57,35,15,74,75,44,57,39,29,16,11,25,35,47,66, + 88,0,130,0,8,51,1,0,31,255,240,2,42,5,44,0,22,0,123,64,87,40,14,1,105,14,121,14,137,14,3,40,13,1,105,13,121,13,137,13,3,139,4,1,4,32,9,13,72,108,4,124,4,156,4,172,4,4,130,13,48,12, + 72,111,22,127,22,2,22,12,13,22,3,16,70,9,8,143,103,184,5,52,32,5,64,5,4,7,5,128,24,1,15,6,80,12,63,10,1,10,9,15,19,69,88,6,8,45,205,93,51,237,50,1,93,47,94,93,113,51,51,237,23,50,47, + 93,49,48,0,43,93,1,43,93,93,113,93,113,37,14,1,35,34,53,17,35,53,51,55,51,21,51,21,35,86,6,6,8,32,2,42,41,85,56,216,125,132,53,120,200,200,51,63,26,49,29,8,11,13,245,2,210,131,242, + 242,131,253,85,78,63,8,6,130,194,8,81,0,1,0,133,255,236,3,235,4,58,0,37,0,121,64,69,150,3,1,26,33,42,33,58,33,3,25,14,70,64,47,11,143,11,2,191,11,1,143,11,159,11,255,11,3,11,39,128, + 1,70,223,36,239,36,2,0,36,16,36,48,36,240,36,4,8,36,176,39,192,39,208,39,3,176,39,240,39,2,255,39,1,112,71,19,6,50,13,19,23,72,25,6,80,31,22,19,21,12,0,15,0,63,50,63,63,130,193,131, + 175,32,114,131,197,40,237,26,16,220,93,113,114,26,237,117,73,6,33,17,20,70,10,5,83,127,11,42,35,14,3,35,34,46,2,53,17,1,58,71,3,27,36,4,58,253,82,79,71,240,6,35,2,115,252,173,71,240, + 13,38,44,92,144,101,2,209,0,130,231,36,7,0,0,3,249,130,231,8,64,16,2,91,64,55,57,1,73,1,2,153,1,1,54,0,70,0,2,134,0,150,0,2,58,15,74,15,2,154,15,1,105,15,121,15,137,15,3,53,3,69,3, + 2,149,3,1,3,103,3,119,3,135,3,3,14,16,13,17,72,4,184,255,240,64,62,130,8,47,1,0,9,9,2,15,16,16,43,16,123,16,2,4,16,20,133,4,47,68,16,84,16,132,16,148,16,196,16,212,16,8,219,16,1,137, + 15,42,5,27,16,1,4,16,1,8,16,3,2,131,66,43,255,11,2,91,2,2,42,2,11,18,27,18,132,4,8,46,75,18,91,18,139,18,155,18,203,18,219,18,8,255,18,1,196,18,212,18,2,160,18,1,132,18,148,18,2,96, + 18,1,68,18,84,18,2,32,18,1,4,18,20,18,2,199,224,137,32,131,16,131,28,131,40,32,6,135,8,131,61,33,6,27,131,45,33,1,219,131,42,33,1,155,131,73,33,1,91,131,71,32,1,133,23,32,151,131,122, + 140,117,133,124,35,3,132,18,1,143,111,138,110,135,143,135,118,33,4,103,139,128,131,119,32,8,151,113,133,23,133,118,33,64,99,133,238,33,6,55,139,130,35,6,63,18,1,135,227,146,115,65, + 3,12,65,32,15,57,2,80,18,1,47,18,1,0,18,16,18,2,7,15,2,15,9,1,21,0,63,51,63,51,1,94,111,115,5,32,93,95,182,8,95,227,16,70,88,6,32,113,132,0,32,114,72,178,8,130,14,135,42,130,66,130, + 63,37,114,47,94,93,56,51,74,210,5,36,113,114,114,56,51,117,70,9,36,93,95,93,113,93,130,2,8,51,113,93,113,33,35,1,51,19,30,3,23,62,3,55,19,51,2,101,213,254,119,192,238,7,19,20,17,6, + 6,19,20,21,8,246,191,4,58,253,64,22,63,68,63,21,21,63,66,63,22,2,194,0,130,0,8,68,1,255,253,0,0,5,204,4,58,0,42,3,177,64,36,229,23,1,58,41,74,41,2,122,41,138,41,154,41,3,53,16,69,16, + 2,117,16,133,16,149,16,3,54,29,70,29,2,54,29,1,29,184,255,240,64,22,13,17,72,57,28,73,28,2,57,28,1,28,16,130,12,37,54,0,70,0,2,0,131,26,41,9,11,17,72,54,13,70,13,2,13,131,13,32,51, + 130,13,38,57,1,73,1,2,1,16,131,9,8,84,14,73,14,2,3,14,16,9,17,72,14,13,22,29,28,7,1,0,35,40,35,1,88,35,1,22,7,35,35,7,22,3,15,41,42,16,42,184,255,192,64,73,47,50,72,73,42,1,52,42,1, + 38,42,1,249,42,1,198,42,230,42,2,164,42,1,150,42,1,121,42,1,54,42,70,42,102,42,3,25,42,1,244,42,1,182,131,26,42,132,42,148,42,2,102,42,118,42,2,57,132,50,41,20,42,1,6,42,1,8,42,16, + 15,131,133,8,60,255,9,15,89,15,105,15,121,15,4,10,15,198,44,230,44,246,44,3,164,44,1,150,44,1,121,44,1,102,44,1,84,44,1,54,44,70,44,2,25,44,1,244,44,1,230,44,1,196,44,1,182,44,1,153, + 44,1,134,44,1,116,132,34,44,57,44,1,20,44,36,44,2,6,44,1,202,249,131,58,33,182,44,131,72,33,4,105,134,58,36,9,44,25,44,2,130,57,41,185,44,1,86,44,102,44,134,44,3,130,49,32,43,131,52, + 32,1,130,50,35,228,44,1,214,135,85,37,162,44,1,148,44,1,130,88,35,114,44,1,100,131,45,38,1,52,44,68,44,2,34,135,43,50,153,246,44,1,194,44,210,44,2,180,44,1,166,44,1,132,44,1,118,131, + 161,8,33,100,44,2,66,44,1,52,44,1,22,44,38,44,2,4,44,1,226,44,242,44,2,212,44,1,198,44,1,164,44,1,146,44,1,130,41,36,102,44,118,44,2,135,205,32,36,131,43,32,1,130,41,35,244,44,64,213, + 134,213,32,178,132,44,131,159,40,150,44,3,68,44,84,44,2,54,135,119,33,105,246,131,83,32,1,130,81,33,150,44,131,220,35,3,116,44,132,131,30,32,70,130,206,32,3,130,75,53,6,44,22,44,2, + 244,44,1,182,44,230,44,2,148,44,164,44,2,134,44,1,105,132,192,39,68,44,1,6,44,54,44,2,136,230,32,166,130,65,35,2,137,44,1,130,226,34,1,96,44,130,131,32,36,130,106,52,3,56,164,44,196, + 44,212,44,244,44,4,128,44,1,116,44,1,75,44,1,48,131,125,47,36,44,2,251,44,1,196,44,1,160,44,1,148,44,1,123,131,230,42,68,44,100,44,3,27,44,1,240,44,1,130,85,35,203,44,1,100,130,141, + 8,47,148,44,180,44,4,63,44,1,2,0,44,16,44,2,8,7,184,255,224,64,40,14,17,72,66,7,1,52,7,1,34,7,1,7,28,41,3,15,15,35,40,12,17,72,45,35,1,22,132,7,47,22,1,1,22,35,3,14,21,0,63,23,51,93, + 43,93,43,131,6,36,93,93,43,1,94,94,171,6,78,81,15,33,95,93,132,0,134,22,101,249,8,67,156,8,67,206,9,105,110,8,78,219,13,132,62,136,37,105,143,9,141,23,32,113,67,210,10,100,4,8,32,113, + 131,110,35,43,56,51,18,105,132,5,36,113,114,17,51,51,133,2,37,49,48,43,95,113,43,133,1,34,93,113,43,67,240,5,32,113,105,109,25,35,1,55,19,51,105,122,8,131,12,8,34,4,150,209,173,8,17, + 8,10,9,9,10,8,19,8,178,208,254,209,178,183,7,14,7,7,8,8,9,8,16,6,196,193,189,7,16,130,11,8,43,8,8,7,15,7,191,176,2,186,27,80,38,44,47,45,44,38,82,31,253,74,4,58,253,33,23,67,32,37, + 39,38,36,31,64,21,2,231,253,25,26,66,29,34,35,130,13,8,97,67,26,2,223,0,0,1,0,23,0,0,3,234,4,58,0,11,2,214,64,72,148,2,1,134,2,1,141,8,157,8,2,121,8,1,130,6,146,6,2,118,6,1,141,0,157, + 0,2,121,0,1,55,10,119,10,2,28,10,1,122,4,1,19,4,1,3,24,1,120,1,136,1,152,1,4,23,7,135,7,151,7,3,6,8,10,1,7,4,4,9,9,16,5,184,255,240,64,59,104,37,7,39,41,11,57,11,2,4,11,20,130,97,60, + 11,230,11,246,11,3,196,11,1,150,11,166,11,182,11,3,132,11,1,6,11,38,11,70,11,102,11,134,11,131,19,32,198,130,33,40,9,8,11,184,255,192,181,24,31,104,61,7,8,42,11,9,3,1,9,3,57,3,2,10, + 3,13,184,255,128,64,116,223,233,72,118,13,1,100,13,1,86,13,1,68,13,1,54,13,1,36,13,1,22,13,1,4,13,110,141,5,47,210,13,1,192,13,1,178,13,1,132,13,148,13,164,13,3,151,44,8,38,199,246, + 13,1,228,13,1,214,13,1,196,13,1,182,13,1,164,13,1,6,13,70,13,86,13,134,13,150,13,166,13,198,13,214,13,230,13,9,150,130,8,32,2,130,120,38,192,64,187,183,192,72,132,131,117,36,102,13, + 118,13,3,130,121,36,38,13,54,13,2,130,117,32,151,131,8,131,20,34,166,13,182,130,45,39,230,13,246,13,9,230,13,1,130,43,130,122,38,68,13,84,13,100,13,3,139,165,145,119,32,118,132,115, + 32,3,130,211,36,6,13,22,13,38,132,133,33,5,103,137,141,133,139,37,8,153,13,217,13,2,148,248,131,170,34,246,13,3,130,200,32,6,130,62,32,54,130,64,34,4,55,102,130,196,32,182,130,194, + 34,246,13,5,132,191,8,36,54,61,66,72,57,13,1,34,13,1,1,0,13,16,13,2,244,13,1,192,13,208,13,224,13,3,180,13,1,128,13,144,13,160,13,3,116,107,7,7,40,64,13,1,52,13,1,32,13,1,132,58,39, + 34,18,24,72,160,13,1,2,131,55,35,80,13,112,13,131,45,45,6,7,10,4,4,7,1,3,2,8,6,15,0,2,71,57,5,40,18,23,57,17,1,51,94,93,95,98,50,5,67,138,5,39,114,95,114,114,43,114,94,93,67,89,8,32, + 113,71,48,9,71,97,9,67,166,5,33,43,93,67,183,6,67,181,10,138,56,41,43,47,94,93,114,56,51,47,43,94,132,56,71,80,5,36,57,47,47,56,56,130,121,32,50,74,22,6,105,205,12,33,33,9,105,198, + 9,8,37,3,33,254,221,254,219,194,1,129,254,145,199,1,14,1,12,201,254,145,1,134,1,188,254,68,2,44,2,14,254,91,1,165,253,244,253,210,0,130,0,8,78,1,0,5,254,87,3,252,4,58,0,31,2,207,64, + 59,147,3,1,147,2,1,153,16,1,150,0,1,141,16,157,16,2,141,0,157,0,2,122,29,138,29,154,29,3,105,29,1,157,30,1,30,16,13,16,72,146,19,1,134,19,1,114,19,1,86,19,102,19,2,146,18,1,3,18,184, + 255,240,64,36,130,26,35,16,0,24,8,130,1,57,17,30,31,16,153,31,1,134,31,1,89,31,1,70,31,1,25,31,1,6,31,1,8,31,18,17,132,40,61,17,6,33,1,6,33,38,33,54,33,70,33,102,33,118,33,134,33,166, + 33,182,33,198,33,230,33,246,33,12,199,131,5,44,2,33,184,255,192,64,255,217,233,72,196,33,1,131,28,33,2,132,141,50,32,6,152,63,34,6,33,22,130,90,34,70,33,86,130,90,131,88,133,86,8,50, + 11,151,244,33,1,224,33,1,194,33,210,33,2,180,33,1,160,33,1,130,33,146,33,2,116,33,1,96,33,1,66,33,82,33,2,52,33,1,32,33,1,2,33,18,33,2,228,33,244,33,2,132,42,36,164,33,180,33,2,132, + 41,36,100,33,116,33,2,132,40,36,36,33,52,33,2,157,39,32,86,131,83,32,1,132,40,32,22,131,83,33,1,103,132,82,37,214,33,1,194,33,1,132,83,37,150,33,1,130,33,1,132,84,144,44,135,43,33, + 64,166,130,45,130,170,33,176,33,130,254,8,34,148,33,2,96,33,112,33,2,68,33,84,33,2,32,33,48,33,2,4,33,20,33,2,224,33,240,33,2,196,33,212,33,2,160,33,155,39,32,55,130,252,134,38,34, + 1,132,33,132,76,32,1,134,74,32,1,134,72,32,1,143,31,34,2,0,33,131,104,8,36,80,33,4,80,33,128,33,144,33,192,33,4,47,33,1,0,33,16,33,2,7,16,0,24,0,32,30,17,15,12,80,5,27,0,63,237,63, + 70,6,5,37,1,94,93,93,93,113,85,4,5,32,114,85,60,14,32,93,67,38,5,32,95,127,141,10,74,68,12,74,134,13,137,61,32,113,131,10,37,43,114,94,93,113,47,74,98,7,32,93,109,41,5,40,61,47,24, + 47,17,51,51,49,48,122,62,5,33,93,43,123,181,6,130,6,35,93,33,14,3,90,12,8,34,54,63,1,74,120,11,8,197,92,38,79,98,120,78,34,58,32,19,48,17,79,136,51,17,254,83,192,228,10,31,31,24,2, + 3,23,29,30,10,212,190,98,157,111,59,4,7,135,3,3,118,129,43,4,53,253,170,27,90,90,72,9,11,65,80,82,30,2,106,0,1,0,49,0,0,3,182,4,58,0,9,1,11,64,78,157,2,173,2,2,139,2,1,89,2,105,2,2, + 146,7,162,7,2,116,7,132,7,2,70,7,86,7,102,7,3,40,8,1,3,8,2,123,6,1,4,6,20,6,36,6,164,6,180,6,212,6,228,6,7,7,6,7,3,11,1,59,1,91,1,3,10,1,64,39,55,72,1,64,17,20,72,1,11,184,255,192, + 64,40,92,100,72,192,11,1,180,11,1,160,11,1,148,11,1,128,11,1,116,11,1,96,11,1,84,11,1,64,11,1,52,11,68,11,100,11,132,11,4,132,44,45,32,73,82,72,32,11,1,20,11,1,0,11,1,63,133,25,37, + 164,11,4,4,11,36,132,38,132,36,35,179,51,62,72,132,44,49,18,31,39,72,224,11,1,2,0,11,32,11,80,11,112,11,4,7,132,22,46,13,16,20,72,6,3,80,4,15,1,7,80,0,21,0,87,26,6,38,43,94,93,95,93, + 43,43,68,195,5,32,43,68,191,8,35,113,43,47,43,130,26,33,51,51,79,110,5,35,95,113,49,48,72,54,5,8,94,51,53,1,33,53,33,21,1,33,21,49,2,149,253,147,3,56,253,106,2,187,137,3,38,139,137, + 252,218,139,0,0,0,1,0,34,254,87,2,136,5,204,0,45,0,96,64,65,3,32,9,12,72,19,32,9,13,72,23,45,33,28,40,240,17,11,31,5,63,5,2,143,5,1,64,5,1,5,33,11,245,47,12,111,12,2,15,12,79,12,223, + 12,239,12,4,47,130,8,42,111,12,3,12,12,0,24,245,21,0,43,106,109,7,8,36,18,57,47,93,113,114,237,57,1,47,93,93,113,51,51,237,50,50,205,50,49,48,43,43,1,34,46,2,53,17,52,46,2,39,53,62, + 3,130,8,47,54,59,1,21,35,34,6,21,17,20,14,2,7,21,30,3,130,8,32,22,130,18,8,74,2,1,65,99,66,34,29,55,80,51,51,80,55,29,133,131,135,63,91,77,30,52,71,41,43,71,51,29,77,91,63,254,87,41, + 76,108,68,1,105,63,88,56,28,2,127,2,28,56,88,62,1,106,141,152,129,107,108,254,156,50,84,64,44,10,2,10,44,65,84,51,254,155,106,109,129,130,223,36,183,254,78,1,93,130,223,54,3,1,207, + 64,21,3,171,6,0,1,11,0,0,4,5,214,5,230,5,246,5,3,194,130,214,53,184,255,128,179,226,229,72,5,184,255,192,64,10,222,225,72,2,5,18,5,2,218,130,14,35,128,179,214,217,133,22,51,20,210, + 213,72,180,5,196,5,2,162,5,1,1,112,5,128,5,144,5,3,132,47,51,20,199,202,72,0,5,1,240,5,1,212,5,228,5,2,176,5,192,5,2,132,24,49,43,187,190,72,48,5,64,5,80,5,3,4,5,20,5,36,5,3,130,35, + 33,196,5,131,37,32,3,131,62,32,160,136,23,32,164,131,47,34,179,168,171,131,105,35,128,179,160,163,133,113,35,14,156,159,72,134,104,32,228,132,163,37,192,64,11,145,148,72,131,96,32, + 208,134,123,34,15,133,136,130,98,32,1,131,92,32,2,130,131,132,118,38,15,122,125,72,128,5,1,134,114,32,110,132,19,39,10,114,117,72,192,5,1,84,133,70,36,182,102,105,72,16,133,10,39,64, + 9,91,94,72,80,5,96,134,178,45,15,79,82,72,203,5,219,5,2,160,5,176,5,2,133,198,41,10,68,71,72,15,5,31,5,2,62,132,74,42,29,56,61,72,207,5,1,96,5,112,5,131,36,35,4,31,5,1,130,121,36,160, + 5,224,5,240,134,148,41,28,25,28,72,5,64,17,21,72,64,130,35,131,232,32,4,131,62,47,47,5,3,7,1,0,0,0,47,63,1,94,93,93,43,43,68,60,5,35,94,93,43,95,130,13,35,113,43,114,43,94,92,5,36, + 43,113,113,113,43,130,1,34,114,43,43,94,107,5,131,14,33,113,113,130,30,32,95,130,32,130,18,35,43,43,93,93,94,101,5,46,237,49,48,19,17,51,17,183,166,254,78,7,126,248,130,130,91,66,203, + 6,8,59,135,5,204,0,45,0,98,185,0,40,255,224,179,9,12,72,24,184,255,224,64,55,9,13,72,20,44,32,26,38,240,15,9,48,3,1,192,3,208,3,2,3,9,32,245,47,31,111,31,2,15,31,79,31,223,31,239,31, + 4,47,130,8,46,111,31,3,31,31,21,45,245,44,27,20,245,21,0,0,100,139,6,66,206,7,35,113,51,51,253,66,205,7,43,19,50,54,53,17,52,62,2,55,53,46,3,130,8,47,38,43,1,53,51,50,22,21,17,20,30, + 2,23,21,14,3,130,8,33,14,2,130,19,8,56,94,91,79,28,51,71,43,42,70,52,29,79,91,60,132,131,133,29,55,81,52,52,81,55,29,34,66,99,65,132,254,216,109,106,1,101,51,84,65,44,10,2,10,44,64, + 84,50,1,100,108,107,129,152,141,254,150,62,66,222,8,39,63,254,151,68,108,76,41,129,133,227,8,34,92,2,41,4,80,3,39,0,32,0,154,64,26,90,3,138,3,2,25,2,41,2,57,2,3,30,48,10,16,72,13,31, + 1,25,48,130,245,36,13,184,255,208,179,130,244,32,7,130,7,33,64,19,130,8,56,0,27,32,27,112,27,3,27,32,10,1,10,24,173,64,10,184,255,192,180,38,60,72,10,0,130,8,35,179,23,28,72,131,7, + 56,64,41,14,20,72,0,128,27,64,41,60,72,27,5,173,31,14,79,14,159,14,3,111,14,127,130,6,42,175,14,207,14,239,14,255,14,7,14,64,130,77,44,14,0,47,43,93,113,237,196,43,26,221,43,43,130, + 5,35,237,1,47,93,83,224,5,57,43,43,93,43,93,93,1,34,38,39,38,35,34,14,2,7,53,62,1,51,50,30,2,23,30,3,105,230,5,8,161,3,3,76,69,145,73,129,88,38,65,60,56,29,50,132,81,40,80,77,75,37, + 21,50,51,51,23,69,123,52,32,59,61,68,2,41,44,26,45,12,23,32,21,143,38,46,13,20,26,13,8,15,14,8,50,42,149,23,30,19,8,0,0,0,2,0,242,254,185,1,184,4,58,0,3,0,7,2,19,64,133,2,91,3,3,166, + 5,182,5,2,5,150,105,6,185,6,2,70,6,86,6,2,57,6,1,6,64,23,27,72,182,6,198,6,2,73,6,89,6,105,6,3,22,6,54,6,2,9,6,1,10,6,121,9,137,9,153,9,201,9,4,70,9,1,9,9,57,9,2,249,9,1,182,9,1,105, + 9,121,9,169,9,3,38,131,20,40,1,204,217,9,233,9,2,150,9,126,228,6,36,3,6,9,1,185,130,50,8,38,2,134,9,1,116,9,1,86,9,102,9,2,68,9,1,22,9,38,9,54,9,3,9,184,255,192,64,14,168,171,72,180, + 9,1,134,9,150,9,166,134,18,53,22,159,162,72,36,9,1,6,9,22,9,2,156,182,9,198,9,214,9,246,9,4,130,45,40,64,64,14,147,150,72,102,9,1,131,43,32,182,134,45,53,24,137,144,72,98,9,114,9,130, + 9,3,64,9,80,9,2,34,9,50,9,2,16,130,141,39,184,255,64,182,117,124,72,128,133,10,42,64,10,110,115,72,4,9,20,9,2,108,132,73,34,62,101,107,130,119,36,196,9,212,9,3,131,77,50,2,132,9,1, + 118,9,1,82,9,98,9,2,36,9,52,9,68,9,3,132,127,52,246,9,1,194,9,210,9,2,1,144,9,160,9,176,9,3,100,9,116,9,132,132,121,44,128,64,16,71,75,72,212,9,228,9,244,9,3,131,27,32,2,132,207,45, + 61,59,64,72,16,9,32,9,2,4,9,1,55,180,133,29,38,128,9,144,9,2,84,9,131,59,34,3,27,9,99,121,6,131,122,34,228,9,3,131,22,32,164,130,133,131,70,32,6,132,65,8,36,20,26,31,72,64,9,1,2,15, + 9,1,7,0,6,156,7,15,0,3,1,3,0,47,93,63,253,206,1,94,93,95,93,43,93,113,113,114,72,107,6,38,43,93,93,43,113,113,95,99,162,8,33,43,94,109,248,8,32,113,75,190,5,133,33,79,59,7,75,160,5, + 130,13,82,220,5,32,43,130,9,8,156,237,113,51,47,237,49,48,1,51,19,35,19,21,35,53,1,10,148,24,196,198,194,2,173,252,12,5,129,201,201,0,0,0,2,0,135,255,225,3,250,5,129,0,12,0,49,0,137, + 64,31,88,14,104,14,2,87,20,103,20,2,26,28,1,21,6,1,6,3,1,25,10,22,0,11,1,11,11,3,39,71,17,184,255,192,64,56,8,11,72,17,31,70,30,30,3,70,4,34,80,217,31,1,124,31,140,31,2,25,31,1,31, + 22,96,25,112,25,2,160,25,1,25,23,3,12,213,3,1,112,3,128,3,2,21,3,101,3,2,3,0,80,9,10,0,47,221,237,51,93,93,93,51,63,221,93,113,50,50,130,9,35,237,1,47,237,130,161,44,47,43,237,18,57, + 47,113,51,205,50,49,48,0,130,22,55,93,93,1,17,6,7,14,2,21,20,30,1,23,22,19,17,54,55,54,55,23,14,3,7,130,194,8,179,46,3,53,52,62,2,55,53,51,21,30,3,23,7,38,39,38,2,26,41,31,52,64,27, + 27,64,52,32,164,54,40,65,15,182,8,51,88,126,83,124,111,154,95,43,66,111,146,80,124,78,120,86,54,12,185,14,57,37,1,26,3,62,6,16,25,103,156,105,93,156,113,31,19,3,52,252,199,12,33,52, + 108,12,62,116,92,62,8,168,168,10,93,149,195,113,150,206,131,63,7,155,155,8,55,85,109,63,14,90,53,34,0,1,0,58,0,0,4,80,5,150,0,50,0,210,64,83,70,23,1,54,2,70,2,2,21,18,37,18,53,18,3, + 36,0,39,13,6,26,111,25,25,39,0,44,110,6,35,39,110,14,95,10,1,10,10,0,79,6,95,6,111,6,3,6,50,111,0,0,32,0,2,131,4,8,48,48,0,80,0,112,0,144,0,176,0,208,0,8,0,0,16,0,48,0,192,0,224,0, + 5,0,184,255,192,64,64,14,18,72,0,38,11,81,35,15,14,31,14,175,14,3,15,14,63,14,68,98,9,8,63,223,14,8,8,14,64,37,42,72,14,64,27,32,72,14,14,44,31,115,26,20,7,7,44,116,22,50,118,50,134, + 50,3,50,6,24,0,63,51,93,237,50,63,51,237,18,57,47,43,43,94,93,113,51,237,50,1,47,43,93,113,114,237,47,93,130,19,131,15,34,16,237,17,130,9,34,237,17,51,130,6,33,49,48,99,70,5,44,1,14, + 3,35,33,53,62,1,61,1,35,53,51,106,51,7,89,132,7,8,224,17,33,21,33,21,20,14,2,7,33,50,62,2,55,4,80,9,57,89,115,67,253,70,89,86,186,186,48,99,152,103,70,123,99,71,18,174,10,39,53,65, + 36,114,112,1,152,254,104,22,44,63,40,1,227,38,67,53,37,8,1,55,80,117,77,37,154,46,160,121,144,129,1,24,92,147,102,55,29,58,86,57,57,31,52,36,20,115,125,254,224,129,126,56,106,92,71, + 21,19,42,67,48,0,0,0,2,0,113,0,225,4,2,4,115,0,35,0,55,0,153,64,119,74,29,90,29,106,29,3,44,29,60,29,2,74,25,90,25,106,25,3,44,25,60,25,2,69,11,85,11,101,11,3,35,11,51,11,2,69,7,85, + 7,101,7,3,35,7,51,7,2,74,34,90,34,106,34,3,45,34,61,34,2,69,20,85,20,101,20,3,35,20,51,20,2,69,16,85,16,101,16,3,35,16,51,16,2,74,2,90,2,106,2,3,45,2,61,2,2,46,176,18,36,176,207,0, + 223,130,121,53,0,1,0,47,57,1,41,176,27,51,176,9,0,47,237,220,237,1,93,47,93,93,130,7,74,44,7,33,93,93,66,144,5,8,39,93,93,93,19,52,54,55,39,55,23,62,1,51,50,22,23,55,23,7,30,1,21,20, + 6,7,23,7,39,14,1,35,34,38,39,7,39,55,46,1,55,89,0,7,95,27,6,8,41,137,41,37,100,104,99,54,127,73,71,126,54,97,104,96,37,43,44,38,100,102,101,54,126,71,72,128,52,105,102,102,37,41,154, + 44,77,102,58,57,102,77,44,130,7,33,57,58,130,7,62,2,172,71,127,54,100,103,101,39,43,42,38,97,105,96,54,127,71,71,128,53,100,105,101,37,41,42,38,105,105,102,130,74,39,58,102,76,44,44, + 76,102,58,130,7,8,159,45,45,76,102,0,1,255,254,0,0,4,118,5,129,0,22,0,185,64,134,151,0,167,0,2,152,17,168,17,2,73,22,1,70,18,1,155,21,171,21,2,74,21,106,21,122,21,138,21,4,148,19,164, + 19,2,69,19,101,19,117,19,133,19,4,19,15,18,31,18,79,18,143,18,4,18,9,21,0,22,16,22,64,22,128,22,4,22,20,4,0,8,92,17,13,0,9,16,9,64,9,128,9,4,7,9,3,15,81,16,7,11,81,4,47,12,159,12,175, + 12,3,12,64,41,45,72,0,12,16,12,32,12,160,12,4,12,20,0,0,16,1,15,16,175,16,2,8,16,16,8,21,18,3,8,18,0,63,63,51,18,57,75,122,5,39,222,93,43,113,50,237,50,16,97,58,5,41,51,51,253,50,50, + 57,204,93,50,16,130,3,65,102,9,34,1,33,21,132,1,38,17,35,17,33,53,33,55,130,3,52,1,51,9,1,51,2,208,1,65,254,129,1,127,254,129,178,254,131,1,125,2,130,11,61,64,254,91,199,1,115,1,119, + 199,2,197,125,154,127,254,209,1,47,127,154,125,2,188,253,121,2,135,0,2,0,74,219,8,60,0,7,1,221,64,23,3,7,171,0,6,4,1,11,4,4,8,9,214,9,230,9,246,9,3,194,9,1,9,74,223,6,130,7,74,223, + 6,36,9,18,9,2,218,132,22,34,214,217,72,132,22,50,20,210,213,72,180,9,196,9,2,162,9,1,1,112,9,128,9,144,9,70,213,5,35,20,199,202,72,105,96,5,40,212,9,228,9,2,176,9,192,9,70,30,5,52, + 43,187,190,72,48,9,64,9,80,9,3,4,9,20,9,36,9,3,240,9,1,70,10,6,131,62,32,160,136,23,32,164,131,97,34,179,168,171,131,105,35,128,179,160,163,133,113,35,14,156,159,72,134,104,32,228, + 132,163,74,223,6,130,96,32,208,134,123,34,15,133,136,130,98,32,1,131,92,32,2,130,131,132,168,38,15,122,125,72,128,9,1,134,114,32,110,132,19,39,10,114,117,72,192,9,1,84,133,70,35,182, + 102,105,72,71,53,5,32,192,74,223,5,33,9,96,134,178,45,15,79,82,72,203,9,219,9,2,160,9,176,9,2,133,198,41,10,68,71,72,15,9,31,9,2,62,132,74,42,29,56,61,72,207,9,1,96,9,112,9,131,36, + 35,4,31,9,1,130,121,36,160,9,224,9,240,134,148,41,33,25,28,72,9,64,17,21,72,64,130,35,36,128,9,144,9,4,131,62,51,47,9,3,7,5,0,5,0,1,4,1,0,0,63,47,18,57,57,47,47,74,233,71,106,165,5, + 35,17,51,17,3,130,3,48,183,166,166,166,2,194,3,10,252,246,251,140,3,11,252,245,0,130,0,8,167,2,0,115,255,84,4,0,5,204,0,77,0,97,1,79,64,144,117,47,133,47,2,122,8,138,8,2,100,85,1,43, + 85,107,85,2,45,81,109,81,2,45,57,109,57,125,57,141,57,4,85,96,117,96,133,96,3,83,62,115,62,131,62,3,83,90,115,90,131,90,3,121,80,137,80,2,111,80,1,90,80,1,45,80,1,116,16,132,16,2,54, + 16,70,16,2,42,73,1,37,42,1,37,45,1,43,3,1,25,3,1,5,31,21,31,2,5,36,21,36,2,11,76,27,76,2,14,73,75,34,73,55,144,75,1,75,55,75,55,78,70,29,65,24,6,73,5,5,24,73,160,78,1,0,78,32,78,64, + 78,144,78,4,78,184,255,192,179,29,33,72,131,7,51,64,18,21,26,72,78,45,73,44,44,88,73,0,65,32,65,176,65,3,65,130,30,8,80,64,68,34,38,72,65,217,55,1,203,55,1,188,55,1,152,55,1,245,3, + 1,230,3,1,149,3,1,121,83,1,106,83,1,218,83,1,155,83,1,228,14,244,14,2,166,14,1,119,14,135,14,2,104,14,1,14,83,93,55,4,0,50,81,45,39,11,81,6,0,0,0,63,50,237,47,51,237,18,23,57,93,132, + 0,33,113,113,132,6,37,93,93,1,47,43,93,71,123,5,48,43,93,113,237,50,16,237,17,18,57,57,17,57,57,47,47,114,24,100,217,9,33,93,0,130,40,69,1,9,131,58,32,1,130,4,33,1,50,24,86,50,7,95, + 170,6,38,3,21,20,14,2,7,30,132,6,41,35,34,46,2,39,55,30,3,51,50,113,115,5,32,39,71,178,6,131,6,34,54,1,52,130,28,32,14,130,39,130,64,8,179,62,3,2,76,79,138,108,73,15,161,8,46,68,84, + 46,125,129,50,83,109,59,68,139,112,70,28,55,82,54,49,79,55,30,58,112,164,107,93,154,117,79,19,161,12,54,78,100,57,58,102,76,45,57,95,123,65,65,131,104,65,32,59,84,53,42,75,57,33,211, + 1,225,53,88,113,61,58,89,60,31,49,82,108,60,54,93,68,39,5,204,30,63,98,69,20,45,58,34,13,79,71,45,64,46,32,14,16,46,73,106,76,45,87,73,55,13,21,51,64,81,51,73,117,83,44,27,64,104,77, + 31,55,67,37,13,18,40,65,47,54,72,51,36,16,15,46,73,105,74,45,83,71,53,15,14,46,64,80,48,139,155,252,203,48,69,51,35,14,3,33,52,69,39,46,66,48,34,15,1,24,47,70,66,91,5,54,45,4,195,2, + 90,5,123,0,3,0,7,0,193,178,3,133,0,184,255,192,179,19,22,76,48,5,40,131,13,16,72,0,7,133,4,64,130,16,8,56,4,64,14,17,72,4,1,5,145,0,59,4,1,45,4,1,11,4,27,4,2,57,253,4,1,235,4,1,219, + 4,1,201,4,1,171,4,187,4,2,153,4,1,141,4,1,1,4,128,44,48,72,27,4,43,4,2,15,131,33,61,251,4,2,191,4,207,4,223,4,3,171,4,1,159,4,1,123,4,139,4,2,111,4,1,91,4,1,79,4,1,130,80,36,31,4,47, + 4,2,130,43,43,63,4,175,4,191,4,4,4,64,22,25,72,133,113,34,0,47,43,24,66,142,12,36,114,114,43,95,114,133,0,35,94,93,93,93,72,29,5,44,43,237,220,43,43,237,49,48,1,53,51,21,33,130,3,40, + 1,183,163,253,211,165,4,195,184,130,0,131,231,8,124,3,0,31,255,240,5,197,5,150,0,25,0,49,0,91,0,245,64,111,138,81,1,10,73,26,73,42,73,3,10,69,26,69,42,69,3,76,60,1,57,47,73,47,2,54, + 40,70,40,2,54,36,70,36,2,57,29,73,29,2,138,90,154,90,2,53,81,69,81,2,58,61,1,133,52,149,52,2,54,46,70,46,2,54,41,70,41,2,57,35,73,35,2,57,30,73,30,2,50,196,81,61,95,71,111,71,2,71, + 61,71,61,14,0,195,0,26,16,26,48,26,64,26,4,16,26,32,130,6,8,35,3,26,184,255,192,64,68,15,23,72,26,38,195,111,14,127,14,2,14,60,55,201,66,87,201,76,82,76,15,66,127,66,2,15,66,31,130, + 6,8,36,143,66,159,66,255,66,6,0,76,1,0,76,16,76,112,76,128,76,144,76,240,76,6,66,76,66,76,7,33,200,21,4,43,200,7,19,0,78,179,5,56,57,47,47,93,113,93,113,17,51,16,237,16,237,51,1,47, + 113,237,47,43,93,113,237,17,57,131,24,34,17,51,237,74,125,7,35,93,93,93,1,130,3,130,43,53,93,113,1,20,14,4,35,34,46,4,53,52,62,4,51,50,4,22,18,7,52,46,130,16,34,14,2,21,71,234,5,33, + 4,37,133,7,33,2,55,117,113,9,24,76,173,12,8,91,5,197,52,94,131,161,185,100,99,185,160,133,94,52,52,94,132,161,184,100,150,1,7,197,113,92,45,82,116,140,161,87,130,228,171,99,99,171, + 228,130,87,161,140,116,82,45,252,137,33,67,100,67,49,75,56,39,14,115,22,58,82,111,75,101,149,98,48,48,97,146,98,75,112,80,55,18,114,12,38,55,72,47,69,99,64,30,2,195,100,185,161,131, + 131,79,131,91,48,100,184,161,132,94,52,114,196,254,249,150,86,161,139,115,82,45,131,80,8,66,131,229,171,98,45,81,115,140,161,89,72,120,86,48,27,45,55,29,35,43,81,63,38,64,114,158,94, + 97,157,111,59,36,59,75,39,33,26,50,38,23,46,83,118,0,2,0,26,2,139,2,253,5,152,0,50,0,65,0,203,64,21,45,40,10,17,72,46,131,4,8,53,3,40,11,17,72,7,24,11,14,72,29,184,255,216,64,16,9, + 17,72,23,51,1,39,39,32,226,47,11,212,56,1,56,184,255,192,64,18,19,22,72,144,56,1,100,56,116,56,132,56,3,80,56,1,2,132,22,49,20,10,13,72,56,20,227,21,21,63,227,5,64,22,38,72,5,192,121, + 74,6,48,51,13,18,72,26,57,1,11,57,1,57,228,152,20,1,20,8,130,40,8,59,20,16,11,1,2,11,1,11,11,26,35,7,51,1,51,228,0,42,42,0,0,32,0,80,0,3,0,0,17,228,26,222,0,63,237,51,47,93,51,47,16, + 237,93,50,17,57,47,93,93,51,43,93,237,93,93,1,43,93,47,43,68,200,5,48,95,93,93,93,43,113,51,51,237,50,47,0,93,49,48,1,43,131,0,39,1,34,46,2,53,52,62,2,121,102,7,32,6,121,101,5,34,30, + 2,21,121,102,16,32,1,121,102,12,8,230,4,53,86,62,33,51,86,113,62,178,21,39,56,35,67,81,9,149,7,43,75,108,71,68,109,77,42,28,35,12,22,9,19,42,22,41,57,38,20,2,4,38,132,51,48,80,57,32, + 138,41,74,55,32,58,2,139,29,56,82,52,69,92,56,24,1,4,60,46,60,35,14,59,76,10,47,82,62,35,29,60,95,66,254,204,58,50,5,3,104,5,8,22,39,51,29,77,70,111,34,55,71,37,65,4,2,11,29,52,43, + 56,65,0,0,2,0,83,0,141,4,32,3,172,0,8,0,17,0,113,64,84,106,12,122,12,138,12,3,106,9,122,9,138,9,3,106,3,122,3,138,3,3,106,0,122,0,138,0,3,17,236,15,235,14,236,95,10,127,10,143,10,3, + 64,10,96,10,2,31,10,1,10,7,236,6,235,5,236,176,1,1,95,1,1,32,1,96,1,128,1,3,1,9,0,239,12,15,3,47,3,111,3,127,3,4,3,0,47,93,51,228,50,1,47,93,113,113,237,237,237,47,93,93,131,6,73,133, + 5,41,37,1,53,1,51,21,9,1,21,33,135,8,38,3,118,254,174,1,82,168,130,4,55,84,253,131,254,176,1,80,167,254,177,1,81,141,1,109,63,1,115,31,254,140,254,145,29,138,10,63,0,1,0,100,0,180, + 4,71,2,242,0,5,0,51,64,19,223,2,1,32,2,1,2,5,170,224,0,1,159,0,1,80,130,31,55,184,255,192,64,9,9,12,72,0,2,173,0,3,179,0,63,204,237,1,47,43,93,93,93,131,135,54,49,48,37,17,33,53,33, + 17,3,182,252,174,3,227,180,1,172,146,253,194,0,0,4,68,131,12,53,63,0,72,0,240,183,4,61,20,61,36,61,3,58,184,255,224,64,94,11,16,72,68,128,19,36,61,32,9,13,72,68,115,19,57,6,69,22,69, + 2,51,62,62,69,63,69,53,196,54,64,196,59,59,50,63,63,16,54,63,54,63,68,128,23,32,60,68,128,11,8,38,50,50,54,62,52,201,69,9,68,25,68,2,68,201,55,15,54,31,54,127,54,3,223,55,1,0,55,16, + 55,112,55,3,54,69,55,55,69,54,3,68,120,14,41,23,57,47,47,47,93,113,93,16,237,130,2,35,50,17,51,47,68,122,13,47,56,17,51,51,47,237,16,237,50,17,18,57,17,51,0,93,65,142,5,34,43,1,93, + 130,0,33,43,93,68,128,32,54,1,3,35,17,35,17,33,50,22,21,20,6,7,19,3,52,38,43,1,17,51,50,54,68,119,45,50,254,82,199,161,127,1,51,142,151,104,85,221,159,95,81,170,182,80,84,68,98,43, + 8,64,254,181,1,80,254,176,3,63,126,111,102,123,19,254,162,2,80,69,72,254,211,85,0,0,1,255,239,5,172,4,124,6,10,0,3,0,14,180,1,0,2,140,1,0,47,237,1,47,47,49,48,1,33,53,33,4,124,251, + 115,4,141,5,172,94,0,130,0,52,2,0,122,3,92,2,184,5,150,0,19,0,39,0,66,185,0,17,255,232,179,83,183,5,34,232,64,33,130,8,33,7,24,130,4,32,3,131,4,55,20,172,0,30,172,0,10,16,10,32,10, + 3,10,35,175,5,25,175,15,4,0,63,237,220,130,89,77,188,5,33,0,43,130,0,36,1,20,14,2,35,67,254,6,32,51,108,176,18,8,67,2,184,45,78,105,59,59,104,78,46,46,78,104,59,59,105,78,45,109,27, + 48,65,38,37,65,48,28,28,48,65,37,38,65,48,27,4,121,59,104,77,45,45,77,104,59,60,104,77,44,44,77,104,60,37,66,49,28,28,49,66,37,37,65,49,29,29,49,65,132,183,130,5,8,40,4,36,4,195,0, + 11,0,15,0,85,64,53,13,222,4,1,140,4,1,4,2,14,209,11,1,131,11,1,11,9,1,170,6,32,2,1,2,13,173,12,151,130,6,8,32,0,4,173,9,152,7,1,7,239,5,1,80,5,128,5,160,5,208,5,4,5,0,47,93,93,51,93, + 51,237,50,50,93,47,131,198,39,51,253,50,222,93,93,196,16,131,4,24,80,146,8,8,141,17,51,17,33,21,1,53,33,21,2,124,147,254,88,1,168,147,1,168,252,29,3,227,2,168,254,117,1,139,145,1,138, + 254,118,145,253,88,145,145,0,0,1,0,41,2,51,2,131,5,141,0,34,0,142,64,56,6,18,1,6,17,1,6,12,1,106,31,122,31,138,31,3,89,15,105,15,2,106,14,1,73,14,89,14,2,10,3,26,3,2,10,2,26,2,58,2, + 74,2,4,58,17,90,17,106,17,3,6,23,22,23,2,23,184,255,224,64,40,9,15,72,33,25,225,32,8,1,32,8,96,8,160,8,224,8,4,8,14,224,15,15,32,191,130,101,43,8,32,14,11,228,20,222,1,32,229,0,223, + 89,143,5,53,51,18,57,1,47,93,51,51,47,237,47,93,113,237,50,49,48,43,0,93,93,1,79,70,6,42,1,113,113,113,19,39,62,5,53,52,38,24,105,201,10,8,68,21,20,14,4,7,33,21,43,2,27,88,100,103, + 82,52,71,74,68,88,8,133,6,46,76,107,68,65,103,71,37,54,83,102,95,78,18,1,187,2,51,103,61,96,81,72,73,80,49,62,75,73,68,8,51,87,64,37,33,60,86,54,62,100,86,75,73,74,42,113,131,243,36, + 27,2,39,2,130,130,243,8,51,53,0,150,64,17,102,6,1,102,8,1,86,9,102,9,2,89,34,105,34,2,42,184,255,232,64,80,11,15,72,2,32,9,13,72,48,45,21,21,15,8,28,225,45,45,0,225,32,15,96,15,2,131, + 4,8,64,160,15,224,15,4,15,34,225,8,35,1,35,35,9,225,191,8,1,8,64,24,37,72,8,49,21,228,22,22,12,105,34,1,72,34,88,34,2,34,31,228,40,222,12,228,71,9,1,9,3,221,0,63,51,93,237,63,237,51, + 93,93,18,57,47,237,130,250,37,43,93,237,51,47,113,133,252,34,47,237,17,130,21,32,18,113,47,5,32,93,130,0,34,1,20,6,75,30,6,34,1,51,50,24,117,96,27,8,124,6,7,21,30,3,2,130,155,142,87, + 116,73,36,6,136,9,88,85,77,83,37,56,67,29,61,57,29,61,50,32,74,71,68,84,6,135,7,50,79,102,59,69,104,70,35,86,90,52,75,48,22,3,27,116,128,39,64,81,43,13,67,69,72,76,45,54,29,9,109,13, + 31,53,40,60,69,70,65,12,58,86,57,28,33,59,79,46,75,110,20,2,5,37,54,69,0,0,1,0,72,4,177,1,240,5,228,0,5,0,55,64,37,70,4,1,122,2,138,2,2,128,3,1,3,64,143,130,29,38,64,9,13,72,0,2,149, + 24,65,133,19,59,43,93,26,205,93,49,48,93,93,19,53,19,51,21,1,72,217,207,254,182,4,177,20,1,31,29,254,234,130,57,8,91,140,254,87,4,109,4,58,0,39,0,136,64,74,29,32,9,17,72,138,37,154, + 37,2,108,37,124,37,2,37,24,14,17,72,22,22,13,70,64,31,79,12,1,127,12,143,12,159,12,3,12,64,32,35,72,12,64,20,23,72,0,12,1,12,41,128,39,2,70,0,1,16,1,48,1,224,1,240,1,5,8,1,96,41,128, + 41,2,41,184,255,192,64,17,130,35,8,43,31,8,80,35,22,19,80,26,22,12,1,15,0,27,0,63,63,51,63,237,63,237,50,1,43,93,47,94,93,237,50,26,16,220,93,43,43,93,113,50,26,237,50,47,66,123,6, + 42,43,19,17,51,17,20,30,2,51,50,54,24,83,37,8,42,54,55,21,14,1,35,34,46,2,39,35,81,189,5,8,67,17,140,181,32,58,84,52,128,146,180,11,20,29,18,11,32,11,26,51,36,54,71,44,20,2,3,52,147, + 100,67,109,31,254,87,5,227,253,82,78,106,65,28,174,162,2,115,252,208,44,56,32,13,5,3,129,8,12,30,52,71,41,95,99,41,38,254,28,0,130,0,46,1,0,80,254,248,3,245,5,129,0,19,0,61,64,39,130, + 164,8,52,2,191,2,207,2,3,2,5,95,6,111,6,127,6,175,6,191,6,5,0,6,16,6,48,6,3,6,7,7,1,0,4,17,3,6,1,0,47,51,63,205,50,18,57,47,1,47,93,93,205,220,93,205,130,186,34,1,17,35,132,1,130,163, + 8,80,53,52,62,2,51,33,21,3,116,112,217,113,80,133,96,53,50,95,138,87,2,51,5,27,249,221,6,35,249,221,3,190,45,88,133,89,84,133,93,50,102,0,0,1,0,187,1,190,1,126,2,154,0,3,0,38,64,24, + 3,150,0,0,16,0,176,0,3,7,0,0,155,15,1,31,1,2,1,64,15,38,72,130,112,51,43,93,237,1,47,94,93,237,49,48,19,53,51,21,187,195,1,190,220,220,132,191,36,119,254,78,1,227,130,9,42,27,0,126, + 64,16,24,32,20,23,72,25,131,4,50,70,26,86,26,2,2,184,255,232,179,9,17,72,27,184,255,224,64,62,130,8,8,63,24,16,25,32,25,48,25,3,25,131,23,22,22,8,16,131,47,0,1,31,0,1,15,0,111,0,2, + 8,0,239,8,1,8,19,25,64,9,13,72,25,25,5,23,11,140,32,5,80,5,96,5,112,5,176,5,192,5,6,5,0,47,93,237,47,130,242,33,43,205,130,244,37,221,94,93,113,114,237,130,13,52,51,237,93,50,49,48, + 43,43,93,43,43,5,20,14,2,35,34,38,39,53,22,78,73,5,8,91,38,35,42,1,7,55,51,7,30,1,1,227,30,65,104,75,20,45,25,49,37,41,56,35,15,61,72,14,29,14,65,107,39,94,94,253,41,67,48,25,1,3,98, + 6,12,21,30,18,37,40,2,182,100,3,81,0,0,1,0,80,2,51,2,125,5,129,0,10,0,75,64,44,32,5,48,5,2,96,9,1,9,9,8,224,2,32,4,48,4,2,4,111,130,35,50,0,4,6,3,32,2,144,2,2,2,5,4,4,3,6,220,8,1,228, + 68,210,6,35,51,51,47,51,130,163,41,23,51,47,93,47,0,93,1,16,237,109,183,5,60,93,19,53,51,17,7,53,55,51,17,51,21,80,211,202,210,123,215,2,51,107,2,108,138,120,137,253,29,107,70,207, + 5,59,27,2,139,2,211,5,152,0,15,0,35,0,130,185,0,13,255,232,179,7,12,72,9,184,255,224,64,43,130,8,33,4,32,130,4,32,2,131,4,8,65,0,227,4,16,36,16,52,16,100,16,4,148,16,180,16,196,16, + 212,16,244,16,5,128,16,1,2,0,16,1,16,184,255,192,64,38,12,16,72,16,26,227,6,64,22,33,72,6,239,37,1,112,37,128,37,2,47,37,1,31,228,0,3,32,3,80,3,130,0,34,21,228,11,75,36,6,49,237,1, + 93,93,93,47,43,237,47,43,93,95,93,93,113,237,49,48,71,15,6,39,6,35,34,38,53,52,62,2,71,13,20,8,58,211,176,175,168,177,43,87,131,88,93,131,84,39,149,25,50,72,48,48,75,51,26,28,51,70, + 43,49,75,52,27,4,18,188,203,201,190,91,145,101,53,53,100,145,92,83,110,65,27,27,66,110,82,84,110,66,26,26,66,110,74,187,14,8,73,133,64,100,101,15,117,15,133,15,3,101,9,117,9,133,9, + 3,101,6,117,6,133,6,3,101,0,117,0,133,0,3,13,236,10,236,17,235,15,12,1,239,12,1,112,12,128,12,2,208,12,1,63,12,111,12,127,12,3,0,12,1,12,4,236,1,236,8,235,112,3,128,3,176,3,130,2,37, + 208,3,2,63,3,1,131,229,44,2,3,10,0,239,14,15,5,47,5,111,5,127,71,50,5,74,203,5,130,227,36,253,237,237,47,93,130,7,33,113,114,130,9,73,64,5,41,37,35,53,9,1,53,51,1,21,1,135,8,44,2,206, + 168,1,82,254,176,166,1,82,252,221,170,131,9,46,168,1,79,141,29,1,111,1,116,31,254,141,63,254,147,136,10,63,255,255,0,56,0,0,6,78,5,129,16,38,0,121,232,0,16,39,2,27,2,249,0,0,16,7,2, + 148,3,184,253,207,134,31,32,117,143,31,53,17,7,0,114,3,242,253,207,0,47,64,30,2,111,15,1,47,15,1,15,1,191,131,229,36,1,96,12,1,16,130,220,45,51,64,11,11,72,2,15,24,0,63,53,1,43,17, + 130,177,33,93,53,130,5,39,53,0,0,0,255,255,0,73,132,115,32,141,131,109,33,3,13,130,109,32,39,133,109,8,90,16,6,0,115,46,0,0,2,0,131,254,164,4,86,4,58,0,37,0,41,0,159,64,112,121,4,137, + 4,2,122,35,138,35,2,122,36,138,36,2,84,26,100,26,2,58,6,74,6,122,6,138,6,4,10,72,9,9,176,39,192,39,2,39,150,40,40,0,28,70,95,27,127,27,2,27,64,29,60,72,27,64,23,27,72,32,27,1,27,19, + 70,0,131,15,32,0,131,15,51,0,64,13,17,72,32,0,1,0,32,43,1,19,33,9,40,156,41,15,67,130,34,8,32,24,95,47,33,63,33,2,111,33,207,33,2,33,0,47,93,113,237,51,93,63,253,206,17,57,1,93,47, + 93,43,43,43,237,131,5,35,93,237,18,57,24,113,183,7,35,93,0,93,1,132,3,39,55,52,62,6,55,51,14,7,79,38,5,32,54,79,29,7,39,1,21,35,53,131,37,62,79,24,113,180,30,35,2,113,195,50,24,113, + 179,30,36,147,4,100,201,201,65,55,5,50,4,0,0,5,82,6,240,18,38,0,36,0,0,17,7,2,155,1,78,130,24,51,21,180,2,21,5,38,2,184,255,225,180,22,25,4,7,37,1,43,53,0,130,2,34,255,255,0,143,47, + 34,156,1,219,130,47,34,19,64,11,132,48,34,76,21,24,137,45,33,0,0,136,47,32,254,136,95,34,157,1,96,134,47,38,22,5,38,2,0,27,21,147,47,33,7,6,136,47,34,160,1,94,138,95,34,2,30,44,147, + 47,33,6,178,136,47,34,159,1,108,130,47,35,23,64,13,3,131,144,36,3,2,4,25,23,133,49,131,192,66,43,6,133,195,32,251,135,51,49,1,80,1,137,0,136,0,22,64,12,3,2,56,3,3,2,3,31,134,148,8, + 117,53,0,63,53,53,0,2,0,24,0,0,7,168,5,129,0,15,0,26,0,136,64,86,116,25,1,114,2,1,86,2,102,2,2,115,3,131,3,2,85,3,101,3,2,127,5,143,5,2,109,5,1,92,5,1,25,5,41,5,2,0,7,1,11,7,11,7,0, + 16,14,32,14,2,14,2,25,3,17,3,4,17,9,13,90,26,5,0,2,95,25,25,5,4,12,95,9,9,13,16,8,95,5,3,4,18,13,95,0,18,0,63,237,63,63,237,50,18,57,72,249,5,47,237,1,47,51,51,237,50,51,47,51,17,18, + 57,57,47,93,131,4,32,47,99,135,8,42,93,93,93,33,17,33,3,35,1,33,21,130,7,132,3,8,99,1,35,14,5,7,3,33,3,201,253,220,198,199,2,174,4,185,253,9,2,187,253,69,3,32,252,33,151,1,16,22,27, + 24,18,2,217,1,222,1,156,254,100,5,129,156,254,60,154,254,21,156,4,238,3,35,50,58,51,38,5,254,51,0,0,255,255,0,104,254,78,5,121,5,150,18,38,0,38,0,0,17,7,0,120,1,254,0,0,0,11,182,1, + 58,48,40,26,16,37,1,43,65,63,6,38,168,0,0,4,254,6,240,130,39,32,40,131,39,35,2,155,1,63,130,39,46,21,180,1,12,5,38,1,184,255,170,180,13,16,0,10,66,51,10,143,47,34,156,1,223,65,211, + 5,132,48,34,40,12,15,137,45,132,135,133,47,32,254,136,95,34,157,1,119,133,95,32,13,132,95,35,239,180,18,12,146,95,32,178,136,47,34,159,1,121,130,47,34,25,182,2,131,95,32,2,130,145, + 35,234,180,16,14,133,49,66,5,5,39,255,255,0,9,0,0,1,177,132,195,32,44,130,195,41,6,2,155,159,0,0,21,180,1,4,132,97,37,193,180,5,8,0,2,135,193,132,147,36,142,0,0,2,54,138,47,38,156, + 70,0,0,19,64,11,132,48,34,69,4,7,137,45,35,255,255,255,210,130,43,33,104,6,131,191,133,91,32,157,130,16,131,43,32,5,130,92,34,0,10,4,139,43,33,0,7,130,43,33,52,6,131,187,133,43,40, + 159,218,0,0,23,64,13,2,1,130,137,36,2,1,1,8,6,133,45,133,183,8,75,0,2,0,14,0,0,5,101,5,129,0,16,0,33,0,112,64,69,117,10,1,91,32,139,32,2,91,31,139,31,2,90,20,138,20,2,91,19,1,10,31, + 26,31,2,10,20,26,20,2,26,26,28,8,90,64,15,17,1,17,35,128,24,28,90,14,16,16,1,14,27,16,95,24,127,0,1,130,119,8,44,28,95,14,18,23,95,2,3,0,63,237,63,237,17,57,47,113,51,237,50,1,47,51, + 51,47,16,237,50,26,16,220,113,26,237,18,57,47,49,48,93,93,93,0,93,1,131,4,52,19,51,17,33,50,4,22,18,21,20,2,14,1,35,33,17,35,37,52,46,2,130,7,34,33,21,33,130,24,8,69,62,2,14,154,1, + 210,163,1,19,198,111,106,184,251,145,253,241,154,4,151,82,148,206,123,254,241,1,150,254,106,1,58,111,189,138,78,3,33,2,96,81,169,254,252,180,176,254,243,181,93,2,135,72,143,203,130, + 61,254,57,154,254,18,72,142,212,0,255,255,0,168,130,223,47,32,7,6,18,38,0,49,0,0,17,7,2,160,1,161,0,65,105,5,40,20,5,38,1,12,29,43,8,18,65,151,12,38,97,255,236,5,215,6,240,130,47,32, + 50,132,47,34,155,1,182,130,47,46,21,180,2,40,5,38,2,184,255,216,180,41,44,10,0,66,139,10,143,47,34,156,2,37,133,95,132,48,34,37,40,43,137,45,32,0,131,143,133,47,32,254,136,95,34,157, + 1,213,134,47,32,41,130,96,34,4,46,40,147,47,132,191,133,143,34,160,1,193,139,143,35,245,180,49,63,146,143,32,178,136,95,34,159,1,215,130,47,34,25,182,3,131,143,32,3,130,193,35,255, + 180,44,42,133,49,66,3,6,59,1,0,142,0,225,4,31,4,115,0,11,0,129,185,0,5,255,232,179,18,22,72,3,184,255,232,64,14,130,8,33,11,24,130,4,32,9,131,4,32,8,130,18,131,26,32,6,135,26,32,2, + 131,21,32,0,131,4,32,7,135,18,32,1,131,13,32,10,131,4,32,4,131,18,32,23,130,59,8,33,212,4,228,4,2,180,4,196,4,212,4,3,32,4,1,4,0,7,1,7,0,25,47,113,1,47,93,93,113,49,48,0,43,43,84,29, + 5,32,43,130,9,8,219,43,43,19,9,1,55,9,1,23,9,1,7,9,1,142,1,98,254,160,104,1,94,1,94,105,254,162,1,96,102,254,159,254,156,1,74,1,98,1,96,103,254,159,1,95,105,254,164,254,160,105,1,97, + 254,157,0,3,0,71,255,203,5,244,5,186,0,27,0,39,0,51,0,196,64,141,89,44,1,8,37,1,84,33,1,5,26,21,26,101,26,3,139,23,1,123,22,139,22,2,108,22,1,90,22,1,105,16,1,10,12,26,12,2,132,9,1, + 116,8,132,8,2,99,8,1,85,8,1,27,50,91,50,2,114,43,130,43,2,84,43,1,20,38,84,38,2,85,37,1,140,31,1,74,31,90,31,122,31,3,4,21,20,21,100,21,3,11,7,27,7,107,7,3,32,44,40,0,91,64,15,28,1, + 28,53,128,32,53,1,40,91,175,14,191,14,2,32,14,1,15,14,31,14,2,14,43,31,35,47,95,23,19,4,35,95,9,5,19,0,63,51,237,130,2,34,17,57,57,131,245,34,93,237,93,67,14,7,32,57,86,231,10,86,232, + 5,32,93,136,0,8,167,1,20,2,6,4,35,34,38,39,7,35,55,38,2,53,52,18,54,36,51,50,22,23,55,51,7,22,18,7,52,38,39,1,30,1,51,50,62,2,37,20,22,23,1,46,1,35,34,14,2,5,215,95,180,254,252,165, + 127,206,81,120,190,200,88,86,92,178,1,5,169,125,207,82,121,192,201,85,87,195,49,49,253,59,59,150,93,132,191,123,59,252,15,50,51,2,195,59,151,92,126,190,127,63,2,199,165,254,242,192, + 104,58,54,145,241,97,1,10,160,165,1,10,187,101,56,54,146,242,94,254,253,160,112,184,72,252,171,44,47,86,153,212,125,113,190,75,3,85,42,46,80,148,208,0,0,255,255,0,158,255,236,5,41, + 6,240,18,38,0,56,67,39,6,50,141,0,0,0,21,180,1,26,5,38,1,184,255,232,180,27,30,5,20,67,39,10,143,47,34,156,1,237,66,247,5,132,48,34,37,26,29,137,45,138,95,32,254,136,95,34,157,1,152, + 134,47,32,27,130,96,34,0,32,26,148,47,32,178,136,47,34,159,1,158,130,47,34,25,182,2,131,95,32,2,130,145,35,254,180,30,28,133,51,69,179,8,34,45,0,0,134,195,32,60,132,195,33,156,1,130, + 219,37,0,19,64,11,1,9,130,99,36,65,9,12,4,8,68,27,9,8,72,0,2,0,168,0,0,4,234,5,129,0,16,0,27,0,95,64,63,150,15,1,116,26,132,26,2,123,18,139,18,2,0,90,16,17,48,17,144,17,3,255,17,1, + 0,17,16,17,32,17,64,17,4,17,22,11,7,90,0,8,16,8,64,8,3,7,8,22,95,6,21,95,11,6,130,1,56,7,9,3,7,18,0,63,63,18,57,57,47,47,16,237,16,237,1,47,94,93,237,50,50,47,76,33,6,32,93,126,222, + 6,37,33,17,35,17,51,21,127,224,5,33,38,35,69,19,5,43,4,234,59,121,182,123,254,98,191,191,1,146,24,105,61,10,58,82,121,79,38,2,223,88,159,120,71,254,215,5,129,252,60,111,156,99,134, + 149,253,192,44,79,107,0,130,0,8,164,1,0,142,255,236,4,143,5,204,0,67,0,214,64,150,149,51,1,133,63,149,63,2,133,47,149,47,2,133,46,149,46,2,118,65,1,118,56,1,83,26,131,26,147,26,3,92, + 39,108,39,124,39,3,107,22,1,58,22,1,145,52,1,21,52,37,52,2,22,66,38,66,118,66,3,26,3,42,3,2,61,72,24,54,72,31,32,24,1,31,31,1,9,24,31,31,24,9,3,43,0,72,64,48,17,160,17,2,160,17,176, + 17,2,17,69,128,42,70,0,43,16,43,48,43,3,8,43,112,69,1,63,69,79,69,2,212,31,1,197,31,1,182,31,1,219,17,1,202,17,1,185,17,1,31,17,5,36,80,49,0,43,21,14,80,5,22,72,177,5,34,18,57,57,67, + 1,5,37,1,93,93,47,94,93,122,214,5,34,26,237,18,85,184,5,32,93,93,16,5,32,0,67,43,6,24,131,212,16,36,38,47,1,30,3,81,207,5,35,4,53,52,62,130,3,41,46,2,35,34,14,2,21,17,35,17,77,108, + 6,8,148,21,20,14,4,21,20,30,4,4,143,41,87,136,94,80,148,55,2,25,67,74,78,37,92,98,54,81,95,81,54,33,49,58,49,33,33,63,90,57,68,107,73,39,180,63,120,174,110,102,155,105,53,33,51,58, + 51,33,55,82,95,82,55,1,39,66,115,85,49,25,24,164,14,25,19,11,86,79,56,77,62,57,73,98,73,51,73,58,48,52,63,43,37,62,45,26,35,77,122,88,252,3,4,3,118,173,112,54,46,80,109,62,61,90,69, + 53,47,48,28,38,59,57,64,85,114,0,0,0,255,255,0,87,255,236,4,115,5,228,18,38,0,68,0,0,17,7,0,67,0,188,130,24,46,21,180,2,66,17,38,2,184,255,149,180,67,70,3,36,67,59,10,143,47,34,116, + 1,84,130,47,34,19,64,11,132,48,34,11,66,69,137,45,138,95,32,211,135,95,35,1,75,0,218,133,95,32,67,132,95,35,192,180,72,66,146,95,32,189,136,47,34,82,0,245,139,143,35,224,180,75,89, + 146,47,32,123,136,191,34,105,0,235,130,47,34,25,182,3,131,143,32,3,130,193,35,202,180,70,68,133,49,67,107,8,132,195,33,6,115,136,99,34,80,1,8,134,51,34,71,17,38,131,51,34,200,180,76, + 134,149,133,51,8,186,0,3,0,66,255,236,6,194,4,78,0,62,0,79,0,88,0,251,64,96,134,54,1,122,36,1,123,58,1,117,8,133,8,2,101,68,117,68,133,68,3,124,86,1,106,86,1,126,81,1,106,81,1,101, + 4,117,4,2,41,47,1,41,44,1,24,40,9,13,72,10,28,26,28,2,17,53,88,1,70,33,31,79,79,79,95,79,127,79,4,79,79,80,25,9,73,10,10,61,71,64,31,80,47,80,63,80,3,144,80,1,80,90,128,44,71,45,184, + 255,192,64,19,21,28,72,45,45,71,71,25,64,12,15,72,25,62,80,80,80,6,53,184,255,184,64,43,17,73,53,83,80,56,16,63,81,33,33,74,50,143,44,1,43,44,1,44,44,39,80,50,16,17,74,80,22,22,6,80, + 15,239,9,1,128,9,1,9,9,15,127,143,5,47,93,16,237,63,237,50,63,237,51,47,93,93,17,18,57,47,131,13,32,43,131,7,34,1,47,43,127,149,14,131,30,40,93,51,237,50,57,57,49,48,93,85,164,5,33, + 0,93,130,0,77,190,5,130,10,37,1,21,30,3,51,50,77,185,5,35,32,3,14,3,80,59,5,32,4,91,72,7,24,84,175,8,32,23,106,206,5,39,29,1,37,7,14,5,21,20,81,174,5,32,37,70,28,5,8,90,7,3,200,1,34, + 70,109,78,117,141,25,158,17,61,102,153,108,254,191,102,29,74,102,137,93,167,169,38,67,91,107,117,60,240,26,57,88,61,54,88,64,39,7,188,10,58,105,159,112,128,172,49,63,177,106,136,183, + 111,47,252,80,195,40,81,76,66,49,28,100,93,90,129,83,40,2,246,15,144,135,45,96,81,54,4,1,247,17,82,136,98,55,24,80,168,7,47,1,51,93,71,42,172,150,71,108,78,51,32,13,1,4,59,24,84,222, + 12,8,63,70,69,74,65,88,155,210,122,24,31,4,1,6,18,31,51,73,51,87,97,63,98,116,53,196,171,157,29,74,127,98,255,255,0,87,254,78,3,202,4,78,18,38,0,70,0,0,17,7,0,120,1,12,0,0,0,11,182, + 1,40,48,40,19,9,76,47,9,38,87,255,236,4,24,5,228,130,39,32,72,132,39,34,67,0,221,66,175,5,43,38,17,38,2,184,255,228,180,39,42,17,27,67,63,14,139,47,34,116,1,112,67,63,6,131,48,34,84, + 38,41,137,45,67,63,8,34,24,5,211,135,95,35,1,75,0,245,134,47,32,39,130,96,34,8,44,38,148,47,32,123,136,143,34,105,0,248,130,47,36,23,64,13,3,2,130,96,36,3,2,4,42,40,133,49,78,51,10, + 36,10,0,0,1,178,132,195,32,241,130,195,47,6,0,67,160,0,0,21,180,1,4,17,38,1,184,255,194,76,47,17,36,135,0,0,2,47,138,47,33,116,63,74,197,5,131,48,32,63,76,47,14,32,211,130,43,32,105, + 132,191,132,91,33,1,75,130,16,36,19,64,11,1,5,130,92,32,2,76,47,14,37,8,0,0,2,53,5,131,187,132,43,34,0,105,219,76,47,7,130,234,33,1,2,76,47,16,8,177,86,255,236,4,39,5,234,0,39,0,57, + 0,190,64,94,100,51,1,100,56,1,107,42,1,107,48,1,10,14,26,14,2,37,17,53,17,69,17,3,6,8,22,8,2,23,26,29,3,50,15,28,31,28,2,28,28,50,35,71,40,64,19,16,13,3,40,17,64,14,19,72,22,5,17,17, + 5,144,40,1,144,40,160,40,2,40,59,128,50,71,31,5,1,5,26,19,29,16,4,17,27,27,22,45,80,13,80,10,1,10,184,255,192,64,28,7,10,72,82,17,1,36,17,52,17,68,17,3,2,17,18,17,2,10,17,10,17,22, + 0,53,80,0,22,0,63,237,63,57,57,47,47,93,93,93,43,93,51,237,17,51,47,18,23,57,1,47,93,237,26,16,204,93,113,17,57,47,18,57,43,130,17,34,26,16,237,130,11,32,93,130,9,34,49,48,0,99,70, + 8,32,5,85,207,7,40,50,22,23,46,1,39,5,53,55,130,5,47,51,30,1,23,37,15,1,30,3,29,1,20,14,2,19,52,70,62,6,67,74,5,8,122,2,54,125,181,118,56,52,116,186,133,71,117,43,43,115,76,254,211, + 218,56,120,66,209,45,83,42,1,50,1,211,81,129,88,47,57,120,188,176,33,71,113,80,81,115,73,33,144,145,81,118,75,36,20,73,132,185,111,107,182,134,75,32,27,86,176,69,133,114,94,45,78,35, + 20,51,31,132,112,92,74,176,200,223,121,6,122,196,138,74,1,245,94,137,90,44,45,92,137,91,190,178,44,90,139,0,255,255,0,140,0,0,3,242,5,189,18,38,0,81,4,0,17,7,1,69,147,5,43,19,64,11, + 1,38,17,38,1,5,47,61,19,70,33,8,32,0,131,47,38,86,255,236,4,29,5,228,130,47,32,82,67,19,6,39,223,0,0,0,21,180,2,35,67,19,6,34,36,39,8,76,183,11,143,47,34,116,1,103,130,47,130,95,132, + 48,34,73,35,38,137,45,138,95,32,211,135,95,35,1,75,0,240,134,47,32,36,130,96,34,1,41,35,148,47,131,191,132,143,130,191,32,247,138,95,34,13,44,58,148,47,32,123,136,191,34,105,0,250, + 67,67,7,130,193,36,3,2,4,39,37,133,49,67,67,7,41,0,3,0,65,0,223,4,36,4,117,130,9,8,61,7,0,11,0,75,64,48,3,11,171,0,8,8,4,128,6,160,6,2,95,6,1,32,6,1,6,63,4,95,4,111,4,3,4,9,174,64, + 8,144,8,2,8,4,173,5,0,174,79,1,159,1,2,1,5,179,0,63,222,93,237,16,253,130,4,44,1,47,93,47,93,93,93,18,57,47,51,237,50,99,135,5,62,1,53,33,21,1,53,51,21,1,222,168,253,187,3,227,253, + 186,168,3,190,183,183,254,162,146,146,254,127,183,183,0,130,117,8,77,44,255,218,4,180,4,92,0,22,0,34,0,45,0,161,64,93,117,33,133,33,2,117,27,133,27,2,122,38,138,38,2,122,44,138,44, + 2,150,16,1,66,16,1,77,5,1,68,21,1,75,10,1,27,38,35,0,71,64,15,23,207,23,2,159,23,175,23,255,23,3,23,47,128,35,71,0,12,1,105,195,5,8,46,64,12,240,12,5,7,12,144,47,160,47,240,47,3,224, + 47,1,223,47,1,0,47,32,47,2,47,184,255,192,64,16,13,21,72,37,26,30,41,80,18,14,16,30,80,7,3,22,76,88,10,32,43,130,191,36,113,47,94,93,113,73,50,8,35,57,57,49,48,91,237,7,131,7,34,1, + 16,2,76,78,6,44,46,1,53,16,33,50,22,23,55,51,7,30,1,76,75,12,32,23,76,74,6,8,103,4,88,250,238,97,156,60,100,167,184,41,42,1,229,103,156,57,91,167,173,42,39,189,12,11,254,29,38,105, + 62,69,112,78,42,253,179,24,1,226,37,104,66,69,111,78,41,2,30,254,228,254,234,48,50,116,214,68,182,116,2,48,46,45,105,201,69,185,119,68,109,44,253,206,49,39,39,98,166,126,130,85,2,49, + 45,36,41,99,164,0,255,255,0,139,255,236,3,241,5,228,18,38,0,88,6,72,255,5,50,236,0,0,0,21,180,1,38,17,38,1,184,255,236,180,39,42,36,19,69,191,10,143,47,34,116,1,87,66,75,5,132,48,34, + 53,38,41,137,45,32,0,137,95,32,211,135,95,35,1,75,0,239,130,47,130,95,32,39,132,95,35,252,180,44,38,146,95,32,123,136,143,34,105,0,237,130,47,34,25,182,2,131,95,32,2,130,145,35,243, + 180,42,40,133,49,72,207,8,36,5,254,87,3,252,132,195,40,92,0,0,16,7,0,116,1,27,130,51,8,90,2,0,138,254,87,4,29,5,204,0,34,0,54,0,109,64,76,102,52,118,52,2,105,38,121,38,2,73,25,89,25, + 2,70,10,86,10,2,25,21,41,21,137,21,153,21,4,22,15,38,15,134,15,150,15,4,18,71,64,160,35,1,35,56,128,45,7,33,70,0,34,16,34,48,34,240,34,4,8,34,33,27,26,50,80,23,22,7,40,80,13,16,130, + 93,35,63,63,237,50,131,2,76,45,6,35,26,16,220,93,24,89,121,10,32,19,24,91,107,8,33,3,51,24,156,93,8,40,38,39,35,30,3,21,17,35,1,68,200,8,40,30,2,51,50,62,2,138,180,1,130,0,33,6,25, + 24,74,253,7,24,75,29,12,33,2,214,24,75,11,15,49,5,204,254,89,30,55,21,25,22,52,73,47,21,80,145,205,125,123,24,75,26,11,33,3,199,24,75,8,14,33,255,255,124,35,5,36,5,123,18,38,0,65,31, + 5,35,105,0,187,0,85,191,9,32,161,85,43,8,37,77,1,104,1,78,0,85,239,7,33,2,22,85,191,15,38,87,255,236,4,115,5,83,74,55,8,34,77,0,233,74,155,11,34,202,180,67,74,203,13,38,4,0,0,5,82, + 6,243,135,95,35,2,162,1,121,85,239,10,34,3,26,34,85,239,14,133,95,32,230,136,95,34,78,1,7,139,95,35,204,180,71,83,74,251,12,38,4,254,96,5,99,5,129,136,191,51,81,3,181,0,11,0,13,185, + 0,2,255,207,180,33,33,7,7,37,43,53,131,231,38,87,254,85,4,115,4,78,136,87,34,81,2,197,130,87,132,39,37,194,180,78,78,36,36,134,39,38,104,255,236,5,121,6,240,130,39,40,38,0,0,17,7,2, + 156,2,83,133,175,39,1,40,5,38,1,126,40,43,85,40,6,85,43,7,130,175,35,3,202,5,228,73,35,8,69,183,8,39,1,40,17,38,1,114,40,43,73,40,6,135,47,133,95,32,254,136,95,34,157,1,204,134,95, + 32,41,130,95,34,38,46,40,148,95,32,211,135,95,34,1,75,0,79,19,7,32,41,130,95,33,10,46,73,136,7,141,95,32,241,135,95,41,1,79,2,34,1,37,0,19,64,11,132,191,34,39,40,42,148,95,32,204,136, + 95,34,79,1,44,130,143,37,11,182,1,17,40,42,134,186,36,0,0,255,255,0,143,183,32,158,136,183,32,40,131,183,33,42,48,148,87,137,183,34,76,0,214,130,87,132,135,130,183,34,16,42,48,65,23, + 14,38,168,0,0,5,101,6,254,130,135,40,39,0,0,17,7,2,158,1,102,65,247,5,42,26,5,38,2,184,255,171,180,28,34,6,71,47,15,38,255,5,204,16,38,0,71,132,47,48,153,3,186,0,75,0,18,64,10,2,61, + 0,2,83,61,61,19,68,176,5,33,63,53,130,187,32,14,131,91,37,5,129,18,6,0,144,130,83,57,2,0,86,255,236,4,109,5,204,0,39,0,59,0,146,64,86,85,42,101,42,2,90,58,106,58,24,93,155,28,8,68, + 25,27,70,64,20,6,0,21,50,3,18,61,128,40,71,31,6,1,6,63,61,1,143,61,1,33,21,27,19,81,24,15,20,1,239,20,255,20,2,20,20,8,22,0,11,55,80,8,184,255,192,64,10,9,13,72,8,16,0,45,80,3,22,0, + 63,237,50,63,43,130,3,37,18,57,47,93,113,51,130,8,46,1,93,114,47,93,237,26,16,220,23,50,17,57,26,237,115,223,8,24,93,178,17,130,99,43,53,33,53,51,21,51,21,35,17,20,30,2,24,93,186,35, + 39,254,212,1,44,180,132,132,1,24,93,192,41,39,141,131,147,147,131,252,41,39,24,93,195,27,85,191,5,35,4,254,6,161,87,139,7,38,1,77,1,122,1,78,0,88,27,8,34,237,180,13,87,187,13,76,27, + 5,32,83,75,139,7,33,1,77,75,187,8,37,38,17,38,2,3,39,75,187,15,38,168,0,0,4,254,6,243,135,95,37,2,162,1,137,0,0,137,95,35,235,180,17,25,88,27,12,133,95,32,230,136,95,34,78,1,16,76, + 75,10,34,2,43,55,76,27,14,133,95,32,241,136,191,36,79,1,201,1,37,137,95,34,236,180,12,88,73,6,91,15,6,133,95,32,204,136,95,34,79,1,68,130,95,36,12,182,2,2,38,76,68,6,130,14,41,255, + 255,0,168,254,85,4,254,5,129,136,87,34,81,3,80,68,95,5,39,1,255,194,180,24,24,11,11,68,135,10,34,24,4,78,136,79,34,81,1,125,133,39,39,2,254,242,180,50,50,9,9,134,39,89,35,15,34,158, + 1,111,65,7,11,35,231,180,14,20,65,7,18,77,35,9,34,76,0,234,132,47,32,2,77,131,5,35,254,180,40,46,77,131,12,38,103,255,236,5,160,6,254,130,135,38,42,0,0,17,7,2,157,91,231,7,41,1,47, + 5,38,1,34,52,46,0,35,83,107,9,130,223,37,86,254,87,3,239,5,131,95,32,74,131,47,35,1,75,0,216,65,103,6,40,71,17,38,2,0,76,70,26,41,140,47,133,95,32,243,136,95,34,162,1,246,133,47,33, + 1,46,130,95,34,39,51,59,148,95,32,230,130,47,133,95,34,78,0,249,133,47,33,2,70,131,95,33,75,87,148,95,32,241,135,95,35,1,79,2,53,68,231,6,132,95,33,46,48,148,95,32,204,136,95,34,79, + 1,45,130,95,37,11,182,2,0,70,72,134,90,43,0,0,255,255,0,103,254,78,5,160,5,150,136,183,34,147,2,78,132,39,34,1,46,50,65,18,7,132,39,41,86,254,87,3,239,6,32,16,38,0,132,175,35,2,154, + 1,56,65,111,5,32,79,130,174,37,184,255,252,180,70,74,137,177,67,55,5,40,5,32,6,254,18,38,0,43,0,65,111,5,32,153,133,223,41,1,13,5,38,1,0,18,12,4,10,65,63,12,38,142,0,0,3,238,7,62,130, + 47,32,75,133,47,50,0,242,0,64,0,21,180,1,35,2,38,1,184,255,255,180,40,34,25,137,49,90,55,5,8,49,185,5,129,0,19,0,23,0,166,64,72,23,11,3,90,8,7,4,4,20,4,2,7,4,16,15,19,90,20,12,59,0, + 1,4,0,1,56,164,0,1,155,0,1,68,0,1,244,0,1,235,131,8,8,107,148,0,2,224,0,1,2,0,0,48,0,112,0,208,0,4,7,0,32,25,1,160,25,176,25,192,25,3,25,184,255,192,64,36,14,17,72,47,25,1,22,18,6, + 95,15,11,80,7,96,7,2,7,2,95,64,23,1,160,23,208,23,2,23,23,13,9,3,4,0,18,0,63,50,63,51,57,47,93,113,237,220,93,50,50,237,50,50,1,93,43,93,113,47,94,93,95,93,113,113,113,114,114,114, + 94,93,93,51,51,130,23,130,18,132,7,43,49,48,33,17,33,17,35,17,35,53,51,53,111,100,5,63,51,21,35,17,3,53,33,21,4,102,253,1,191,154,154,191,2,255,186,153,153,186,253,1,2,141,253,115, + 4,1,154,230,130,0,8,33,154,251,255,3,45,212,212,0,1,0,10,0,0,3,238,5,204,0,41,0,150,185,0,7,255,232,64,66,9,13,72,0,7,16,130,156,33,33,24,24,94,227,11,43,43,128,32,36,24,70,29,28,192, + 25,1,0,24,94,203,11,50,176,43,192,43,208,43,3,176,43,240,43,2,255,43,1,112,43,1,43,131,236,51,19,19,23,72,35,27,81,32,28,28,5,30,0,25,11,21,0,18,80,5,130,23,32,180,130,93,37,5,15,0, + 63,43,237,130,230,35,63,18,57,47,130,202,37,1,43,93,93,113,114,117,199,5,130,216,47,26,16,220,93,113,26,237,18,57,49,48,0,94,93,43,1,24,95,4,20,134,237,35,21,33,21,20,24,95,12,23,44, + 132,132,180,1,44,254,212,2,3,2,1,3,89,24,95,18,8,35,87,2,134,69,24,95,18,7,57,170,4,182,131,147,147,131,148,33,66,56,39,7,255,255,255,184,0,0,2,133,7,6,18,38,0,92,99,5,33,160,207,80, + 139,6,37,5,38,1,2,13,27,92,187,12,132,43,33,5,189,130,43,38,241,0,0,17,6,1,82,135,43,32,17,144,43,33,0,12,130,87,34,49,6,161,134,87,38,7,1,77,255,217,1,78,93,21,8,33,2,5,92,233,10, + 35,0,0,255,255,133,47,33,5,83,136,91,33,77,217,134,135,131,91,139,45,93,67,6,34,108,6,243,136,179,33,162,234,138,179,33,9,17,140,179,32,210,130,135,34,108,5,230,136,87,33,78,245,137, + 87,34,3,9,21,93,111,12,38,92,254,85,1,186,5,129,135,87,47,1,81,12,0,0,10,182,1,0,16,16,3,3,37,43,53,132,167,32,31,130,35,34,125,5,204,130,35,53,76,0,0,17,6,1,81,207,0,0,15,64,10,23, + 22,1,2,0,20,20,7,7,130,39,32,93,131,207,38,189,0,0,1,124,6,241,136,255,34,79,0,39,68,99,6,38,4,5,38,1,0,4,6,137,121,32,0,130,42,33,0,194,130,4,8,63,118,4,58,0,3,1,137,64,24,3,70,4, + 0,36,0,2,9,0,0,4,5,52,5,1,0,5,16,5,32,5,3,229,5,184,255,192,64,55,225,228,72,240,5,1,228,5,1,176,5,192,5,208,5,3,132,5,148,5,164,5,3,64,5,1,137,42,49,212,5,228,5,244,5,3,144,5,1,116, + 5,132,5,2,96,5,1,132,59,49,22,193,196,72,224,5,1,196,5,212,5,2,176,5,1,20,5,36,130,94,32,3,131,26,39,183,182,185,72,0,5,1,175,131,11,35,179,171,174,72,131,7,36,182,161,167,72,128,134, + 57,41,38,150,156,72,208,5,1,100,5,116,130,107,35,180,5,196,5,130,144,37,1,4,5,20,5,2,131,4,131,16,35,244,5,5,117,132,61,33,121,124,132,61,34,179,110,113,132,7,35,64,24,99,102,131,116, + 131,35,36,212,5,3,48,5,132,54,33,36,5,133,118,38,67,70,72,11,5,1,62,132,157,40,9,56,59,72,203,5,219,5,2,132,13,40,42,45,48,72,27,5,43,5,2,131,173,39,228,5,3,107,5,123,5,2,130,228,33, + 2,16,130,122,42,48,5,3,191,5,207,5,2,32,5,64,134,46,63,13,13,16,72,15,5,31,5,2,7,1,15,0,21,0,63,63,1,94,93,43,93,93,113,95,113,113,113,114,43,114,43,130,13,130,9,34,113,43,43,130,9, + 132,8,32,114,131,9,130,33,34,93,93,43,125,233,7,33,114,114,131,39,24,65,245,9,8,34,51,17,51,17,194,180,4,58,251,198,0,0,0,255,255,0,170,255,236,5,73,5,129,16,38,0,44,237,0,16,7,0,45, + 1,225,132,23,38,137,254,87,3,3,5,204,130,23,39,76,0,0,17,7,0,77,1,131,48,59,30,64,18,3,2,111,8,1,48,8,1,16,8,1,8,1,0,16,0,1,0,17,93,53,53,17,93,93,130,5,45,255,255,0,32,255,236,3,205, + 6,254,18,38,0,45,69,167,5,33,1,55,130,104,44,19,64,11,1,23,5,38,1,190,28,22,3,16,69,215,9,8,63,0,2,255,153,254,87,2,47,5,211,0,19,0,29,1,148,64,25,150,29,166,29,2,152,28,168,28,2,3, + 18,24,12,16,72,18,40,8,11,72,164,21,1,21,184,255,192,64,49,11,15,72,21,251,26,1,59,26,1,26,64,12,15,72,36,130,7,61,15,70,12,3,3,4,12,20,12,36,12,68,12,4,7,12,12,31,30,144,31,1,2,0, + 31,16,31,2,219,31,131,53,40,9,223,227,72,31,64,210,213,72,132,13,8,50,51,205,209,72,143,31,1,64,31,80,31,2,95,31,111,31,239,31,255,31,4,32,31,48,31,64,31,3,144,31,160,31,224,31,240, + 31,4,79,31,1,0,31,1,160,175,31,191,31,207,31,3,132,55,58,57,147,150,72,239,31,1,176,31,192,31,208,31,3,95,31,1,32,31,1,31,31,47,31,63,31,143,132,37,32,6,130,48,32,111,130,32,38,208, + 31,1,63,31,1,111,130,21,34,159,31,175,130,91,32,5,132,61,38,101,79,82,72,223,31,1,131,96,34,176,31,3,131,53,34,79,31,3,130,49,52,61,31,64,53,56,72,112,31,128,31,144,31,176,31,4,15, + 31,31,31,2,255,130,88,35,64,35,38,72,130,198,130,135,130,13,131,30,131,117,8,45,224,31,5,31,31,1,24,142,64,28,148,26,128,22,22,15,26,47,26,63,26,127,26,239,26,5,26,13,15,7,80,0,27, + 0,63,237,63,47,93,51,47,26,16,253,26,237,24,98,119,27,24,75,208,7,39,114,114,43,43,43,94,93,95,66,30,6,53,51,47,16,237,47,93,43,93,113,204,43,93,49,48,0,43,43,1,95,93,93,19,24,98,124, + 12,46,17,20,14,2,1,21,35,39,35,7,35,53,19,51,77,24,98,133,10,46,21,54,93,1,154,105,219,2,232,104,234,204,254,87,4,24,98,137,9,8,54,251,64,62,106,78,45,6,110,20,169,169,20,1,14,0,255, + 255,0,168,254,78,5,63,5,129,18,38,0,46,0,0,17,7,2,147,1,221,0,0,0,14,185,0,1,255,205,180,16,12,4,11,37,1,43,53,130,39,38,138,254,78,4,3,5,204,130,39,32,78,134,39,130,7,133,39,32,235, + 136,39,8,64,0,1,0,138,0,0,4,3,4,58,0,11,0,166,64,72,123,1,1,116,7,1,86,9,102,9,2,123,0,139,0,155,0,3,89,0,105,0,2,67,10,1,58,2,1,42,9,1,155,8,1,122,8,138,8,2,44,8,1,1,10,8,10,9,16, + 123,70,6,54,9,9,0,11,16,80,11,1,144,11,208,11,240,11,3,11,184,255,192,64,40,7,11,24,98,219,15,62,128,13,192,13,224,13,3,63,13,1,2,1,7,10,4,8,8,5,15,4,0,21,0,63,50,63,51,17,23,57,1, + 92,19,5,44,50,47,43,93,113,56,51,57,47,93,56,57,51,24,98,142,7,92,19,6,131,6,35,33,1,7,17,24,140,55,7,32,3,24,98,146,14,38,108,254,126,4,58,253,243,24,98,146,8,73,43,5,8,33,4,47,6, + 240,18,38,0,47,0,0,17,7,2,156,0,173,0,0,0,21,180,1,6,5,38,1,184,255,94,180,6,9,0,4,67,85,7,130,47,38,91,0,0,2,3,7,62,130,47,32,79,130,47,36,6,2,156,19,78,70,165,5,35,2,38,1,75,87,139, + 13,39,0,168,254,78,4,47,5,129,136,91,34,147,1,133,130,91,40,14,185,0,1,255,253,180,10,6,133,87,130,83,38,126,254,78,1,71,5,204,136,83,33,147,255,65,177,6,34,255,180,8,70,247,7,32,0, + 135,171,138,79,34,153,2,21,130,79,39,18,64,10,1,15,3,1,138,135,80,34,0,63,53,130,43,32,138,130,167,38,105,5,204,16,38,0,79,130,167,51,7,2,153,1,36,0,75,0,65,64,16,16,64,29,29,72,16, + 64,22,22,130,4,41,18,18,72,16,184,255,192,179,17,17,132,7,35,64,12,16,16,130,21,41,11,11,72,1,13,0,1,184,1,32,137,126,33,63,53,97,168,7,145,135,44,1,79,1,213,253,143,0,11,182,1,95, + 6,8,133,212,130,150,134,131,32,146,137,131,130,39,32,66,130,39,32,14,130,255,34,1,84,180,70,209,8,8,44,1,0,20,0,0,4,47,5,129,0,13,0,119,64,49,121,0,137,0,2,100,8,116,8,132,8,3,86,8, + 1,134,8,1,86,7,1,134,7,1,12,2,90,9,5,16,106,129,5,52,64,3,96,3,128,3,208,3,240,3,7,3,12,184,255,224,179,19,22,72,9,130,7,33,64,24,130,8,8,38,6,1,9,12,4,16,7,1,7,0,13,1,13,13,5,10,3, + 2,95,5,18,0,63,237,63,18,57,47,93,205,93,23,57,43,43,1,47,93,113,85,236,5,8,78,113,114,113,114,0,93,93,1,5,17,33,21,33,17,7,53,55,17,51,17,37,2,104,254,255,2,200,252,121,148,148,191, + 1,1,3,29,149,254,20,156,2,26,85,158,85,2,201,253,165,148,0,1,0,16,0,0,1,186,5,204,0,11,0,102,64,42,39,3,1,39,2,1,8,7,11,70,4,2,0,130,26,57,32,0,64,0,4,7,0,0,12,13,255,13,1,112,13,128, + 13,192,13,208,13,4,31,13,1,4,131,160,37,23,18,22,72,10,32,130,4,49,1,10,4,7,4,2,79,8,1,8,8,5,0,0,21,0,63,63,131,157,132,156,33,93,93,68,51,7,40,51,237,50,50,49,48,113,113,51,134,153, + 55,55,21,7,17,138,122,122,180,124,124,2,30,68,158,68,3,16,253,88,72,159,71,253,122,75,243,8,32,240,100,235,8,34,156,2,17,100,235,10,34,73,20,23,100,235,14,88,99,5,32,228,88,99,7,35, + 0,116,1,132,85,87,10,34,97,38,41,88,99,14,38,168,254,78,5,32,5,129,136,95,34,147,1,252,66,203,7,35,252,180,24,20,133,93,130,135,38,140,254,78,3,242,4,78,135,87,35,2,147,1,91,130,39, + 37,11,182,1,0,42,38,134,82,32,0,66,203,6,76,163,6,33,49,0,81,131,5,32,147,130,39,44,21,180,1,20,5,38,1,184,255,250,180,22,28,137,177,32,255,89,19,7,32,211,89,19,8,34,76,0,242,86,55, + 11,35,254,180,40,46,137,177,53,255,255,255,254,0,0,4,80,5,129,16,38,0,81,98,0,16,7,2,10,255,127,130,47,8,43,1,0,165,255,236,5,52,5,149,0,55,0,162,64,16,154,53,1,149,7,165,7,2,131,41, + 147,41,163,41,3,48,184,255,232,179,12,15,72,47,184,255,216,64,91,130,8,8,46,42,54,58,54,154,54,170,54,4,6,143,5,159,5,175,5,3,5,5,51,39,26,90,0,27,16,27,64,27,3,27,51,90,0,14,64,14, + 80,14,112,14,160,14,176,14,6,48,130,10,8,74,144,14,240,14,4,224,14,1,143,14,159,14,175,14,3,0,14,48,14,2,7,14,39,20,95,45,4,33,3,26,18,9,95,0,6,6,0,19,0,63,50,47,16,237,63,63,63,237, + 50,1,47,94,93,93,93,113,114,237,47,93,237,50,17,57,47,93,51,49,48,0,93,43,1,43,0,130,22,32,5,125,195,5,37,1,51,50,62,2,53,24,99,231,24,63,30,2,21,17,20,14,2,3,173,56,96,79,63,24,127, + 37,100,59,64,78,41,13,39,81,127,87,94,163,121,70,191,1,130,0,8,68,184,1,3,2,1,4,34,103,130,153,86,124,177,112,53,30,86,152,20,24,40,54,30,115,45,65,58,107,153,95,1,66,108,154,98,46, + 62,105,139,77,252,133,4,68,37,92,90,76,22,22,63,69,69,28,61,101,70,39,64,133,204,139,254,165,130,208,146,78,0,130,0,8,107,1,0,140,254,87,3,242,4,78,0,53,0,135,64,18,121,52,137,52,2, + 90,52,106,52,2,43,52,59,52,75,52,3,46,184,255,232,64,74,9,12,72,3,46,19,46,2,3,3,24,49,70,64,160,12,1,96,12,208,12,2,31,12,1,175,12,1,12,55,128,37,24,70,160,25,176,25,2,0,25,192,25, + 208,25,3,0,25,16,25,32,25,64,25,224,25,240,25,6,7,25,37,18,80,43,16,31,15,24,21,71,117,7,65,37,7,47,113,114,237,50,26,16,220,93,113,113,114,26,237,17,57,47,95,46,6,33,93,1,71,68,11, + 86,234,7,33,17,35,24,95,250,13,65,35,7,32,1,71,85,9,32,23,24,100,9,26,34,22,54,93,71,103,10,36,3,25,79,106,65,24,101,2,22,43,44,92,145,100,252,169,62,106,78,45,0,0,103,227,9,32,161, + 103,131,7,35,1,77,1,214,76,199,5,38,2,40,5,38,2,0,41,103,227,15,91,139,5,32,83,91,91,8,34,77,0,244,67,135,5,34,2,35,17,130,47,32,36,91,91,15,38,97,255,236,5,215,6,243,135,95,35,2,162, + 1,231,104,115,10,34,0,45,53,104,17,9,132,143,133,95,32,230,136,95,82,179,9,132,95,33,40,52,91,139,14,133,95,32,241,136,95,34,161,1,226,91,139,7,130,192,36,3,2,93,40,49,104,65,12,92, + 127,7,32,34,92,127,9,35,1,83,1,9,91,191,12,34,103,35,44,91,191,14,8,138,2,0,97,255,246,7,166,5,140,0,30,0,49,0,170,64,119,137,13,1,102,13,1,105,12,1,86,48,1,89,42,1,84,8,132,8,2,4, + 47,20,47,84,47,3,11,43,27,43,91,43,3,0,20,24,28,90,34,0,26,32,26,48,26,3,26,22,26,22,29,15,34,47,34,79,34,3,63,34,95,34,127,34,159,34,207,34,239,34,6,34,64,31,38,72,34,16,29,32,29, + 2,29,45,91,32,10,1,15,10,31,10,2,10,127,51,1,27,95,24,24,21,29,95,30,18,22,95,21,3,40,95,15,4,31,95,5,19,0,63,237,133,1,54,17,57,47,237,1,93,47,93,93,237,47,93,47,43,93,113,18,57,57, + 47,47,93,16,97,150,5,33,0,93,131,0,33,1,93,130,7,34,33,14,3,24,143,199,11,35,30,2,23,33,109,53,8,41,37,50,54,55,17,46,2,34,35,34,126,149,5,8,66,3,231,20,51,57,57,25,169,254,253,175, + 89,94,178,1,2,164,26,58,57,52,19,3,146,252,221,2,231,253,25,3,76,251,111,32,76,26,11,32,37,37,15,125,187,125,63,64,126,186,3,3,3,1,106,191,1,9,159,165,1,7,183,98,2,3,4,2,109,92,6,8, + 165,145,2,2,4,87,1,2,1,74,142,206,131,129,209,148,80,0,3,0,86,255,236,7,50,4,78,0,39,0,59,0,68,0,190,64,131,132,7,1,102,7,118,7,2,97,2,1,85,2,1,90,66,106,66,2,108,61,1,90,61,1,69,58, + 85,58,101,58,3,69,52,85,52,101,52,3,74,48,90,48,106,48,3,74,42,90,42,106,42,3,8,73,9,9,38,71,64,31,60,47,60,63,60,3,144,60,1,60,70,128,17,30,68,0,71,144,40,1,32,40,1,40,50,71,25,0, + 80,68,68,5,63,80,33,16,116,30,132,30,2,123,17,139,17,2,30,17,20,45,80,28,16,55,80,20,22,5,80,14,239,8,1,128,8,1,8,8,14,98,250,10,38,63,237,18,57,57,93,93,131,6,44,47,237,1,47,237,47, + 93,114,237,50,57,57,26,80,182,5,33,50,47,127,226,11,33,93,93,24,117,44,13,44,38,39,14,1,35,34,46,2,53,16,18,51,32,98,212,9,90,196,14,98,216,7,34,4,46,35,24,115,79,11,8,35,137,198,61, + 63,201,137,113,181,127,68,253,242,1,25,117,67,200,119,136,183,111,47,252,63,42,77,110,68,69,114,81,45,47,81,108,62,130,7,35,44,3,7,15,24,115,110,19,53,91,92,93,90,68,140,211,143,1, + 23,1,25,177,94,83,88,155,210,122,24,39,126,24,103,33,13,32,225,98,179,8,8,36,168,0,0,5,104,6,240,18,38,0,53,0,0,17,7,2,156,1,225,0,0,0,21,180,2,31,5,38,2,184,255,245,180,31,34,4,17, + 74,59,10,38,136,0,0,2,166,5,228,130,47,32,85,131,47,35,0,116,0,182,67,187,5,41,1,32,17,38,1,74,32,35,6,21,135,45,33,0,0,75,203,6,34,104,5,129,136,95,34,147,2,5,71,115,5,37,2,255,225, + 180,35,31,133,91,130,39,38,129,254,78,2,136,4,78,134,87,35,6,2,147,2,74,63,6,35,94,180,36,32,134,83,132,79,132,175,32,254,136,79,88,247,8,133,175,35,169,180,33,39,140,175,32,56,130, + 175,34,206,5,211,135,87,33,1,76,130,16,33,21,180,132,172,37,184,255,251,180,34,40,142,175,38,93,255,236,4,248,7,45,130,47,32,54,133,223,47,1,234,1,73,0,19,64,11,1,64,5,38,1,91,64,67, + 68,107,14,38,57,255,236,3,182,5,228,130,47,32,86,134,47,34,57,0,0,132,47,38,56,17,38,1,93,56,59,68,203,14,133,95,32,26,135,95,37,1,75,1,114,1,71,132,47,32,65,130,95,34,18,70,64,148, + 95,131,191,132,95,35,1,75,0,172,134,95,32,57,130,95,34,0,62,56,143,95,37,254,78,4,248,5,150,136,191,34,120,1,166,130,47,36,11,182,1,40,72,135,90,43,0,0,255,255,0,57,254,78,3,182,4, + 75,136,183,34,120,0,218,133,39,33,15,64,135,82,132,39,132,175,33,6,254,135,79,35,2,158,1,115,134,127,32,64,130,175,34,19,66,72,158,175,34,76,0,173,65,15,10,34,0,58,64,142,175,32,46, + 130,175,46,180,5,129,16,39,0,120,1,67,0,0,19,6,0,55,130,47,42,14,185,0,1,255,254,180,12,8,4,6,77,235,6,63,31,254,78,2,42,5,44,16,38,0,120,49,0,17,6,0,87,0,0,2,233,64,255,35,64,232, + 232,72,35,64,231,231,130,4,33,228,228,130,4,33,227,227,130,4,33,226,226,130,4,33,221,221,130,4,33,217,217,130,4,33,216,216,130,4,33,215,215,130,4,33,214,214,130,4,33,213,213,130,4, + 33,210,210,130,4,33,206,206,130,4,33,205,205,130,4,33,203,203,130,4,33,202,202,130,4,33,199,199,130,4,33,196,196,130,4,33,195,195,130,4,33,194,194,130,4,33,192,192,130,4,33,191,191, + 130,4,33,190,190,130,4,33,185,185,130,4,33,184,184,130,4,33,181,181,130,4,33,180,180,130,4,33,179,179,130,4,33,178,178,130,4,33,174,174,130,4,33,173,173,130,4,33,170,170,130,4,33,169, + 169,130,4,33,168,168,130,4,33,167,167,130,4,33,163,163,130,4,33,162,162,130,4,33,160,160,130,4,33,159,159,130,4,33,158,158,130,4,33,157,157,130,4,33,156,156,130,4,33,152,152,130,4, + 33,149,149,130,4,33,148,148,130,4,33,147,147,130,4,33,146,146,130,4,33,145,145,130,4,33,144,144,130,4,33,142,142,130,4,40,141,141,72,64,221,35,64,138,138,130,11,33,137,137,130,4,33, + 136,136,130,4,33,134,134,130,4,33,133,133,130,4,33,131,131,130,4,33,130,130,130,4,33,127,127,130,4,33,126,126,130,4,33,125,125,130,4,33,124,124,130,4,33,123,123,130,4,33,122,122,130, + 4,33,121,121,130,4,33,120,120,130,4,33,116,116,130,4,33,115,115,130,4,33,113,113,130,4,33,112,112,130,4,33,111,111,130,4,33,110,110,130,4,33,109,109,130,4,33,106,106,130,4,33,105,105, + 130,4,33,104,104,130,4,33,102,102,130,4,33,101,101,130,4,33,100,100,130,4,33,99,99,130,4,33,98,98,130,4,33,95,95,130,4,33,94,94,130,4,33,93,93,130,4,33,91,91,130,4,33,90,90,130,4,38, + 89,89,72,35,128,88,88,130,9,33,87,87,130,4,33,84,84,130,4,33,83,83,130,4,33,80,80,130,4,33,79,79,130,4,33,78,78,130,4,41,77,77,72,35,184,255,192,179,74,74,133,7,33,71,71,133,7,33,63, + 63,132,7,35,64,9,60,60,130,37,33,52,52,132,13,34,179,50,50,133,7,33,49,49,132,7,35,64,9,45,45,130,29,33,41,41,132,13,34,179,39,39,132,7,35,64,9,38,38,130,21,33,30,30,132,13,34,179, + 28,28,132,7,35,64,9,27,27,130,21,33,19,19,132,13,34,179,17,17,133,7,33,13,13,132,7,35,64,15,9,9,130,29,45,8,8,72,1,50,27,23,7,0,37,1,43,53,43,240,0,49,0,0,0,255,255,0,46,0,0,4,180, + 6,254,18,38,0,55,0,76,111,5,32,33,130,24,44,21,180,1,8,5,38,1,184,255,251,180,10,16,67,47,5,91,139,6,42,31,255,240,3,17,5,204,16,38,0,87,132,47,45,153,1,204,0,75,0,17,177,1,1,184,1, + 136,180,135,205,36,0,53,0,0,1,133,91,39,5,129,0,15,0,101,64,62,110,0,5,8,57,3,9,3,2,5,15,14,6,12,5,14,9,6,127,12,175,12,191,12,3,47,12,143,12,2,12,64,23,28,72,12,1,5,90,10,16,6,32, + 6,2,6,0,12,95,13,4,8,95,1,9,9,5,13,3,5,18,0,63,87,240,6,8,38,16,237,50,1,47,93,51,253,50,204,43,93,113,17,57,43,1,24,16,77,228,17,57,95,94,93,49,48,1,17,33,21,33,17,35,17,33,53,33, + 131,3,61,21,2,208,1,25,254,231,190,254,233,1,23,254,28,4,134,4,229,254,60,154,253,121,2,135,154,1,196,156,156,130,159,130,203,61,2,42,5,44,0,30,0,140,64,91,40,30,1,40,29,1,40,26,1, + 40,25,1,12,32,9,15,72,156,12,172,130,150,8,75,40,9,14,72,20,15,15,13,29,25,111,7,127,7,2,7,24,28,7,3,1,70,21,17,143,13,1,0,13,16,13,32,13,3,7,13,128,32,1,47,32,1,27,19,80,20,0,15,80, + 28,127,16,191,16,207,16,3,16,16,4,24,22,20,15,4,80,11,22,0,63,237,63,206,51,18,57,130,183,33,237,50,131,192,34,93,93,47,24,105,99,9,34,51,51,17,130,1,39,49,48,0,43,93,1,43,113,130, + 0,36,1,21,20,22,51,24,151,40,7,36,53,17,35,53,51,24,105,116,10,8,44,51,21,1,80,51,63,26,49,29,41,85,56,216,125,125,125,132,53,120,200,200,200,2,4,248,78,63,8,6,133,11,13,245,1,31,131, + 1,48,131,242,242,131,254,208,131,112,147,7,33,7,6,112,3,8,35,160,1,148,0,70,75,5,38,26,5,38,1,0,35,49,112,51,14,38,133,255,236,3,235,5,189,130,47,33,88,0,103,99,5,92,51,7,38,38,17, + 38,1,13,47,61,100,87,14,112,195,5,32,156,135,95,35,1,77,1,159,70,219,6,131,95,34,1,27,26,148,95,32,83,136,95,34,77,0,240,78,175,13,32,39,100,135,13,133,95,32,243,136,191,34,162,1,174, + 139,191,33,31,39,148,95,32,230,136,95,34,78,1,11,139,95,35,253,180,43,55,100,231,12,132,95,33,7,62,136,191,49,80,1,191,0,203,0,23,64,13,2,1,31,5,38,2,1,0,36,134,193,100,229,5,43,0, + 0,255,255,0,133,255,236,3,235,6,115,136,99,34,80,1,20,130,99,132,51,33,43,17,130,51,33,1,48,134,195,138,51,132,103,33,6,241,136,199,34,161,1,157,135,51,32,26,131,103,34,81,26,35,133, + 201,141,103,35,4,30,5,228,136,103,34,83,1,5,135,51,32,38,131,103,34,100,38,47,133,203,138,51,40,158,254,85,5,41,5,129,16,38,114,131,5,35,1,81,2,32,130,51,51,40,185,0,1,254,103,181, + 39,39,21,21,37,51,184,255,192,179,21,21,72,132,7,33,20,20,132,7,36,178,19,19,72,43,130,0,32,53,133,223,37,254,85,4,5,4,58,136,119,34,81,2,87,130,67,32,13,130,67,38,255,226,180,50,50, + 14,14,95,31,6,38,9,0,0,7,134,6,254,130,39,40,58,0,0,17,7,2,157,2,121,65,107,5,43,48,5,38,1,184,255,253,180,53,47,15,46,73,231,9,39,255,253,0,0,5,204,5,211,130,47,32,90,131,47,35,1, + 75,1,148,133,47,33,44,17,68,107,5,35,49,43,15,42,137,47,33,0,45,130,47,32,41,132,95,32,60,131,47,35,2,157,1,91,133,47,32,10,132,95,35,251,180,15,9,114,141,9,101,95,8,131,95,40,92,0, + 0,16,7,1,75,0,182,132,207,133,71,32,178,130,119,133,71,34,159,1,104,65,71,7,39,9,5,38,2,1,0,13,11,133,71,65,71,10,38,65,0,0,4,163,6,240,130,51,32,61,132,123,34,156,1,160,66,119,6,131, + 124,36,74,10,13,1,0,74,147,12,34,49,0,0,73,179,6,32,93,73,179,6,32,53,135,47,130,220,36,93,10,13,0,8,140,47,133,95,32,241,135,95,35,1,79,1,124,90,215,6,131,95,34,0,10,12,148,95,32, + 204,130,47,132,95,35,1,79,0,253,130,95,34,12,182,1,130,42,134,90,132,235,133,87,32,254,136,183,34,158,1,56,138,183,34,17,12,18,148,87,32,211,136,87,34,76,0,156,65,99,6,130,182,37,184, + 255,244,180,12,18,138,185,8,77,1,0,138,0,0,2,17,5,202,0,19,0,125,185,0,5,255,216,179,13,17,72,5,184,255,224,64,56,8,12,72,111,10,1,10,10,0,70,0,1,16,1,48,1,240,1,4,8,1,255,21,1,224, + 21,1,223,21,1,176,21,192,21,2,159,21,1,112,21,128,21,2,31,21,1,0,21,1,240,132,24,41,21,184,255,192,64,18,34,37,72,79,131,28,32,1,130,26,45,14,80,7,0,0,21,0,63,63,237,1,93,93,113,24, + 120,179,8,39,114,114,47,94,93,237,50,47,88,38,5,33,33,35,114,187,5,34,22,23,21,111,202,5,36,21,1,62,180,22,24,127,49,12,46,4,180,59,101,75,43,6,6,137,3,5,22,41,60,39,130,214,8,148, + 0,1,0,192,254,78,3,195,5,174,0,27,0,148,64,107,133,6,1,122,18,138,18,2,139,15,1,89,15,105,15,121,15,3,131,13,1,85,13,101,13,117,13,3,54,13,1,38,7,1,38,8,1,34,22,50,22,114,22,130,22, + 4,21,17,37,17,53,17,3,27,212,8,228,8,244,8,3,80,8,144,8,2,38,8,54,8,70,8,3,8,10,27,3,13,13,17,19,3,8,95,14,159,14,2,14,12,16,80,9,17,17,13,3,81,15,24,127,24,175,24,3,24,13,0,47,47, + 93,237,18,57,47,51,237,50,1,47,113,51,23,51,17,23,51,113,113,113,47,49,48,121,248,5,32,93,133,0,32,1,133,204,8,68,15,1,51,7,35,3,35,19,35,55,51,55,62,3,51,50,22,23,3,164,17,62,31,31, + 46,33,24,9,26,211,25,213,254,180,254,152,27,151,29,12,40,71,109,81,32,82,35,5,32,5,10,19,40,64,45,137,131,250,211,5,45,131,152,59,102,76,43,10,10,130,240,8,48,4,0,4,0,0,5,82,7,62,0, + 26,0,39,0,61,0,67,1,36,64,18,122,64,138,64,2,102,5,118,5,134,5,3,86,6,102,6,2,25,184,255,232,64,183,9,17,72,19,24,130,4,8,193,12,16,14,17,72,10,12,1,12,38,9,10,32,8,39,32,7,32,40,130, + 0,68,66,132,66,2,66,62,50,130,17,175,62,191,62,207,62,3,15,17,47,17,2,144,17,1,0,0,32,0,2,15,0,159,0,2,0,62,17,17,62,0,3,6,11,5,32,32,10,7,139,7,1,90,7,106,7,122,7,3,7,16,6,32,6,48, + 6,3,32,6,1,6,6,69,80,69,176,69,2,48,69,96,69,144,69,192,69,240,69,5,47,69,1,132,10,1,85,10,101,10,117,10,3,10,11,62,62,45,141,112,22,128,22,2,22,22,57,127,64,159,64,175,64,191,64,4, + 64,64,9,13,72,64,8,9,39,38,38,10,5,12,32,3,128,57,1,63,57,1,0,57,1,57,7,7,10,0,47,51,47,47,93,93,93,23,51,18,57,47,51,205,50,47,43,93,130,8,38,93,237,51,47,1,47,51,130,23,38,93,113, + 17,51,47,93,113,130,10,37,17,18,57,17,51,17,117,52,6,39,113,93,113,93,16,237,16,205,131,4,34,135,192,192,130,2,39,1,51,49,48,93,43,43,43,130,51,48,1,20,6,7,6,7,1,35,3,33,3,35,1,38, + 39,46,1,24,66,148,7,38,3,46,3,39,14,3,7,130,23,79,118,9,8,46,1,23,22,23,51,50,62,2,3,53,55,51,21,5,3,158,38,33,16,18,2,29,195,161,253,126,162,198,2,36,21,18,33,38,38,66,88,50,50,88, + 66,38,158,16,29,22,15,24,173,222,8,47,131,21,36,49,28,29,49,36,21,21,36,24,21,24,9,28,130,9,8,70,247,217,207,254,202,5,112,45,79,30,15,11,251,68,1,115,254,141,4,185,12,17,30,79,45, + 45,79,59,34,34,59,79,253,254,36,74,60,41,4,4,41,62,73,36,254,95,3,119,25,44,33,19,19,33,44,25,26,44,35,10,8,1,19,35,44,1,35,16,181,23,174,117,79,8,8,44,7,62,18,38,0,68,0,0,16,39,1, + 80,1,20,255,85,17,7,0,116,1,99,1,90,0,35,64,14,3,2,101,16,38,4,26,106,109,3,36,37,3,2,184,255,212,116,107,9,32,43,69,7,10,38,24,0,0,7,168,6,240,130,71,32,134,69,7,5,51,3,228,0,0,0, + 21,180,2,27,5,38,2,184,1,32,180,27,30,4,14,68,217,7,33,255,255,116,159,5,33,5,228,130,47,32,166,131,47,35,0,116,2,175,68,127,5,41,3,89,17,38,3,73,89,92,25,61,69,7,12,36,71,255,203, + 5,244,132,95,32,152,133,95,33,2,75,134,47,33,52,5,130,47,35,52,55,10,24,140,47,36,44,255,218,4,180,132,95,32,184,133,95,33,1,178,134,47,32,46,130,95,36,94,46,49,8,19,140,47,32,93,78, + 187,5,43,16,39,2,147,1,214,0,0,18,6,0,54,78,171,11,132,23,32,31,132,23,32,86,132,23,78,59,8,130,47,32,139,132,23,32,55,132,23,78,43,8,39,2,147,115,0,16,6,0,87,130,117,59,0,0,1,0,0, + 4,177,2,150,5,211,0,9,0,66,64,14,118,9,134,9,2,120,8,136,8,2,128,130,26,8,49,184,255,192,64,27,11,15,72,0,191,6,1,6,4,142,64,8,148,128,6,15,1,47,1,63,1,127,1,239,1,5,1,0,47,93,51,26, + 253,26,237,1,47,93,204,43,93,49,48,93,93,92,229,9,34,2,150,105,92,214,5,33,4,197,92,195,6,144,107,44,0,134,0,2,120,1,136,1,2,128,8,1,8,135,107,39,8,64,191,2,1,2,7,3,130,106,32,142, + 142,107,35,237,26,237,50,130,106,32,26,135,107,53,35,3,53,51,23,51,55,51,21,1,182,204,234,104,232,2,219,105,4,177,1,14,131,109,131,215,8,52,51,4,212,2,88,5,83,0,3,0,81,64,59,4,1,1, + 228,1,244,1,2,1,164,0,1,91,0,107,0,2,52,0,68,0,2,0,2,32,18,25,72,2,142,1,64,28,33,72,47,1,1,2,15,130,218,46,175,1,191,1,4,1,64,22,26,72,1,64,14,17,72,130,228,39,43,43,93,95,113,43, + 237,43,130,123,8,75,93,93,47,93,113,49,48,1,33,53,33,2,88,253,219,2,37,4,212,127,0,1,255,221,4,177,2,119,5,230,0,21,0,73,64,51,133,14,1,133,8,1,31,17,79,17,127,17,175,17,223,17,5,239, + 17,1,17,64,5,64,29,60,72,5,16,80,5,96,5,2,5,149,128,11,143,15,24,139,127,13,130,220,32,113,130,221,34,43,26,204,131,96,8,69,0,93,93,1,34,46,2,39,51,30,3,51,50,62,2,55,51,14,3,1,41, + 74,116,84,50,8,117,8,39,56,72,42,42,71,56,38,8,117,9,50,83,116,4,177,51,85,112,61,43,59,36,15,16,36,59,42,61,112,85,51,0,1,0,156,5,32,1,80,5,204,130,251,37,23,64,12,3,134,0,131,200, + 8,52,0,0,83,1,0,0,63,237,1,47,43,237,49,48,19,53,51,21,156,180,5,32,172,172,0,0,2,0,51,4,144,2,23,6,115,0,19,0,39,0,89,185,0,18,255,232,64,14,9,14,72,12,24,130,4,32,8,131,4,33,2,184, + 130,18,32,42,130,13,8,44,20,130,64,0,192,30,130,95,10,1,10,25,141,15,15,31,15,2,15,35,141,15,5,47,5,63,5,79,5,127,5,159,5,191,5,239,5,8,5,0,47,93,237,220,93,130,107,36,93,237,26,220, + 26,130,111,32,43,130,0,35,1,20,14,2,24,78,46,28,32,23,68,103,7,135,7,32,108,68,97,9,42,49,29,28,49,36,21,5,130,50,88,66,68,142,6,37,65,38,38,65,88,50,131,21,133,37,37,38,21,21,38,49, + 0,130,0,38,1,0,80,254,85,1,174,130,9,42,23,0,76,64,55,14,24,9,13,72,9,131,4,47,5,32,9,17,72,12,17,132,15,0,31,0,2,95,0,191,130,249,57,6,11,64,7,10,72,11,20,141,16,3,1,32,3,80,3,96, + 3,112,3,176,3,192,3,6,3,130,194,44,113,237,47,43,1,47,205,93,113,237,50,49,48,131,192,33,14,1,119,163,5,36,2,55,51,14,3,76,228,6,8,61,1,174,28,71,40,105,106,34,48,53,20,133,25,52,43, + 27,49,45,29,58,28,254,112,12,15,102,85,47,79,61,42,11,14,45,59,70,39,42,48,13,11,0,1,255,233,4,177,2,182,5,189,0,27,2,77,185,0,26,255,232,64,182,131,144,32,24,130,4,8,38,41,29,1,25, + 29,41,29,57,29,89,29,105,29,5,29,64,229,232,72,29,64,217,220,72,11,29,1,208,169,29,185,29,201,29,3,155,29,1,9,130,32,32,2,131,12,54,217,29,3,29,64,195,198,72,155,29,171,29,2,137,29, + 1,123,29,1,73,29,1,137,130,40,8,55,2,29,64,171,175,72,6,29,54,29,2,158,153,29,1,125,29,141,29,2,111,29,1,45,29,61,29,77,29,3,27,29,1,13,29,1,237,29,253,29,2,29,128,136,139,72,137,29, + 153,29,2,91,29,107,29,123,130,80,54,192,127,130,72,9,29,1,249,29,1,235,29,1,201,29,217,29,2,171,29,187,29,2,130,69,8,46,22,29,38,29,102,29,118,29,134,29,5,4,29,1,110,29,184,255,64, + 64,96,101,109,72,148,29,1,112,29,128,29,2,82,29,98,29,2,64,29,1,18,29,34,29,50,29,3,130,35,51,228,29,244,29,2,214,29,1,196,29,1,176,29,1,162,29,1,128,29,144,133,39,8,37,114,29,3,36, + 29,52,29,68,29,3,6,29,22,29,2,246,29,1,210,29,226,29,2,192,29,1,146,29,162,29,178,29,3,100,29,116,29,132,130,142,44,184,255,192,64,9,60,64,72,2,29,1,59,1,130,114,45,128,64,57,53,58, + 72,164,29,180,29,2,144,29,1,134,37,36,48,29,64,29,80,131,113,41,20,29,36,29,3,208,29,224,29,2,131,33,34,196,29,3,132,152,36,148,29,164,29,228,134,75,40,19,26,31,72,128,29,1,84,29,131, + 58,51,3,29,64,7,10,72,23,184,255,128,64,9,36,39,72,148,23,164,23,2,132,13,52,23,30,33,72,68,23,1,48,23,1,2,0,23,16,23,32,23,3,208,23,224,132,27,8,33,192,64,43,13,19,72,15,23,1,23,9, + 22,22,5,143,64,15,14,31,14,2,255,14,1,14,64,16,19,72,14,128,19,143,8,67,210,14,46,50,237,26,221,43,93,113,26,237,51,47,1,47,204,93,130,10,39,95,113,113,43,113,43,43,93,131,11,34,113, + 113,114,131,0,34,43,95,94,130,13,32,93,130,0,32,113,135,0,132,23,34,114,43,94,73,80,5,32,93,130,50,130,2,133,20,131,43,131,38,32,43,131,60,130,12,130,83,44,49,48,43,43,1,34,46,2,35, + 34,6,7,35,104,46,5,8,46,51,50,54,55,51,14,3,1,236,42,84,78,71,31,55,54,9,91,5,20,45,74,59,44,84,78,69,30,54,55,8,92,5,20,43,74,4,177,37,45,37,62,57,45,95,78,50,130,8,8,95,63,56,44, + 95,78,51,0,0,0,2,0,22,4,177,3,25,5,228,0,5,0,11,0,111,64,82,164,10,1,102,10,1,154,8,170,8,2,98,4,162,4,2,98,3,1,154,2,170,2,2,10,159,6,1,15,6,31,6,127,6,223,6,4,7,6,4,64,63,0,79,0, + 143,0,175,0,191,0,207,0,6,0,64,30,41,72,0,64,23,26,72,0,8,2,149,128,6,65,25,15,48,26,237,50,1,47,43,43,93,26,205,220,94,93,113,205,49,48,133,235,38,19,53,19,51,21,1,51,132,5,37,22, + 217,207,254,182,253,131,4,24,78,252,7,48,20,1,31,29,254,234,0,0,1,0,205,4,194,1,225,6,7,130,163,8,50,64,64,43,2,16,12,17,72,41,2,1,10,5,26,5,42,5,3,3,43,3,1,3,64,0,2,128,132,0,148, + 0,2,112,0,1,2,16,0,32,0,64,0,96,0,4,0,0,47,93,95,93,130,116,38,1,47,26,205,93,49,48,130,11,32,43,132,114,54,3,205,69,207,201,4,194,33,1,36,37,254,224,0,3,0,29,4,176,2,139,6,65,130, + 95,43,9,0,13,0,83,64,53,2,16,11,17,72,134,96,37,47,4,1,4,47,1,130,0,63,6,192,13,208,13,2,13,10,192,9,208,9,2,9,6,11,7,144,6,2,0,0,10,192,6,1,15,6,63,6,2,6,130,109,37,93,51,51,47,205, + 16,131,236,40,205,93,47,205,93,18,57,47,113,131,120,32,93,134,118,32,37,106,180,6,51,250,69,187,181,254,216,150,1,66,150,4,176,33,1,112,37,254,148,31,172,130,0,32,0,115,91,8,8,39,5, + 131,16,38,0,36,0,0,17,7,1,84,255,108,255,124,0,94,179,2,0,24,1,184,255,10,181,24,24,5,5,37,28,184,255,192,179,36,36,72,132,7,33,30,30,133,7,33,24,24,133,7,33,21,21,133,7,33,18,18,133, + 7,33,15,15,132,7,45,64,11,12,12,72,28,64,11,11,72,2,23,3,0,98,7,8,36,43,43,43,93,53,24,78,231,11,54,2,10,179,3,134,0,5,184,255,128,64,12,229,233,72,6,5,22,5,2,246,5,1,132,16,8,32,33, + 222,225,72,150,5,166,5,2,116,5,132,5,2,86,5,102,5,2,68,5,1,38,5,54,5,2,2,5,18,5,2,211,132,37,43,22,207,210,72,198,5,214,5,2,180,5,1,137,45,130,26,43,192,64,36,195,199,72,4,5,20,5,2, + 214,24,107,27,8,46,148,5,164,5,180,5,3,118,5,134,5,2,84,5,100,103,214,6,35,34,174,181,72,131,23,38,196,5,3,70,5,86,5,131,29,35,150,5,5,52,131,108,32,1,132,64,32,161,131,79,35,179,157, + 160,72,131,7,43,64,37,152,155,72,100,5,116,5,2,54,5,131,46,35,3,36,5,1,132,184,34,244,5,1,131,105,35,2,178,5,194,132,88,37,128,64,28,135,138,72,132,184,32,36,130,77,34,68,5,3,132,183, + 105,54,6,132,74,48,23,119,124,72,82,5,98,5,2,1,32,5,48,5,64,5,3,132,110,32,112,132,217,38,9,103,111,72,68,5,84,132,74,35,192,179,99,102,131,124,35,128,179,92,95,132,132,34,179,87,91, + 132,15,36,64,21,81,86,72,134,93,105,173,9,132,91,38,16,67,70,72,48,5,1,130,157,37,0,5,16,5,2,60,132,20,41,12,56,59,72,187,5,1,128,5,144,133,87,44,64,41,45,48,72,11,5,1,208,5,224,5, + 2,65,3,6,131,138,33,2,2,132,52,38,240,5,1,159,5,175,5,130,12,32,1,131,62,45,181,13,17,72,0,155,1,0,47,237,1,43,93,93,104,247,8,68,79,5,130,17,33,113,43,130,0,132,13,32,95,68,134,5, + 33,43,113,68,138,5,32,43,68,113,6,131,15,130,17,33,43,114,130,0,134,18,131,40,33,43,47,24,80,203,14,47,255,255,255,245,0,0,5,238,5,131,16,39,0,40,0,240,66,157,6,8,34,40,255,124,0,49, + 64,10,1,14,3,1,16,15,1,0,15,1,184,255,113,64,19,15,15,1,1,37,0,208,0,1,191,0,1,47,132,2,33,0,16,130,157,33,93,53,130,145,46,53,0,63,53,0,0,0,255,255,255,242,0,0,6,13,132,79,34,43,0, + 237,134,79,32,37,130,79,35,95,185,0,19,81,243,5,33,19,184,130,7,34,20,20,72,132,7,33,19,19,133,7,33,17,17,132,7,36,64,13,14,14,72,144,119,36,5,5,37,0,207,132,119,32,111,146,119,100, + 252,5,131,123,36,232,0,0,2,85,132,123,34,44,0,217,134,123,32,27,130,123,35,92,185,0,11,101,73,5,32,11,130,123,40,64,23,12,12,72,11,64,11,11,130,4,36,9,9,72,1,6,130,229,35,7,1,0,7,130, + 229,36,102,64,28,7,7,131,229,37,128,0,1,127,0,1,130,109,35,95,0,1,79,141,238,130,242,135,241,132,121,130,243,50,187,255,236,5,211,5,150,16,38,0,50,252,0,17,7,1,84,254,238,130,117,43, + 39,64,10,2,42,3,2,192,40,1,0,40,130,91,48,94,64,11,40,40,10,10,37,1,0,47,0,1,0,16,93,53,65,55,12,37,0,65,0,0,6,171,132,187,34,60,1,130,134,187,47,116,255,124,5,192,64,21,16,64,233, + 233,72,16,64,229,229,130,4,33,227,227,130,4,35,226,226,72,16,130,200,34,179,224,224,132,7,35,64,19,222,222,130,21,33,220,220,130,4,33,219,219,130,4,33,216,216,132,23,34,179,215,215, + 132,7,35,64,19,211,211,130,21,33,207,207,130,4,33,206,206,130,4,33,205,205,132,23,34,179,204,204,132,7,35,64,19,202,202,130,21,33,199,199,130,4,33,186,186,130,4,33,184,184,132,23,34, + 179,183,183,132,7,35,64,14,182,182,130,21,33,179,179,130,4,33,177,177,133,18,34,19,172,172,130,13,33,166,166,130,4,33,164,164,130,4,33,163,163,133,23,34,24,161,161,130,13,38,156,156, + 72,16,128,153,153,130,9,33,152,152,130,4,33,151,151,132,28,34,179,149,149,131,7,35,128,179,148,148,133,7,33,147,147,133,23,33,146,146,133,15,33,145,145,133,15,33,144,144,133,15,33, + 141,141,133,7,33,140,140,133,23,33,139,139,133,15,33,138,138,133,15,33,137,137,133,7,33,136,136,133,7,33,135,135,133,31,33,134,134,133,15,33,133,133,133,15,33,131,131,133,15,33,130, + 130,131,7,35,0,179,129,129,133,7,33,128,128,130,7,36,254,192,179,127,127,133,15,33,126,126,133,7,33,125,125,131,7,35,64,179,124,124,133,7,33,123,123,133,7,33,122,122,133,31,33,121, + 121,130,7,130,55,33,120,120,133,15,33,119,119,133,7,33,118,118,131,7,35,64,179,117,117,133,15,33,116,116,133,15,33,115,115,133,15,33,114,114,133,15,33,113,113,133,7,33,112,112,133, + 7,33,111,111,133,167,33,110,110,133,15,33,109,109,133,15,33,108,108,133,55,33,107,107,133,23,33,106,106,133,15,33,105,105,133,15,33,104,104,133,7,33,103,103,133,7,33,102,102,133,55, + 33,101,101,133,15,33,100,100,133,7,33,99,99,133,55,33,98,98,133,15,33,97,97,133,7,33,96,96,133,7,33,95,95,133,7,33,94,94,133,7,33,93,93,133,71,33,92,92,133,15,33,91,91,133,15,33,90, + 90,133,15,33,89,89,133,15,33,88,88,133,15,33,87,87,133,7,33,86,86,133,7,33,85,85,133,7,33,84,84,133,7,33,83,83,133,47,33,82,82,65,135,5,33,81,81,133,15,33,80,80,133,7,33,79,79,133, + 39,33,78,78,133,7,33,77,77,133,7,33,76,76,133,31,33,75,75,133,7,33,74,74,133,7,33,73,73,133,31,33,72,72,133,15,33,71,71,133,87,33,70,70,133,15,33,69,69,133,15,33,68,68,133,7,33,67, + 67,133,23,33,66,66,133,55,33,65,65,133,15,33,64,64,133,7,33,63,63,133,7,33,62,62,133,47,33,61,61,133,7,33,60,60,133,7,33,59,59,133,31,33,58,58,133,7,33,57,57,133,7,33,56,56,133,7,33, + 55,55,133,7,33,54,54,133,47,33,53,53,133,7,33,52,52,133,23,33,51,51,133,15,33,50,50,133,15,33,49,49,133,7,33,48,48,133,7,33,47,47,133,31,33,46,46,133,15,33,45,45,133,7,33,44,44,133, + 7,33,43,43,133,31,33,42,42,133,7,33,41,41,133,7,33,40,40,133,7,33,39,39,133,39,33,38,38,133,7,33,37,37,133,7,33,36,36,133,31,33,35,35,133,15,33,34,34,133,15,33,33,33,133,7,33,32,32, + 133,7,33,31,31,133,7,33,30,30,133,7,33,29,29,133,7,33,28,28,133,7,33,27,27,133,7,33,26,26,133,7,33,25,25,133,7,33,24,24,133,87,33,23,23,133,15,33,22,22,133,7,33,21,21,133,7,33,17,17, + 133,31,33,16,16,133,15,33,15,15,133,7,33,14,14,132,7,35,64,30,12,12,106,210,6,8,35,11,3,1,128,12,1,112,12,1,96,12,1,64,12,1,16,12,1,0,12,1,184,255,166,64,13,12,12,4,4,37,0,176,0,1, + 0,130,2,36,16,93,93,53,43,74,103,5,32,53,72,238,12,92,184,112,169,112,46,255,255,255,187,0,0,5,173,5,150,16,38,1,118,10,70,31,9,48,68,64,15,65,64,19,19,72,1,60,3,1,144,58,1,16,58,130, + 240,56,62,64,28,58,58,53,53,37,0,159,0,1,95,0,1,31,0,1,223,0,1,175,0,1,159,132,11,71,111,5,35,113,113,113,53,71,114,6,45,1,43,0,0,255,255,255,176,0,0,2,30,6,65,130,95,61,134,0,0,17, + 6,1,85,147,0,2,60,64,11,29,64,227,227,72,29,64,226,226,72,29,184,255,192,179,223,223,133,7,33,220,220,132,7,35,64,19,219,219,130,29,33,213,213,130,4,33,212,212,130,4,33,211,211,132, + 23,34,179,207,207,133,7,33,206,206,132,7,35,64,19,205,205,130,29,33,200,200,130,4,33,199,199,130,4,33,198,198,133,23,34,14,192,192,130,13,33,182,182,130,4,33,177,177,132,18,34,179, + 175,175,132,7,35,64,19,174,174,130,21,33,168,168,130,4,33,167,167,130,4,33,164,164,132,23,34,179,161,161,132,7,35,64,19,160,160,130,21,33,155,155,130,4,33,154,154,130,4,33,153,153, + 132,23,34,179,152,152,132,7,35,64,19,151,151,130,21,33,141,141,130,4,33,132,132,130,4,33,131,131,133,23,34,9,129,129,130,13,33,119,119,133,13,34,14,115,115,130,13,33,110,110,130,4, + 33,109,109,133,18,34,19,106,106,130,13,33,101,101,130,4,33,100,100,130,4,33,96,96,132,23,34,179,94,94,132,7,35,64,19,93,93,130,21,33,87,87,130,4,33,86,86,130,4,33,85,85,132,23,34,179, + 84,84,132,7,35,64,9,79,79,130,21,33,74,74,133,13,34,24,61,61,130,13,33,56,56,130,4,33,55,55,130,4,33,54,54,130,4,33,51,51,132,28,34,179,50,50,133,7,33,49,49,132,7,35,64,19,48,48,130, + 29,33,42,42,130,4,33,41,41,130,4,33,40,40,132,23,34,179,36,36,133,7,33,35,35,132,7,35,64,19,34,34,130,29,33,29,29,130,4,33,24,24,130,4,33,23,23,132,23,34,179,21,21,133,7,33,17,17,132, + 7,35,64,14,16,16,130,29,33,9,9,130,4,33,8,8,133,18,41,12,7,7,72,3,2,1,14,17,38,130,5,46,184,255,220,180,20,26,5,13,37,1,43,53,53,53,0,131,4,32,1,66,149,41,157,41,24,85,207,7,38,5,129, + 18,6,0,36,0,100,159,6,33,4,234,132,15,50,37,0,0,0,1,0,168,0,1,4,47,5,130,0,5,0,56,64,40,24,180,52,8,41,4,16,0,48,0,80,0,3,0,0,77,177,7,8,52,128,0,160,0,7,7,0,2,95,5,3,3,18,0,63,63, + 237,1,47,94,93,113,47,93,237,49,48,1,21,33,17,35,17,4,47,253,56,191,5,130,156,251,27,5,129,0,2,0,61,0,0,5,26,130,9,8,37,5,0,18,0,176,64,26,106,7,122,7,138,7,3,101,17,117,17,133,17, + 3,89,8,1,86,16,1,6,24,13,17,72,18,184,255,232,64,64,130,8,8,57,132,2,1,70,2,102,2,118,2,3,139,1,1,73,1,105,1,121,1,3,2,1,12,12,0,6,95,3,1,16,3,1,15,3,1,175,3,207,3,223,3,255,3,4,79, + 3,127,3,2,48,3,1,31,3,1,3,18,128,85,30,6,8,46,29,21,30,72,0,48,20,1,47,20,1,0,3,6,3,18,95,5,18,12,32,19,22,72,153,12,1,12,1,3,0,63,51,93,43,63,237,23,50,1,93,93,47,43,93,51,47,79,231, + 6,38,51,18,57,61,47,51,51,78,246,5,33,43,43,131,21,36,49,48,55,1,51,130,212,33,37,1,87,161,5,44,1,62,2,5,217,1,254,251,35,4,21,254,174,87,118,7,56,28,16,254,173,141,4,244,251,12,141, + 156,3,94,40,82,69,48,8,8,49,70,82,40,252,164,110,39,5,49,4,254,5,129,18,6,0,40,0,0,255,255,0,65,0,0,4,163,132,15,32,61,132,15,36,168,0,0,5,32,132,15,8,83,43,0,0,0,3,0,97,255,236,5, + 215,5,150,0,19,0,39,0,43,0,179,64,130,105,12,1,102,17,1,89,22,1,86,32,1,86,28,1,26,23,90,23,2,21,27,85,27,2,9,42,1,6,43,1,10,37,26,37,90,37,3,5,33,21,33,85,33,3,9,43,42,30,0,91,15, + 20,1,59,207,20,239,20,2,0,126,184,6,8,34,176,20,1,111,20,1,48,20,1,31,20,1,0,20,16,20,32,20,64,20,80,20,160,20,6,7,20,30,91,175,10,191,10,2,32,105,185,7,55,43,95,40,40,35,25,95,15, + 4,35,95,5,19,128,45,1,32,45,1,93,93,0,63,237,104,90,7,39,93,93,93,237,47,94,93,113,131,0,41,114,114,94,93,237,18,57,57,49,48,81,20,7,130,29,37,93,1,20,2,6,4,105,180,11,34,4,22,18,24, + 142,34,15,32,37,130,174,45,5,215,95,180,254,252,165,174,254,250,174,88,92,178,24,185,128,24,41,252,226,2,75,253,181,2,199,165,254,24,185,134,32,50,208,160,0,0,0,255,255,0,189,0,0,1, + 124,5,129,18,6,0,44,65,99,8,32,63,132,15,32,46,130,32,8,46,1,0,10,0,1,5,78,5,130,0,16,0,202,64,11,116,16,132,16,2,123,15,139,15,2,13,184,255,232,182,14,17,72,54,13,1,12,184,255,240, + 64,127,13,17,72,2,16,130,4,33,1,24,130,21,8,97,57,1,1,111,18,1,48,18,1,47,18,1,0,18,1,21,16,37,16,53,16,3,6,16,1,230,16,246,16,2,16,26,15,42,15,58,15,3,9,15,1,233,15,249,15,2,15,7, + 7,21,13,37,13,53,13,3,6,13,1,230,13,246,13,2,13,175,14,191,14,2,14,26,1,42,1,58,1,3,9,1,1,233,1,249,1,2,1,16,0,32,0,48,0,3,111,0,1,0,130,7,42,2,0,118,7,134,7,2,7,15,3,14,123,118,6, + 44,93,1,47,93,93,113,50,93,113,113,47,93,51,130,5,34,57,61,47,131,6,131,3,66,159,5,8,62,93,43,43,43,93,43,93,93,37,35,1,46,1,39,38,39,6,7,14,1,7,1,35,1,51,5,78,201,254,124,17,29,12, + 14,12,13,14,12,30,15,254,122,201,2,63,198,1,3,224,47,89,35,41,37,39,41,35,89,45,252,32,5,129,68,7,6,37,6,2,5,129,18,6,130,129,134,15,66,147,6,42,49,0,0,0,3,0,90,0,0,4,217,130,42,8, + 32,3,0,7,0,11,0,75,64,49,82,3,1,10,9,5,3,95,6,1,15,6,31,6,175,6,191,6,4,6,2,16,5,48,119,240,5,48,112,5,160,5,4,5,10,95,11,11,0,7,95,6,18,3,95,130,66,39,63,237,63,237,17,57,47,237,130, + 205,51,113,51,47,93,113,51,18,57,57,49,48,113,19,33,21,33,1,21,33,53,131,3,55,125,4,57,251,199,4,92,251,129,3,228,252,183,5,129,156,251,183,156,156,2,133,154,154,109,231,10,33,5,150, + 130,163,32,50,130,16,33,1,0,67,55,6,130,145,32,79,68,171,10,8,40,7,4,7,90,64,111,0,127,0,143,0,191,0,4,0,0,9,128,32,9,1,32,9,160,9,176,9,192,9,4,9,184,255,192,64,10,14,17,72,2,95,24, + 184,246,9,46,1,43,93,113,26,16,204,47,93,26,237,47,94,93,237,124,186,7,48,33,17,4,97,253,6,191,4,120,4,224,251,32,5,129,250,127,67,203,6,69,47,5,32,51,132,131,8,168,108,0,0,4,161,5, + 129,0,12,0,188,64,135,169,3,1,105,9,1,116,9,132,9,164,9,3,148,8,164,8,2,87,8,103,8,2,145,7,1,84,7,100,7,2,146,10,162,10,2,116,10,132,10,2,70,10,86,10,102,10,3,57,3,185,3,2,249,3,1, + 103,3,1,168,8,1,103,8,1,8,100,2,1,39,2,1,175,6,1,2,6,2,6,1,208,11,1,0,11,16,11,48,11,80,11,96,11,128,11,6,7,11,70,7,1,11,7,1,7,3,3,10,175,1,191,1,2,32,1,1,15,1,1,1,3,7,95,9,2,8,3,0, + 4,3,1,10,95,0,18,0,63,237,50,63,18,23,57,237,50,1,47,93,93,93,51,51,47,51,113,113,130,216,40,93,18,57,57,47,47,93,113,113,130,14,34,113,113,114,68,227,5,130,32,8,44,93,113,93,51,53, + 9,1,53,33,21,33,1,21,1,33,21,108,2,26,253,247,3,231,252,240,1,202,254,22,3,109,162,2,67,1,251,161,156,254,67,124,253,240,156,0,101,215,7,37,5,129,18,6,0,55,97,3,9,132,15,63,60,0,0, + 0,3,0,117,255,245,5,238,5,139,0,29,0,40,0,51,0,180,185,0,28,255,240,179,12,15,72,17,184,133,7,32,27,134,7,32,18,130,7,33,64,72,130,24,49,41,90,11,15,123,15,171,15,3,15,8,30,90,4,0, + 116,0,164,130,69,8,68,35,24,7,90,47,21,4,8,1,20,8,36,8,68,8,116,8,164,8,244,8,6,8,20,53,68,53,2,0,53,1,132,53,164,53,196,53,244,53,4,112,53,1,2,96,53,1,53,184,255,192,64,24,10,13,72, + 35,46,96,10,6,10,34,49,96,20,24,20,10,130,1,33,7,22,24,83,252,10,36,17,51,16,237,50,132,4,51,1,43,93,95,93,93,113,113,47,93,113,51,51,253,50,50,220,93,237,16,130,3,33,49,48,24,103, + 63,8,36,43,1,21,35,53,89,21,7,8,108,59,1,53,51,21,51,50,30,2,7,52,38,43,1,17,51,50,62,2,37,20,30,2,59,1,17,35,34,6,5,238,64,131,197,133,83,185,83,133,197,131,64,67,133,201,135,72,185, + 71,135,202,133,67,192,185,183,48,56,92,136,89,43,252,7,43,89,136,92,56,52,182,182,2,224,105,188,143,84,227,227,84,143,188,105,113,185,131,72,182,182,72,131,185,117,187,180,253,22,53, + 98,140,88,88,140,98,53,2,234,180,65,99,5,8,89,5,43,5,129,18,6,0,59,0,0,0,1,0,145,0,0,6,30,5,129,0,35,0,203,64,127,90,31,106,31,2,85,30,101,30,2,90,4,106,4,2,90,5,106,5,2,74,22,1,69, + 13,1,3,25,90,100,28,1,132,28,148,28,2,28,19,35,90,0,10,90,107,7,1,139,7,155,7,2,7,16,219,0,1,4,0,100,0,132,0,3,132,9,34,52,0,68,132,13,8,86,148,0,180,0,196,0,8,7,0,4,37,36,37,52,37, + 68,37,132,37,196,37,212,37,7,228,37,244,37,2,160,37,1,132,37,148,37,2,96,37,112,37,2,84,37,1,64,37,1,2,37,184,255,192,64,18,9,12,72,34,2,96,19,239,15,1,15,15,26,17,8,3,0,18,0,63,63, + 51,51,57,47,93,51,237,50,1,43,95,75,206,5,46,113,47,94,93,93,113,113,51,220,93,113,237,16,253,50,131,6,40,49,48,95,93,93,93,0,93,1,130,3,41,33,17,35,34,46,2,53,17,51,17,65,75,5,33, + 51,17,115,118,5,130,15,8,103,14,2,43,1,17,2,251,83,133,201,134,67,191,47,93,139,92,56,185,56,95,140,91,45,191,68,134,201,132,83,1,171,84,142,189,104,1,207,254,45,80,137,100,57,3,73, + 252,183,57,100,137,80,1,211,254,49,104,189,142,84,254,85,0,0,0,1,0,87,0,0,5,163,5,150,0,57,0,225,64,91,101,36,1,101,22,1,157,49,1,143,49,1,49,16,11,15,72,157,9,1,143,9,1,9,131,10,8, + 59,116,3,132,3,2,54,3,1,54,2,118,2,2,54,56,118,56,2,116,55,132,55,2,54,55,1,42,26,1,42,32,1,41,53,48,40,10,18,96,40,112,40,144,40,3,111,18,127,18,159,18,3,40,18,40,18,24,34,91,80,66, + 121,6,41,69,27,30,72,191,53,207,53,2,48,130,16,8,66,17,5,91,31,24,79,24,2,224,24,1,15,24,31,24,95,24,207,24,223,24,5,160,24,1,111,24,159,24,2,0,24,32,24,48,24,3,8,24,95,59,1,10,15, + 19,39,48,5,42,95,18,41,18,29,95,0,4,0,63,237,63,51,237,23,50,1,93,116,162,5,45,113,114,253,196,47,93,93,43,114,237,17,57,57,47,130,9,39,17,51,17,51,16,196,49,48,113,30,5,32,93,130, + 26,132,2,54,93,93,1,50,30,2,21,20,14,2,7,54,55,62,1,59,1,21,33,53,62,3,53,96,72,9,33,2,23,130,17,38,51,50,22,23,22,23,46,130,23,8,88,62,2,2,253,151,241,168,90,59,109,157,99,42,39,33, + 71,23,244,253,179,96,139,89,42,61,116,169,108,109,170,116,61,42,89,139,96,253,179,244,23,71,33,39,42,99,157,109,59,90,168,241,5,150,86,162,234,147,106,191,167,138,54,2,3,2,4,156,224, + 51,126,143,159,85,116,181,124,65,65,124,181,116,85,159,143,126,51,224,156,4,130,26,44,54,138,167,191,106,147,234,162,86,0,0,255,255,24,93,31,46,8,34,3,0,45,0,0,5,41,6,178,0,8,0,12, + 0,16,2,114,64,20,30,7,1,12,7,1,7,24,12,15,72,17,5,1,3,5,24,176,183,11,55,12,133,9,16,133,64,13,5,4,14,2,1,8,14,7,105,8,169,8,2,6,8,22,8,24,176,190,32,62,18,169,18,201,18,3,86,18,1, + 9,18,57,18,2,25,18,89,18,137,18,249,18,4,6,18,1,202,249,18,1,230,131,23,34,25,18,185,130,35,38,4,198,18,1,89,18,121,130,47,36,3,54,18,1,41,130,45,40,185,18,233,18,4,11,18,1,153,130, + 40,8,39,198,18,214,18,2,178,18,1,164,18,1,150,18,1,130,18,1,116,18,1,86,18,102,18,2,66,18,1,36,18,52,18,2,18,18,1,4,18,1,244,132,82,8,33,196,18,212,18,2,166,18,182,18,2,146,18,1,132, + 18,1,118,18,1,98,18,1,84,18,1,54,18,70,18,2,36,18,1,22,132,44,8,73,242,18,1,1,208,18,224,18,2,196,18,1,160,18,176,18,2,148,18,1,112,18,1,100,18,1,64,18,1,20,18,36,18,52,18,3,0,18,1, + 105,64,202,228,18,244,18,2,208,18,1,164,18,180,18,196,18,3,128,18,144,18,2,116,18,1,80,18,96,18,2,68,18,1,32,131,78,34,20,18,2,130,125,34,224,18,1,132,125,32,176,131,111,45,100,18, + 116,18,148,18,164,18,5,48,18,64,18,2,130,119,130,77,32,196,131,74,32,144,133,48,36,36,18,68,18,84,130,35,35,132,18,7,57,130,56,32,132,130,42,34,212,18,3,130,130,32,4,132,124,36,84, + 18,100,18,5,132,122,37,192,18,1,180,18,1,134,53,32,52,130,51,43,132,18,5,212,18,228,18,2,187,18,1,164,132,180,33,2,48,131,139,51,15,18,47,18,2,10,14,145,9,95,13,1,13,64,9,12,72,13, + 0,3,24,176,203,22,41,47,43,93,51,237,50,1,93,93,95,91,118,8,32,114,130,0,32,94,91,131,10,91,109,5,134,20,130,23,130,2,32,95,74,138,5,91,164,13,24,115,242,8,24,68,158,8,130,8,67,85, + 5,24,176,209,13,40,47,26,237,220,237,49,48,43,95,130,101,43,43,93,93,1,17,35,19,1,51,9,1,51,90,1,7,49,3,9,190,2,253,224,205,1,178,1,176,205,253,249,163,253,211,165,24,176,229,11,33, + 121,184,130,0,45,255,255,0,86,255,236,4,101,6,7,18,38,1,126,85,229,5,49,1,33,0,0,0,19,64,11,2,60,17,38,2,26,60,63,8,23,98,59,12,36,70,255,236,3,106,132,47,32,130,133,47,33,0,202,133, + 47,41,1,58,17,38,1,73,58,61,16,6,140,47,36,106,254,88,3,238,132,47,32,132,133,47,33,1,57,134,47,32,36,130,47,36,100,36,39,17,34,140,47,36,137,0,0,1,178,132,47,32,134,130,47,42,6,1, + 84,209,0,0,27,64,17,1,14,130,45,42,16,14,1,0,14,1,29,14,17,5,13,130,51,38,93,93,53,0,43,53,0,130,195,32,133,130,147,34,254,6,65,130,195,32,146,132,99,34,85,0,222,130,99,38,30,64,9, + 3,2,1,32,78,156,6,35,241,180,38,44,113,18,5,78,156,6,33,0,2,133,251,117,23,5,8,62,1,15,64,196,122,48,138,48,2,121,52,137,52,2,101,43,1,90,58,106,58,2,54,14,70,14,2,29,31,45,31,2,29, + 38,45,38,2,47,37,1,29,37,1,75,36,107,36,2,47,36,63,36,2,29,36,1,139,35,1,47,35,1,29,130,5,8,51,34,1,29,34,1,47,22,1,27,22,1,47,21,1,27,21,1,75,20,107,20,2,47,20,1,27,20,1,45,19,1,27, + 19,1,121,6,137,6,2,11,6,27,6,2,34,48,18,22,72,34,33,22,131,6,8,80,22,23,26,33,42,33,2,73,23,1,26,23,42,23,2,33,23,159,28,175,28,191,28,3,28,64,29,33,72,28,64,0,16,22,34,4,144,50,160, + 50,176,50,3,127,50,1,32,50,64,50,2,50,61,128,40,71,8,16,61,1,0,50,28,16,4,23,33,21,23,15,55,80,11,16,45,80,5,22,0,63,237,130,1,53,63,18,23,57,1,93,47,237,26,16,220,93,93,93,23,50,26, + 205,43,93,50,50,130,10,34,17,51,43,130,2,35,49,48,0,93,24,94,68,15,66,145,5,70,223,7,8,40,1,93,37,14,3,35,34,2,17,16,18,51,50,30,2,23,51,62,3,55,51,14,3,7,30,3,23,35,46,3,39,1,20,30, + 2,51,50,62,2,55,46,130,36,9,13,14,2,3,75,26,65,87,111,70,205,193,217,209,69,112,86,63,20,2,4,14,19,23,13,188,22,46,39,30,5,3,23,31,36,18,183,11,21,16,13,3,253,196,28,59,93,66,54,100, + 82,61,14,12,45,71,102,70,66,96,64,31,237,56,94,69,38,1,20,1,24,1,28,1,26,39,69,93,54,21,56,63,65,30,47,128,139,139,58,103,175,144,110,39,28,66,65,58,20,1,49,112,160,103,48,52,107,160, + 108,86,154,115,68,46,102,163,0,2,0,142,254,87,4,73,5,204,0,32,0,62,0,185,64,68,149,20,1,154,16,1,123,7,139,7,2,122,60,138,60,2,106,3,122,3,138,3,3,102,31,118,31,2,74,50,90,50,106,50, + 3,21,2,37,2,101,2,117,2,133,2,5,147,21,1,21,21,37,21,2,28,48,23,72,52,48,48,64,48,2,96,48,1,48,184,255,192,64,58,20,23,72,48,52,48,52,14,0,72,64,48,43,64,43,160,43,3,160,43,176,43, + 192,43,3,43,64,128,33,13,70,0,14,16,14,48,14,3,8,14,28,48,80,49,49,38,57,80,18,0,13,27,33,38,80,9,5,22,0,63,51,237,50,63,78,107,5,32,57,24,212,6,14,41,57,47,47,43,93,113,16,237,17, + 57,74,188,6,36,0,93,93,93,1,130,2,48,20,14,2,35,34,38,39,35,30,1,21,17,35,17,52,54,51,71,14,7,34,30,3,1,24,121,143,9,35,35,53,62,1,71,20,8,8,108,4,73,53,111,173,120,102,160,56,6,3, + 3,180,228,226,99,152,102,53,35,61,81,46,57,114,91,56,252,249,28,71,81,87,43,72,110,73,38,38,81,128,89,127,113,27,57,87,60,70,104,68,34,1,149,89,154,116,66,55,39,57,92,53,254,215,5, + 172,237,220,47,90,130,82,73,111,82,56,18,11,55,93,137,254,218,19,34,25,14,41,76,106,66,65,110,81,45,142,27,139,122,44,77,57,32,35,77,122,88,0,130,0,8,78,1,0,7,254,88,3,249,4,58,0,24, + 0,237,64,59,59,22,75,22,2,41,22,1,59,21,75,21,2,26,21,42,21,2,9,21,1,42,12,58,12,74,12,3,25,12,1,77,13,1,13,16,13,16,72,66,2,1,54,2,1,34,2,1,6,2,22,2,2,13,2,1,1,17,1,184,255,240,64, + 76,130,27,62,24,15,7,7,13,14,16,15,14,47,14,2,57,31,14,63,14,95,14,127,14,159,14,191,14,223,14,255,14,8,63,138,12,47,6,0,14,32,14,2,224,14,1,191,14,1,160,14,1,95,130,37,43,2,0,14,16, + 14,64,14,3,8,14,1,0,131,80,8,53,17,127,0,1,0,64,26,1,0,26,48,26,96,26,144,26,4,26,184,255,192,64,14,21,26,72,7,15,24,3,25,20,27,13,13,0,15,0,63,50,47,63,17,23,51,1,43,93,113,47,93, + 56,50,47,79,244,5,38,113,113,114,94,93,56,51,81,57,6,34,43,94,93,132,22,32,43,67,11,7,8,55,19,51,19,30,3,23,62,3,55,19,51,1,14,3,7,35,62,1,55,7,192,245,7,21,20,17,4,5,18,21,22,8,239, + 191,254,122,17,31,27,23,7,191,17,48,24,4,58,253,93,22,63,67,63,22,21,62,130,4,43,2,165,251,251,45,111,124,132,65,131,213,91,24,79,219,8,8,76,29,5,204,0,19,0,50,0,156,64,81,115,28,131, + 28,2,106,28,1,118,46,134,46,2,106,46,1,90,2,106,2,2,90,17,106,17,2,85,13,101,13,2,114,26,130,26,2,38,26,1,128,25,1,114,25,1,51,25,67,25,2,50,50,31,71,0,64,25,46,5,47,47,41,31,0,1,144, + 130,245,8,52,52,128,10,71,31,41,1,41,47,20,80,5,184,255,224,64,22,23,28,72,5,24,18,22,72,111,5,1,90,5,1,5,46,48,0,15,80,36,22,0,63,237,63,57,57,93,93,43,43,237,50,1,47,24,88,243,9, + 39,57,57,51,26,16,237,50,47,66,146,6,134,245,39,1,52,46,2,39,14,3,21,67,226,6,33,1,34,130,14,33,1,30,130,15,101,105,9,8,100,55,1,53,33,21,3,96,49,69,76,26,73,134,102,60,35,73,111,77, + 81,112,69,31,254,255,13,42,45,41,13,1,60,54,102,79,49,64,123,180,115,114,180,125,66,73,127,169,96,254,193,2,221,1,215,85,145,115,86,27,26,81,114,146,91,76,131,96,55,54,95,131,3,191, + 2,3,2,1,254,188,55,116,134,159,97,110,182,131,72,68,127,183,115,112,176,135,97,33,1,83,119,132,130,223,8,49,70,255,236,3,106,4,78,0,57,0,179,64,49,140,37,1,133,3,1,53,36,69,36,2,55, + 34,1,42,8,1,37,5,1,14,24,9,12,72,10,29,26,29,42,29,3,42,70,21,48,27,130,1,46,16,35,35,6,64,37,48,72,6,184,255,192,179,14,17,132,7,8,71,64,66,8,11,72,6,59,53,71,31,16,63,16,79,16,95, + 16,4,16,64,37,43,72,16,128,59,1,31,59,95,59,2,21,48,80,15,47,31,47,79,47,95,47,175,47,223,47,239,47,7,191,47,207,47,2,47,47,0,39,80,36,32,16,0,80,5,11,22,0,63,51,237,130,2,8,32,18, + 57,47,93,113,237,57,1,93,113,47,43,93,237,16,198,43,43,43,50,47,17,57,57,47,47,18,57,237,49,48,93,43,76,32,5,37,93,93,93,37,50,62,24,122,96,12,33,55,53,74,193,5,48,51,50,22,23,7,46, + 1,35,34,6,21,20,30,2,51,21,34,124,1,5,8,216,1,200,54,96,79,63,21,105,32,84,106,130,78,96,141,92,45,42,72,96,54,51,85,61,34,50,95,136,87,118,191,67,128,47,125,75,91,96,55,97,131,75, + 72,139,109,66,29,52,74,114,31,48,56,26,100,39,71,53,32,46,84,116,69,58,95,69,42,5,2,6,40,64,86,51,62,106,77,44,86,99,88,71,68,85,74,57,70,37,12,135,11,40,80,69,45,69,46,24,0,0,0,1, + 0,86,254,159,3,96,5,204,0,56,0,209,64,117,169,38,1,156,29,172,29,2,149,55,165,55,2,173,39,1,124,39,140,39,156,39,3,117,8,1,115,2,1,100,36,132,36,148,36,164,36,4,139,24,155,24,171,24, + 3,57,24,1,44,31,156,31,172,31,3,44,30,60,30,76,30,3,100,54,132,54,164,54,3,38,54,86,54,2,240,47,1,47,47,21,0,71,33,40,50,50,10,31,21,79,21,2,191,21,1,21,64,29,33,72,0,24,170,92,9,8, + 48,50,47,80,5,26,0,184,255,240,64,31,19,22,72,135,0,151,0,2,218,33,1,169,33,185,33,201,33,3,136,33,152,33,2,26,33,0,3,15,48,0,15,0,47,63,18,23,57,93,130,0,53,43,17,51,237,50,1,47,94, + 93,43,93,113,205,50,47,51,47,237,18,57,47,113,66,178,5,36,0,93,93,1,93,132,4,70,183,5,36,1,20,30,2,23,66,170,5,33,7,39,76,70,5,8,111,39,46,5,53,52,62,4,55,53,14,3,35,33,53,33,21,14, + 5,1,21,43,74,100,57,54,111,90,58,18,26,29,10,126,9,19,16,11,36,66,94,57,42,89,82,73,54,31,49,85,113,127,135,64,12,34,36,34,11,254,167,2,130,62,131,123,108,81,47,1,123,64,79,49,31,15, + 15,34,57,88,68,34,68,62,51,17,56,12,33,38,39,19,34,45,33,25,13,10,23,36,50,74,100,67,83,176,176,175,166,155,68,4,1,130,0,40,131,127,70,157,166,172,171,166,0,130,0,56,1,0,106,254,88, + 3,238,4,78,0,35,0,100,185,0,32,255,232,64,46,9,12,72,35,70,24,164,219,9,37,37,128,23,12,70,192,117,57,5,8,67,48,13,224,13,240,13,5,8,13,240,37,1,255,37,1,112,37,1,37,184,255,192,64, + 14,19,23,72,35,27,23,6,80,29,16,17,15,12,21,0,63,63,63,237,50,63,1,43,93,93,113,47,94,93,113,237,50,26,16,220,93,113,26,237,49,48,43,1,17,24,64,213,11,45,38,39,51,30,3,21,51,62,3,51, + 50,30,2,21,24,164,209,11,8,50,22,14,170,9,14,10,5,3,26,62,82,106,70,90,130,84,39,254,88,4,86,79,106,65,27,45,85,125,81,253,141,3,83,68,121,42,21,48,49,47,20,47,76,53,29,44,92,145,100, + 251,135,130,206,8,139,0,3,0,106,255,236,4,9,5,203,0,15,0,26,0,37,0,194,64,108,153,19,169,19,2,150,24,166,24,2,138,2,1,133,5,1,138,14,1,133,10,1,124,36,140,36,2,115,29,131,29,2,85,29, + 101,29,2,124,18,140,18,2,74,18,90,18,106,18,3,115,25,131,25,2,69,25,85,25,101,25,3,6,13,22,13,2,6,10,1,9,5,1,9,2,1,7,33,0,71,64,15,21,31,21,127,21,143,21,239,21,255,21,6,21,64,45,48, + 72,21,39,128,32,22,71,32,8,1,8,184,255,192,183,29,35,72,8,48,39,1,39,130,11,53,64,19,30,35,72,223,39,1,22,80,32,32,16,27,80,11,0,16,80,3,22,0,85,239,8,52,93,43,113,47,43,93,237,50, + 26,16,220,43,113,26,237,51,49,48,0,94,93,71,119,5,68,235,6,132,13,8,107,16,2,35,34,46,1,2,53,16,18,51,50,30,1,18,1,50,62,2,55,33,30,3,19,34,14,2,7,33,46,3,4,9,240,228,108,171,118,62, + 233,232,121,175,112,54,254,42,62,100,73,42,3,253,221,3,44,71,94,66,62,99,72,42,3,2,35,3,40,69,97,2,221,254,131,254,140,92,186,1,27,192,1,117,1,121,93,188,254,231,252,216,52,128,216, + 164,164,215,129,52,4,217,51,126,212,161,161,212,126,83,123,5,8,81,137,0,0,1,141,4,58,0,13,1,13,64,210,13,8,70,207,5,223,5,2,0,5,32,5,208,5,3,9,5,5,14,15,95,15,111,15,2,32,15,1,224, + 15,240,15,2,111,15,127,15,143,15,3,0,15,16,15,32,15,3,205,207,15,223,15,239,15,3,96,15,1,127,15,207,15,2,64,15,80,15,2,175,135,19,8,43,112,15,2,15,15,31,15,2,154,255,15,1,208,15,224, + 15,2,63,15,1,159,15,175,15,2,112,15,1,223,15,1,144,15,1,63,15,79,15,2,0,15,1,106,159,140,51,40,1,239,15,255,15,2,128,15,208,132,50,130,92,132,70,33,55,207,131,21,48,144,15,160,15,176, + 15,3,31,15,47,15,63,15,3,176,15,192,130,37,32,3,131,31,34,111,15,3,131,27,32,224,131,27,32,63,132,85,40,7,6,15,0,21,0,63,63,1,76,249,5,76,237,5,76,200,8,35,93,93,113,113,77,21,8,33, + 114,114,133,35,34,17,18,57,66,196,5,36,49,48,51,46,3,81,82,6,58,23,199,15,24,15,8,180,11,21,30,18,16,53,64,70,33,3,78,252,169,32,64,60,52,19,0,0,24,74,103,12,8,66,158,64,114,148,9, + 164,9,2,102,9,118,9,134,9,3,172,0,1,139,0,155,0,2,105,0,121,0,2,86,10,150,10,166,10,3,151,10,167,10,2,84,10,1,70,7,134,7,2,1,10,247,8,1,8,10,9,16,9,9,0,11,16,0,11,160,11,2,130,7,35, + 11,32,11,64,130,10,36,224,11,6,7,11,24,173,65,13,24,74,101,15,32,5,24,74,100,8,32,23,24,74,99,9,46,94,93,113,56,51,57,47,56,57,51,113,17,51,49,48,73,218,6,32,93,130,0,24,74,95,27,34, + 109,254,127,24,74,95,12,130,215,8,191,14,0,0,3,238,5,204,0,33,1,60,64,101,149,15,1,157,23,1,138,2,1,137,1,1,137,25,153,25,2,140,21,156,21,2,115,0,131,0,147,0,3,140,20,156,20,2,106, + 20,122,20,2,146,32,1,132,32,1,101,32,117,32,2,3,102,26,118,26,150,26,3,141,26,157,26,2,2,126,26,1,108,26,1,3,84,18,1,148,31,1,101,31,117,31,133,31,3,86,31,1,146,29,1,2,128,29,1,84, + 29,1,144,28,1,28,184,255,224,64,59,13,16,72,146,27,1,84,27,100,27,116,27,3,93,0,109,0,2,149,17,1,73,17,1,150,18,1,138,18,1,101,18,117,18,2,38,18,86,18,2,42,3,58,3,74,3,122,3,138,3, + 5,26,0,20,10,10,19,32,33,184,255,240,64,69,33,20,19,16,31,19,63,19,2,131,4,44,95,19,127,19,159,19,191,19,223,19,255,19,8,131,4,36,2,192,19,1,95,130,18,51,2,0,19,16,19,64,19,3,8,19, + 0,35,48,35,96,35,160,35,176,35,130,71,47,13,33,19,21,6,80,13,0,0,63,237,63,51,18,57,57,82,65,6,38,93,113,114,56,51,47,56,130,17,32,47,130,20,72,161,8,38,0,93,1,93,93,43,93,79,103,6, + 34,0,93,95,131,9,32,1,131,6,67,209,8,130,34,8,94,39,46,3,35,34,6,7,39,62,1,51,50,30,2,23,1,35,3,46,3,39,14,3,7,1,35,1,207,36,27,42,45,57,40,11,32,6,35,25,72,32,55,87,73,67,36,1,171, + 190,207,8,18,18,16,5,7,22,25,24,8,254,255,187,3,197,99,73,105,67,31,7,3,130,9,15,36,81,131,95,251,139,2,65,22,56,59,56,21,21,60,62,55,18,253,193,66,131,5,8,84,254,119,4,6,4,58,0,41, + 0,108,64,55,13,40,14,17,72,90,8,106,8,2,35,70,5,15,34,95,34,2,159,34,175,34,255,34,3,0,34,16,34,32,34,3,7,34,43,23,19,70,0,20,16,20,48,20,240,20,4,8,20,96,43,128,43,2,43,184,255,192, + 64,15,20,23,72,41,21,34,21,15,19,5,28,80,14,72,102,5,54,50,47,63,51,63,1,43,93,47,94,93,237,50,16,220,94,93,93,113,50,237,49,48,130,217,38,43,33,46,3,53,35,14,130,222,76,51,8,24,204, + 67,13,130,238,8,72,3,94,1,3,3,3,4,26,56,69,86,57,82,120,32,4,3,1,182,182,25,59,98,74,67,100,67,33,181,1,2,2,1,6,46,59,59,20,51,79,53,27,64,58,32,63,27,254,139,5,195,253,124,69,116, + 85,47,52,91,126,75,2,105,252,175,34,76,67,49,7,0,0,1,130,231,34,0,3,178,130,227,8,72,18,2,35,64,79,130,17,146,17,162,17,3,153,6,169,6,2,131,8,147,8,163,8,3,3,87,8,103,8,119,8,3,6,5, + 9,32,14,17,72,9,9,7,15,16,16,0,70,64,91,12,107,12,123,12,3,91,12,219,12,235,12,3,180,12,196,12,2,11,12,27,12,59,12,131,24,49,5,7,12,20,128,8,7,184,255,240,64,255,7,11,20,27,20,2,131, + 4,8,46,75,20,91,20,139,20,155,20,203,20,219,20,8,255,20,1,196,20,212,20,2,160,20,1,132,20,148,20,2,96,20,1,68,20,84,20,2,32,20,1,4,20,20,20,2,199,224,137,32,131,16,131,28,131,40,32, + 6,135,8,131,61,33,6,27,131,45,33,1,219,131,42,33,1,155,131,73,33,1,91,131,71,32,1,133,23,32,151,144,117,133,124,35,3,132,20,1,143,111,138,110,135,143,135,118,33,4,103,139,128,131,119, + 32,8,151,113,133,23,139,118,35,64,93,6,55,139,248,35,6,63,20,1,135,227,146,115,65,3,12,65,32,15,36,2,80,20,1,47,93,33,5,43,2,7,15,7,15,9,6,21,0,63,51,63,24,163,134,77,34,56,51,26,66, + 142,5,49,114,26,237,50,17,51,17,57,61,47,43,51,51,49,48,93,95,93,78,203,5,8,52,7,35,1,51,1,54,18,53,52,38,39,51,30,1,3,178,63,106,140,77,170,254,122,189,1,55,142,124,29,20,177,24,28, + 3,78,99,218,221,214,94,4,58,252,96,185,1,86,156,81,119,45,45,113,74,151,8,8,126,106,5,204,0,74,1,0,64,125,122,71,138,71,2,101,33,117,33,133,33,3,105,39,1,85,50,1,83,44,1,57,2,1,110, + 66,126,66,142,66,3,26,66,42,66,2,12,29,28,29,44,29,3,13,40,9,12,72,12,73,28,73,44,73,108,73,124,73,140,73,6,5,11,95,37,1,79,37,1,112,37,128,37,2,37,17,95,26,1,111,26,1,26,37,26,52, + 63,31,70,11,32,11,1,23,11,23,11,0,31,63,63,63,79,63,111,63,127,63,143,63,175,63,191,63,207,63,9,159,130,8,8,38,255,63,3,63,184,255,192,64,17,7,11,72,63,42,71,31,0,1,0,5,37,80,31,11, + 24,42,184,255,240,64,32,19,22,72,151,42,1,0,16,130,7,8,46,152,0,1,52,0,42,3,57,32,36,1,36,36,24,57,26,17,23,80,24,0,0,63,237,50,50,47,18,57,47,93,18,23,57,93,43,93,43,18,57,57,237, + 57,1,47,93,237,24,72,39,11,33,16,205,130,36,42,93,114,51,47,93,113,114,18,57,49,48,130,40,24,102,108,8,39,1,93,0,93,19,52,62,2,76,44,7,40,55,53,14,3,43,1,53,33,21,77,145,5,32,23,135, + 7,74,229,16,8,40,86,51,110,175,125,68,118,87,51,50,79,97,47,12,68,80,76,18,74,2,122,77,144,112,68,60,99,130,69,100,175,131,76,43,74,100,57,54,114,94,61,74,245,8,34,39,70,97,74,245, + 6,8,40,1,98,76,147,124,90,19,2,5,39,68,96,62,64,93,64,40,10,8,1,2,3,2,131,125,9,34,59,90,67,63,81,49,24,6,131,13,54,89,127,84,75,7,31,84,79,6,8,36,29,4,78,18,6,0,82,0,0,0,1,0,79,255, + 236,5,43,4,58,0,48,0,115,64,35,53,12,117,12,133,12,3,3,40,7,17,72,132,4,8,83,46,80,32,96,32,2,46,32,35,70,64,111,5,1,80,5,1,5,184,255,192,64,38,8,11,72,5,50,128,15,50,47,50,2,13,7, + 72,79,25,95,25,111,25,207,25,4,25,14,20,34,7,20,80,31,15,14,21,40,80,0,22,0,63,237,63,63,237,50,50,1,47,50,50,93,237,50,93,26,16,220,43,93,113,26,130,17,58,93,47,49,48,43,0,43,1,93, + 5,34,46,2,53,17,33,21,20,14,2,7,35,62,3,61,1,34,130,8,39,53,62,3,51,33,21,35,17,78,225,6,8,191,55,21,14,1,4,102,59,82,52,24,254,110,16,27,36,19,188,19,39,32,20,39,79,69,53,12,12,43, + 51,54,23,4,37,234,13,24,35,22,7,23,25,23,8,31,69,20,28,59,94,66,2,212,72,131,251,228,195,74,76,197,226,247,125,80,7,10,13,7,139,6,11,8,4,131,253,83,44,56,32,13,2,2,3,1,129,8,12,0,2, + 0,132,254,87,4,59,4,79,0,26,0,47,0,129,64,64,122,25,1,101,20,117,20,2,106,19,122,19,2,106,45,122,45,2,75,8,91,8,107,8,3,125,30,1,107,30,1,74,30,90,30,2,0,71,64,160,27,1,27,49,128,38, + 15,70,223,16,1,0,16,16,16,48,16,3,8,16,48,49,1,49,184,255,192,64,21,30,35,72,223,49,1,96,49,128,49,2,32,80,22,16,15,27,43,24,111,17,8,35,1,93,93,43,76,16,10,35,26,237,49,48,90,176, + 6,36,93,0,93,1,93,117,43,7,82,108,8,24,124,83,14,8,90,17,30,3,51,50,62,2,4,59,63,115,161,98,62,98,80,66,28,4,2,2,180,60,116,169,110,103,181,134,78,193,44,83,116,72,69,100,64,30,28, + 72,80,87,44,67,100,67,33,2,4,118,197,142,79,20,37,53,33,30,61,32,254,87,3,238,119,193,136,74,79,150,219,131,104,166,115,61,53,101,146,93,254,195,35,55,37,20,58,107,152,0,78,119,6,8, + 115,156,4,78,0,57,0,209,64,38,137,55,1,139,54,1,143,53,1,123,53,1,106,50,1,96,2,1,52,15,68,15,84,15,3,82,10,98,10,130,10,3,51,10,67,10,2,3,184,255,224,64,52,12,17,72,3,24,11,14,72, + 26,31,106,31,122,31,138,31,4,139,30,1,10,37,26,37,2,7,71,31,40,1,40,52,17,79,28,1,143,28,159,28,223,28,3,28,64,24,27,72,96,28,1,28,184,255,192,183,7,12,72,28,48,59,1,59,76,38,8,51, + 59,1,12,33,40,16,19,22,72,136,40,152,40,2,7,184,255,240,64,19,130,13,52,135,7,151,7,2,33,7,40,3,22,53,0,80,47,16,22,0,47,63,237,51,67,189,6,34,17,51,1,76,67,5,43,43,93,113,205,50,47, + 93,237,49,48,93,93,24,79,112,8,32,1,130,10,32,1,131,15,37,93,1,34,14,4,21,78,123,24,54,51,50,30,2,23,7,46,3,2,70,54,88,67,49,32,15,32,76,124,92,53,114,95,67,136,9,8,42,35,68,97,63, + 66,113,94,72,50,26,20,46,75,110,148,97,68,99,73,54,22,116,18,42,49,57,3,193,49,80,104,108,106,42,68,96,72,57,30,17,37,59,89,78,127,11,58,30,44,36,31,17,18,40,51,68,93,122,81,47,130, + 140,136,108,66,21,34,44,23,119,19,36,28,17,86,219,6,8,100,209,4,58,0,28,0,47,0,132,64,94,133,12,1,122,13,138,13,2,131,46,1,101,46,117,46,2,100,42,116,42,132,42,3,124,33,140,33,2,90, + 33,106,33,2,143,38,1,108,38,124,38,2,74,38,90,38,2,15,17,31,17,111,17,127,17,4,7,17,0,71,64,15,29,143,29,191,29,3,0,29,32,29,64,29,3,29,49,128,40,71,31,10,143,10,2,10,23,35,80,15,15, + 66,127,7,82,91,7,39,220,93,113,26,237,196,94,93,75,8,9,75,16,5,119,170,12,43,33,21,35,34,46,2,39,21,30,3,7,52,130,7,8,154,35,34,14,2,21,20,22,51,50,62,2,4,48,61,123,183,123,123,186, + 124,63,86,153,213,126,2,57,165,9,35,43,44,17,28,55,43,26,189,20,34,45,25,89,83,143,107,61,151,147,78,117,76,38,1,235,112,188,135,76,74,139,202,129,144,210,138,66,131,1,2,2,1,4,42,99, + 115,131,78,74,132,116,99,42,50,105,160,110,207,206,52,97,139,0,1,0,29,255,236,3,24,4,58,0,35,0,99,64,50,35,13,131,13,2,31,32,12,17,72,13,31,29,31,45,31,3,26,13,26,127,5,143,5,2,5,15, + 70,0,34,32,34,2,34,34,36,37,79,37,1,208,37,1,159,37,1,16,79,130,6,49,12,14,17,72,20,80,29,22,14,35,80,11,15,0,63,237,50,63,113,11,6,42,17,18,57,47,93,253,204,93,51,51,47,131,241,34, + 43,1,93,68,99,10,32,33,68,99,11,131,241,35,53,17,1,25,68,90,9,35,2,68,254,208,68,91,10,38,43,59,82,52,24,3,183,68,79,22,68,120,5,37,0,0,0,1,0,133,130,207,32,254,130,207,8,81,31,0,113, + 64,62,134,3,1,133,15,149,15,2,106,18,122,18,2,86,28,1,25,8,41,8,2,27,0,71,64,15,21,1,47,21,159,21,2,160,21,1,21,33,128,13,70,0,10,16,10,48,10,240,10,4,8,10,240,33,1,255,33,1,112,33, + 1,33,184,255,192,64,13,20,23,72,31,33,1,26,11,15,16,68,75,6,34,51,1,93,80,92,6,44,237,26,16,220,93,113,114,26,237,50,49,48,93,131,0,65,198,8,34,17,51,17,65,177,5,8,83,53,52,46,2,39, + 51,30,3,3,254,53,113,176,123,109,160,104,51,181,117,134,73,104,65,30,20,33,40,21,188,18,40,32,21,2,59,137,218,154,82,50,107,166,116,2,151,253,99,146,148,50,108,170,120,68,147,139,120, + 41,40,113,134,149,0,2,0,85,254,87,4,218,4,82,0,35,0,45,0,130,64,21,101,34,1,71,251,6,42,74,21,90,21,2,69,21,85,21,2,45,130,168,41,179,11,14,72,25,184,255,224,64,54,130,8,8,77,11,29, + 27,29,2,64,19,80,19,2,19,19,24,71,13,7,36,71,224,0,1,0,43,6,72,27,0,7,64,7,2,7,64,47,1,19,80,18,18,39,80,31,16,43,27,80,5,8,22,6,27,0,63,63,51,237,50,63,237,51,47,237,1,113,47,93,51, + 253,50,220,113,237,16,220,237,50,47,93,130,220,34,0,43,43,67,209,6,131,226,35,7,17,35,17,83,174,5,39,55,23,14,3,21,20,22,23,87,156,6,8,164,7,52,38,35,34,6,21,17,62,1,4,218,74,132,184, + 110,170,114,181,125,67,49,103,159,109,21,69,96,60,27,147,151,154,158,84,133,92,49,189,87,80,68,76,162,149,2,53,151,215,140,71,6,254,105,1,151,5,72,138,207,141,102,188,150,103,18,136, + 15,77,114,143,80,213,201,8,2,68,193,212,76,141,199,121,193,211,129,140,253,185,7,218,0,0,0,1,0,21,254,88,4,27,4,80,0,27,1,26,64,51,169,25,1,153,3,1,138,6,154,6,2,174,23,1,123,23,139, + 23,155,23,3,84,21,1,173,27,1,140,27,156,27,2,123,27,1,90,27,106,27,2,41,27,57,27,2,26,16,9,17,72,2,184,255,240,64,99,130,8,55,162,1,1,131,1,147,1,2,116,1,1,69,1,85,1,101,1,3,38,1,54, + 1,2,166,130,81,8,67,25,1,39,25,55,25,71,25,3,3,101,19,117,19,2,86,19,1,39,19,55,19,2,25,22,0,3,4,2,26,23,24,24,27,26,16,27,26,59,26,91,26,123,26,155,26,187,26,219,26,7,219,26,251,26, + 2,4,26,20,26,68,26,3,7,26,13,13,1,131,103,8,37,183,2,36,29,1,11,29,1,22,184,255,208,64,41,14,17,72,70,22,1,53,22,1,139,0,1,125,0,1,2,75,0,91,0,107,0,3,63,130,211,50,25,3,22,4,1,23, + 15,9,80,16,16,27,1,27,0,63,51,63,237,83,222,5,33,95,93,130,0,45,43,1,93,93,47,56,51,51,47,47,94,93,93,113,131,8,35,51,17,18,23,89,40,5,132,32,132,36,87,148,8,40,93,93,0,93,37,1,35, + 1,3,77,228,13,8,68,19,1,51,9,1,35,2,30,254,179,188,1,184,170,27,44,40,42,25,11,32,7,34,24,62,32,48,70,60,59,36,142,1,8,187,254,144,1,150,190,239,253,105,3,57,1,87,54,82,55,28,7,3,131, + 9,11,27,62,102,75,254,217,2,27,253,71,252,215,0,130,171,63,135,254,87,5,44,5,60,0,31,0,128,64,90,121,18,1,18,16,7,10,72,121,19,137,19,153,19,3,121,11,1,11,132,14,8,64,10,137,10,153, + 10,3,24,70,21,15,5,70,8,0,14,72,29,0,15,16,15,160,15,208,15,4,8,15,128,33,176,33,224,33,3,111,33,1,32,33,1,255,33,1,80,33,128,33,144,33,192,33,4,30,30,6,22,15,0,29,80,13,16,22,14,66, + 139,7,130,245,130,253,93,224,5,43,51,253,50,220,237,16,220,237,49,48,0,93,130,237,35,43,93,37,62,81,14,5,33,14,2,66,141,6,98,110,5,8,60,23,17,51,3,46,87,124,80,37,182,59,124,193,134, + 170,134,192,124,59,181,38,79,124,87,170,119,1,31,73,121,91,2,134,253,124,122,172,110,53,1,254,107,1,149,1,53,110,172,122,2,132,253,122,90,121,73,32,1,4,197,0,130,0,8,139,1,0,83,255, + 236,5,235,4,79,0,63,0,176,64,83,153,33,169,33,2,153,26,169,26,2,119,16,1,122,58,138,58,2,10,37,26,37,42,37,154,37,170,37,5,10,22,26,22,42,22,154,22,170,22,5,29,0,73,61,61,40,8,46,13, + 46,13,51,19,71,64,128,8,176,8,2,15,8,1,7,8,65,128,51,71,63,40,1,40,0,65,1,48,65,1,240,65,1,65,184,255,192,64,32,30,35,72,175,65,223,65,2,0,65,32,65,64,65,3,30,35,62,62,14,3,56,80,24, + 35,22,46,13,80,45,14,16,0,63,51,237,50,131,3,38,17,57,47,18,57,1,93,130,243,60,113,114,47,93,237,26,16,220,94,93,93,26,237,18,57,57,47,47,17,18,57,47,237,57,49,48,0,93,93,71,106,6, + 68,115,10,32,55,75,4,5,39,35,34,46,2,39,35,14,3,131,7,33,53,52,87,115,5,32,21,73,219,6,8,153,61,1,51,3,115,114,102,65,87,53,22,29,61,97,67,23,109,159,103,49,53,101,148,95,68,104,77, + 52,16,4,16,52,77,105,67,95,148,101,53,49,103,159,109,23,68,96,62,28,22,52,86,65,51,82,57,30,166,1,193,157,173,56,102,145,90,82,150,121,84,15,139,18,112,161,194,101,128,200,137,72,36, + 68,99,64,64,99,68,36,72,137,200,128,101,194,161,112,18,139,15,84,121,150,82,90,145,102,56,45,84,123,78,252,0,0,0,255,255,255,205,0,0,1,250,5,123,18,38,1,134,0,0,17,6,0,105,160,0,0, + 25,182,2,1,14,17,38,2,1,184,255,217,180,18,16,5,109,39,5,35,0,43,53,53,132,51,69,211,5,132,51,32,146,130,51,36,7,0,105,0,242,130,24,131,53,32,32,133,53,35,244,180,36,34,94,192,6,132, + 53,75,107,7,37,6,7,18,38,0,82,131,51,35,1,84,1,41,130,51,36,19,64,11,2,35,130,51,32,70,24,113,155,16,36,133,255,236,3,254,131,47,32,1,132,99,34,1,84,0,131,176,130,47,39,1,32,17,38, + 1,17,32,35,133,95,130,94,133,147,36,83,255,236,5,235,132,47,32,150,134,95,32,255,133,95,33,1,64,130,47,36,55,64,67,40,19,95,187,12,42,168,0,0,4,254,6,178,16,38,0,40,131,47,35,2,159, + 1,121,130,47,43,153,185,0,21,255,192,179,233,233,72,21,184,130,7,33,230,230,133,7,33,227,227,133,7,33,224,224,133,7,33,221,221,133,7,33,218,218,133,7,33,215,215,133,7,33,212,212,133, + 7,33,209,209,133,7,33,206,206,133,7,33,203,203,133,7,33,200,200,133,7,33,197,197,132,7,45,64,10,11,11,72,2,1,12,5,38,2,1,184,255,24,129,128,14,110,144,14,8,112,0,0,1,0,46,255,236,6, + 79,5,129,0,45,0,133,64,13,155,31,171,31,2,101,37,117,37,133,37,3,2,184,255,224,64,71,13,17,72,18,16,12,15,72,42,13,58,13,2,36,7,52,7,2,20,20,10,42,1,39,90,45,175,40,1,0,40,1,40,10, + 90,0,29,16,29,176,29,224,29,4,7,29,0,42,95,43,38,33,95,1,6,6,40,43,3,40,18,26,95,15,63,21,1,21,21,15,19,0,63,51,47,93,16,237,24,77,176,12,61,94,93,237,47,93,93,204,253,50,204,18,57, + 47,49,48,0,93,93,43,43,93,93,1,17,62,3,51,50,22,29,75,173,8,33,55,30,130,15,38,54,61,1,52,38,35,34,68,9,5,8,103,33,53,33,21,2,208,33,109,127,130,53,226,217,41,86,133,92,53,88,75,64, + 29,111,18,41,48,56,33,84,80,129,144,51,123,120,105,33,190,254,28,4,134,4,229,254,160,7,20,19,13,187,188,214,93,145,100,53,17,32,46,28,123,16,33,26,17,101,111,219,119,122,10,15,17,8, + 253,12,4,229,156,156,0,255,255,0,168,0,1,4,47,6,240,16,38,1,97,0,0,17,7,2,156,1,113,65,235,6,40,6,5,38,1,33,6,9,4,0,65,235,9,8,170,0,1,0,104,255,236,5,121,5,150,0,42,0,218,64,156,156, + 17,172,17,2,156,15,172,15,2,156,39,172,39,2,138,39,1,156,41,172,41,2,138,41,1,137,31,1,117,11,1,117,10,165,10,2,166,26,1,73,26,137,26,2,70,32,134,32,2,37,10,53,10,2,42,3,58,3,2,3,68, + 44,1,7,7,19,5,8,91,116,29,132,29,2,203,29,219,29,2,68,29,1,43,29,1,29,37,235,19,1,100,19,116,19,164,19,212,19,4,64,19,1,2,0,19,48,19,2,7,19,8,95,127,5,175,5,2,5,5,13,34,79,38,1,38, + 38,0,95,34,4,13,95,24,16,18,32,18,2,48,18,64,18,112,18,128,18,192,18,208,18,6,18,18,24,65,122,5,53,113,16,237,63,237,51,47,93,17,18,57,47,113,237,1,47,94,93,95,93,93,113,130,16,130, + 5,40,237,50,17,57,47,93,49,48,0,70,108,5,72,4,6,72,236,5,38,34,14,2,7,33,21,33,77,25,5,33,55,23,24,87,208,13,8,103,4,23,7,46,3,3,24,111,173,124,73,10,2,142,253,114,9,77,128,176,109, + 90,141,108,79,27,156,40,108,148,191,123,171,254,255,173,86,91,175,1,0,164,225,1,46,71,181,20,68,102,137,4,250,68,126,178,110,154,112,185,132,72,50,82,105,55,77,79,136,100,57,109,195, + 1,12,159,165,1,10,187,101,176,173,60,50,91,70,42,0,0,255,255,0,93,255,236,4,248,5,150,18,6,0,54,110,23,20,36,7,0,0,2,52,24,131,191,39,41,255,255,0,32,255,236,3,104,5,129,130,79,33, + 45,0,130,58,8,122,0,18,255,240,8,11,5,129,0,38,0,47,0,215,64,98,57,29,1,166,8,1,167,11,1,162,10,1,133,10,149,10,2,58,10,1,154,15,170,15,2,141,13,157,13,173,13,3,121,13,1,116,47,132, + 47,148,47,3,123,40,139,40,155,40,3,101,11,1,141,14,157,14,173,14,3,14,32,10,14,72,43,30,123,30,139,30,155,30,4,42,31,122,31,2,0,90,48,39,1,0,39,16,39,2,7,39,20,13,36,13,52,13,3,13, + 184,255,248,64,14,22,25,72,73,107,24,5,35,52,8,3,8,131,18,32,39,130,18,8,38,9,31,73,31,2,8,13,31,3,175,20,191,20,2,20,33,44,90,6,43,95,33,33,6,8,95,31,3,23,95,16,19,44,95,6,18,0,63, + 237,89,216,8,41,47,237,50,47,93,23,51,113,43,113,130,2,39,47,94,93,113,237,49,48,93,25,2,240,7,32,93,89,225,9,42,1,20,14,2,35,33,17,33,3,6,2,85,50,5,40,53,30,1,51,50,62,4,55,19,130, + 20,107,18,5,131,30,8,181,50,54,8,11,61,121,182,121,253,183,254,96,49,22,43,49,60,78,102,66,25,47,14,11,35,10,30,52,45,42,39,40,21,67,3,2,1,126,125,186,124,62,192,164,164,254,153,1, + 111,164,156,1,157,87,150,112,64,4,225,254,144,172,254,245,199,137,85,37,5,5,152,4,3,23,62,107,169,238,161,1,254,253,172,58,105,147,92,121,129,254,2,136,0,0,0,2,0,168,0,0,7,171,5,129, + 0,22,0,31,0,110,64,25,116,31,132,31,148,31,3,123,24,139,24,155,24,3,38,20,54,20,2,0,90,176,23,1,23,184,255,192,64,43,7,11,72,23,13,9,90,0,10,16,10,64,10,3,7,10,17,28,90,14,0,6,1,8, + 6,27,95,17,17,8,95,13,13,10,15,11,3,10,18,28,65,19,6,47,63,51,18,57,47,237,51,47,237,1,47,94,93,51,237,50,130,5,130,4,37,43,93,237,49,48,0,83,148,6,131,227,37,17,35,17,51,17,33,131, + 3,139,247,33,7,171,132,247,41,223,253,194,191,191,2,62,191,1,86,135,228,34,193,1,71,135,228,41,2,141,253,115,5,129,253,172,2,84,141,214,39,0,1,0,46,0,0,6,47,130,215,8,104,27,0,131, + 64,13,155,2,171,2,2,101,8,117,8,133,8,3,19,184,255,224,64,76,13,17,72,37,24,53,24,69,24,3,18,13,10,90,16,175,11,1,0,11,48,11,2,11,27,90,0,0,48,0,192,0,208,0,4,7,0,176,29,192,29,208, + 29,3,176,29,240,29,2,255,29,1,16,29,112,29,160,29,176,29,4,9,4,95,18,23,23,0,17,13,95,14,3,11,0,18,0,63,50,63,237,50,130,234,130,226,36,1,93,93,113,114,131,231,38,47,93,93,204,253, + 204,51,73,48,6,33,33,17,69,34,13,32,33,69,73,5,8,32,21,17,5,113,128,133,53,116,110,98,35,190,254,28,4,179,253,239,36,98,112,118,56,229,214,2,63,122,109,10,15,18,7,69,3,5,43,254,160, + 8,20,18,13,187,178,253,173,0,0,69,15,5,40,0,4,157,6,240,18,38,1,180,69,15,6,32,172,69,15,6,40,23,5,38,1,37,23,26,0,13,70,251,12,38,55,255,236,5,31,7,58,130,47,32,189,132,47,42,152, + 1,94,1,74,0,19,64,11,1,26,130,47,36,7,31,39,21,25,69,63,12,8,37,168,254,104,5,24,5,129,0,11,0,94,64,64,11,92,0,0,2,9,90,127,6,1,0,6,48,6,64,6,3,143,6,159,6,207,6,3,0,130,11,8,47,2, + 6,5,90,0,2,16,2,64,2,3,7,2,16,13,1,32,13,128,13,224,13,3,15,13,1,7,7,3,3,10,5,95,2,18,0,0,47,63,237,51,63,51,47,1,93,93,113,65,24,6,41,113,113,237,18,57,47,237,49,48,1,65,246,5,33, + 17,51,130,7,8,32,2,134,254,34,191,2,247,186,254,34,254,104,1,152,5,129,251,31,4,225,250,127,254,104,255,255,0,4,0,0,5,82,5,117,95,6,66,179,5,8,71,4,214,5,129,0,16,0,25,0,142,64,70, + 116,25,132,25,148,25,3,123,18,139,18,155,18,3,153,14,1,38,14,1,9,9,0,90,223,17,1,80,17,128,17,2,31,17,1,255,17,1,192,17,1,159,17,1,0,17,16,17,32,17,64,17,4,17,11,22,90,0,6,16,130,196, + 8,35,3,7,6,48,27,1,27,184,255,192,64,27,30,35,72,223,27,1,21,95,64,11,1,160,11,208,11,2,11,11,6,10,95,7,3,22,66,208,6,131,182,35,93,113,237,1,82,203,5,33,237,50,116,224,7,130,9,66, + 210,5,82,200,5,35,33,17,33,21,67,197,14,43,4,214,61,121,182,121,253,183,3,158,253,33,67,175,20,36,5,129,156,254,72,67,154,11,113,23,12,32,37,65,247,6,50,1,4,47,5,130,16,6,1,97,0,0, + 0,2,0,15,254,104,5,69,65,7,6,8,113,194,64,95,150,10,1,150,20,1,150,15,1,144,19,1,134,19,1,115,22,131,22,2,3,147,24,1,2,128,24,1,114,24,1,102,24,1,85,11,101,11,2,90,14,106,14,2,97,23, + 145,23,2,83,23,1,53,23,69,23,2,2,92,3,3,0,90,191,17,207,17,2,160,17,1,31,17,95,17,127,17,143,17,159,17,5,0,17,1,8,17,20,25,36,25,52,25,3,25,184,255,248,64,11,22,25,72,20,19,36,19,52, + 19,3,19,131,15,32,28,130,15,8,40,9,15,19,25,4,6,92,7,15,27,47,27,2,19,95,15,3,8,0,25,95,5,18,7,2,0,47,51,63,237,50,50,63,237,1,93,47,237,23,51,43,69,16,5,38,93,93,93,237,50,47,237, + 91,54,8,33,93,95,130,1,130,20,39,93,93,37,51,17,35,17,33,130,3,8,64,51,62,3,55,19,33,3,17,33,3,14,3,7,4,150,175,180,252,50,180,144,41,66,55,44,18,67,2,212,186,254,137,49,18,40,46,54, + 32,160,253,200,1,152,254,104,2,56,51,138,181,228,141,1,254,251,31,4,65,254,144,134,221,178,137,51,118,31,15,8,61,0,1,0,28,0,0,7,71,5,129,0,41,1,72,64,41,133,8,1,117,31,133,31,2,117, + 14,1,99,24,1,108,25,124,25,140,25,3,108,26,124,26,140,26,3,101,13,117,13,133,13,3,33,40,14,17,72,6,184,255,216,64,35,130,8,52,58,24,74,24,2,41,24,1,53,15,69,15,117,15,3,3,39,15,1,27, + 48,130,23,44,40,27,56,27,72,27,3,12,184,255,208,64,11,130,15,43,39,12,55,12,71,12,3,31,184,255,224,179,130,14,130,7,39,240,64,73,10,13,72,8,32,130,13,33,8,16,130,9,8,110,34,31,27,31, + 28,28,32,21,40,90,41,5,8,12,8,41,11,11,7,18,52,41,1,116,41,196,41,228,41,3,41,33,32,16,32,64,29,32,72,228,32,1,155,32,171,32,2,68,32,116,32,2,11,32,43,32,2,32,6,7,184,255,240,64,51, + 171,7,187,7,2,7,68,43,116,43,132,43,228,43,4,47,43,1,2,15,43,1,31,8,34,5,8,5,39,0,96,21,127,18,175,18,2,47,18,1,18,18,6,27,19,11,130,81,37,6,18,0,63,51,51,130,2,56,18,57,47,93,113, + 51,237,50,57,57,17,51,17,51,1,93,95,93,93,47,93,56,51,47,93,130,0,32,43,131,7,33,113,51,130,34,33,18,57,130,28,37,16,237,50,17,57,47,131,9,34,49,48,43,130,0,33,93,43,130,1,33,95,93, + 74,6,5,33,93,0,98,218,6,45,34,46,2,39,1,35,1,38,39,1,51,19,30,3,130,54,41,17,50,62,2,55,19,51,1,6,7,130,22,8,132,14,3,35,17,35,3,82,17,45,48,46,17,254,85,222,1,253,48,131,254,229,200, + 205,66,90,76,81,57,191,57,81,76,90,66,205,200,254,229,131,48,1,253,222,254,85,17,46,48,45,17,191,2,133,6,11,13,8,253,85,3,7,35,189,1,154,254,207,99,123,68,24,2,107,253,149,24,68,123, + 99,1,49,254,102,189,35,252,249,2,171,8,13,11,6,253,123,0,1,0,67,255,236,4,112,5,149,0,60,1,7,64,51,138,33,1,134,7,1,124,28,140,28,2,3,112,21,1,112,20,1,2,96,20,1,69,244,6,8,55,132, + 34,1,101,34,117,34,2,124,13,1,90,13,106,13,2,59,23,75,23,2,33,184,255,232,64,122,11,16,72,5,43,1,3,51,20,25,90,46,64,25,37,72,46,46,56,90,16,139,36,155,36,171,36,3,127,130,68,56,95, + 20,111,20,2,36,20,36,20,5,112,16,1,79,16,111,16,2,255,16,1,160,16,1,127,87,1,8,45,16,175,5,191,5,2,5,64,32,45,72,5,64,13,130,78,44,51,20,95,127,21,175,21,2,21,21,11,41,35,131,17,8, + 35,35,35,30,95,41,4,11,95,0,32,6,48,6,112,6,128,6,4,208,6,1,6,184,255,192,182,13,17,72,6,6,0,19,0,63,50,105,132,5,36,63,237,51,47,43,74,9,5,39,57,1,47,43,43,93,47,93,130,0,44,113,113, + 18,57,57,47,47,93,95,93,113,16,237,130,41,41,237,18,57,49,48,0,95,93,1,43,130,28,131,2,33,95,93,130,27,36,93,0,93,5,34,24,163,44,11,38,38,43,1,53,51,50,54,105,157,7,34,7,39,62,99,108, + 5,35,20,14,2,7,78,159,5,8,112,2,109,118,176,130,94,36,165,24,66,91,121,80,77,122,85,45,192,202,71,71,181,173,39,72,104,65,77,114,83,56,19,178,33,96,132,168,105,108,172,120,64,40,73, + 104,63,67,117,87,51,69,132,192,20,50,91,128,79,77,55,98,75,44,37,69,100,64,133,118,148,119,123,55,86,59,30,40,68,90,49,61,82,127,87,45,53,96,136,83,68,107,80,55,15,10,50,82,115,73, + 95,156,113,62,0,1,0,168,0,0,5,24,5,129,130,234,61,123,64,17,172,18,1,138,18,154,18,2,147,8,163,8,2,133,8,1,19,184,255,232,64,65,9,17,72,9,24,130,4,8,66,11,92,41,9,1,9,64,12,80,12,144, + 12,3,224,12,1,143,12,159,12,175,12,3,0,12,48,12,2,12,166,19,1,19,2,92,0,1,16,1,2,7,1,15,21,47,21,2,9,18,9,1,3,12,12,8,0,18,0,63,50,50,47,63,51,51,47,1,94,158,5,45,113,47,93,93,93,113, + 51,113,237,49,48,43,43,0,130,11,55,93,51,17,51,17,20,6,7,6,7,1,51,17,35,17,52,54,55,54,55,1,168,172,2,131,0,62,238,222,170,1,2,1,2,253,26,5,129,252,100,51,98,39,46,40,4,174,250,127, + 3,168,39,89,38,44,44,251,90,71,119,6,39,5,24,7,58,18,38,1,178,71,71,6,32,146,71,71,6,40,20,5,38,1,6,25,33,0,10,71,71,13,35,0,0,4,157,130,243,8,37,22,0,151,64,104,84,12,116,12,132,12, + 3,84,15,1,139,8,1,122,8,1,89,8,105,8,2,140,14,1,14,24,13,16,72,58,5,1,100,133,31,8,54,80,12,1,53,12,69,12,2,15,12,8,12,9,16,32,9,96,9,128,9,3,9,9,13,2,21,90,32,22,1,22,14,13,16,15, + 13,127,13,207,13,239,13,4,47,13,1,13,47,24,1,15,12,20,96,47,130,185,56,2,22,13,18,8,0,3,0,63,50,63,51,57,47,93,237,50,57,1,93,47,93,113,56,51,24,103,145,7,24,108,103,10,66,55,5,35, + 0,93,19,51,67,178,17,32,168,67,156,22,33,5,129,67,136,22,41,0,0,0,1,0,18,255,240,4,153,130,235,8,89,27,0,176,64,35,150,1,1,147,3,1,117,3,133,3,2,85,4,149,4,2,145,7,1,115,7,131,7,2, + 85,7,101,7,2,129,6,145,6,2,6,184,255,216,64,46,12,15,72,37,6,53,6,2,26,2,1,26,23,106,23,122,23,138,23,4,26,90,32,27,64,27,2,224,27,1,95,27,1,0,27,1,8,27,20,6,36,6,52,6,3,130,50,75, + 165,6,8,40,1,1,20,1,36,1,52,1,3,1,184,255,248,64,26,22,25,72,9,24,73,24,2,1,6,24,3,12,128,29,1,27,18,1,95,24,3,16,95,9,19,75,152,5,34,1,93,47,75,144,10,32,93,75,146,6,32,93,83,181, + 8,32,1,75,132,20,36,35,3,223,254,94,75,114,21,34,2,255,186,75,94,23,33,250,127,70,123,5,32,6,121,247,21,36,43,0,0,255,255,124,139,7,35,18,6,0,50,132,15,57,166,0,0,5,30,5,129,17,6,1, + 110,254,0,0,88,185,0,9,255,192,179,27,27,72,9,184,130,7,33,21,21,133,7,33,20,20,133,7,33,19,19,133,7,33,17,17,133,7,33,16,16,133,7,33,15,15,133,7,33,14,14,132,7,41,183,11,11,72,9,64, + 9,9,72,43,136,0,132,107,35,168,0,0,4,121,107,8,33,255,255,79,43,7,130,139,32,38,132,31,32,46,130,31,34,180,5,129,130,15,8,165,55,0,0,0,1,0,55,255,236,5,31,5,129,0,25,0,181,64,111,217, + 24,1,139,24,1,90,24,106,24,122,24,3,41,24,1,85,23,101,23,133,23,3,70,23,1,214,22,1,131,22,1,100,22,116,22,2,86,22,1,121,18,1,128,2,1,5,2,21,2,2,132,1,1,131,0,1,84,0,100,0,2,70,0,1, + 198,23,214,23,2,113,23,129,23,2,86,23,102,23,2,143,3,1,58,3,74,3,2,20,23,24,32,25,144,25,2,25,16,25,22,10,63,21,79,21,111,21,127,21,4,21,184,255,240,64,14,21,23,20,21,5,24,24,21,3, + 11,14,95,5,19,0,63,237,50,63,51,47,17,18,57,57,1,47,56,93,50,50,130,4,34,51,57,57,73,125,6,112,56,18,35,1,14,3,35,69,20,5,8,74,1,51,50,62,2,63,1,1,51,9,1,51,2,222,47,81,90,109,75,32, + 66,64,58,23,81,35,83,48,37,58,53,57,38,49,253,195,218,1,193,1,128,205,1,62,88,128,82,40,10,18,26,16,144,22,37,21,52,90,68,89,3,186,252,240,3,16,0,0,3,0,118,255,245,5,159,121,135,8, + 8,75,143,64,92,70,28,86,28,102,28,3,73,17,89,17,105,17,3,59,51,1,59,31,1,53,43,1,38,43,1,53,39,1,38,39,1,41,90,15,8,30,90,0,35,24,7,90,46,21,224,8,1,79,8,1,32,8,1,8,32,53,1,112,53, + 208,53,224,53,3,79,53,1,16,53,1,36,47,121,97,37,36,93,93,93,113,47,130,4,121,95,5,85,147,7,130,16,111,179,8,121,98,42,40,159,64,131,197,133,40,191,40,133,121,98,6,34,29,191,28,121, + 98,6,45,5,13,92,136,89,43,252,87,43,89,136,92,13,9,121,98,38,122,199,6,121,99,12,8,66,168,254,104,5,197,5,129,0,11,0,74,64,47,1,92,2,2,11,90,0,8,1,175,8,1,0,8,64,8,112,8,3,8,7,90,0, + 4,16,4,64,4,3,7,4,32,13,224,13,2,9,9,5,3,11,11,7,95,4,18,2,0,47,63,237,50,47,63,69,207,7,130,246,32,113,74,58,5,34,37,17,35,76,57,8,43,5,197,180,251,151,191,2,245,186,160,253,200,76, + 55,7,43,251,31,0,0,0,1,0,160,0,0,4,174,130,123,46,25,0,134,64,70,164,14,1,20,40,13,17,72,1,32,130,4,62,42,7,58,7,74,7,3,23,90,25,144,22,1,143,22,1,48,22,64,22,2,207,22,1,112,22,1,111, + 22,1,16,131,13,35,22,12,90,207,124,42,5,39,64,11,3,7,11,32,27,1,130,2,57,27,184,255,192,64,19,14,17,72,0,5,95,21,47,16,1,16,16,11,24,18,22,22,11,3,0,130,165,48,63,18,57,47,93,51,237, + 50,1,43,93,113,47,94,93,93,237,71,187,6,41,113,51,237,49,48,0,93,43,43,93,66,140,6,32,53,90,159,8,32,55,130,9,8,45,35,3,240,36,94,107,115,56,114,166,108,52,190,130,134,53,110,104,92, + 35,190,190,1,252,8,20,18,12,47,92,137,89,2,82,253,194,123,108,10,15,17,7,2,244,250,127,131,215,36,168,0,0,6,173,130,215,8,77,11,0,114,64,76,7,90,4,4,0,11,90,36,8,1,11,8,1,228,8,1,219, + 8,1,148,8,1,123,8,1,4,8,20,8,100,8,3,8,3,90,4,0,68,0,228,0,3,7,0,235,13,1,196,13,1,187,13,1,132,13,1,112,13,1,2,64,13,1,15,13,1,9,5,1,3,7,7,3,124,228,6,37,47,63,51,51,1,93,75,147,6, + 77,176,6,34,93,93,93,77,179,8,32,51,130,178,32,33,134,3,36,168,191,1,233,186,130,2,77,173,5,77,177,5,39,0,1,0,168,254,104,7,47,130,159,8,81,15,0,125,64,84,132,17,148,17,180,17,3,123, + 17,1,84,17,1,1,92,2,2,15,90,12,11,90,8,8,4,11,12,59,12,75,12,91,12,123,12,139,12,155,12,203,12,8,219,12,251,12,2,207,12,1,2,159,12,1,128,12,1,111,12,1,0,12,1,8,12,7,90,32,4,1,4,13, + 9,5,3,15,15,66,24,12,32,50,132,170,34,47,93,237,113,49,5,32,95,130,164,45,18,57,47,237,16,237,50,47,237,93,93,93,49,48,66,38,11,131,178,42,7,47,180,250,45,191,1,211,186,1,210,66,45, + 13,43,4,225,251,31,0,2,0,46,0,0,5,235,77,79,6,34,100,64,68,78,87,14,47,3,1,38,3,1,64,27,1,6,90,47,17,127,17,2,176,78,79,13,53,7,17,14,0,22,90,32,12,1,12,21,95,0,0,12,14,95,15,3,22, + 95,12,82,26,5,131,149,37,1,47,93,253,50,204,132,169,33,113,237,94,128,6,38,93,1,33,50,30,2,21,82,9,6,36,53,33,1,52,38,81,243,5,8,42,2,184,1,66,125,186,124,62,61,121,182,121,253,243, + 254,53,2,138,2,115,164,164,254,213,1,51,164,156,3,45,58,105,147,90,87,150,112,64,4,229,156,252,26,81,201,5,38,3,0,168,0,0,6,109,130,187,8,70,14,0,23,0,27,0,140,64,76,116,23,132,23, + 148,23,3,123,16,139,16,155,16,3,153,12,1,38,12,1,27,90,159,24,207,24,223,24,3,16,24,64,24,80,24,112,24,4,24,0,90,0,15,1,224,15,1,159,15,1,0,15,16,15,32,15,64,15,4,15,9,20,79,27,9,56, + 128,29,1,29,184,255,192,64,19,11,14,72,19,95,9,9,6,7,25,25,7,3,24,24,20,79,19,5,37,51,47,63,51,47,17,132,225,104,20,6,37,47,93,93,93,113,237,130,5,32,237,79,19,13,33,51,17,131,237, + 32,7,135,227,35,1,17,51,17,79,21,7,32,191,79,18,15,33,152,191,82,197,5,33,5,129,81,216,10,39,254,225,5,129,250,127,0,2,131,235,33,4,214,134,235,32,107,149,233,41,0,90,31,15,1,160,15, + 176,15,2,138,216,34,96,15,5,135,218,44,2,7,6,175,25,1,64,25,128,25,144,25,3,133,214,32,3,134,209,32,63,132,204,32,93,74,66,5,133,204,156,200,149,196,33,165,155,140,193,41,96,121,131, + 254,4,131,0,1,0,105,86,155,8,8,130,206,64,81,115,26,131,26,2,115,28,131,28,2,101,28,1,115,4,131,4,2,101,4,1,115,2,131,2,2,101,2,1,101,12,1,101,11,1,135,17,1,106,17,1,90,33,138,33,2, + 10,32,26,32,90,32,3,10,40,26,40,2,36,36,24,38,14,91,32,35,112,35,2,144,35,176,35,2,127,35,1,64,35,1,35,184,255,192,64,63,7,10,72,35,6,80,24,96,24,2,175,24,191,24,2,32,24,1,24,35,95, + 127,38,175,38,2,38,38,9,30,95,19,16,25,32,25,2,48,25,64,25,112,130,254,56,192,25,208,25,6,25,25,19,19,79,5,1,5,5,0,95,9,4,0,63,237,51,47,93,63,130,3,35,113,16,237,17,86,147,5,38,93, + 93,113,51,47,43,93,130,6,33,237,51,88,17,6,35,1,93,93,0,84,206,9,32,93,96,90,5,44,39,54,36,51,50,4,22,18,21,20,2,6,4,71,119,6,8,231,3,51,50,62,2,55,33,53,33,46,3,2,201,88,137,102,69, + 19,181,71,1,46,225,164,1,0,175,91,86,172,254,255,171,118,189,149,113,41,156,27,81,109,140,87,109,176,128,77,9,253,114,2,142,10,73,124,173,4,250,42,70,91,50,60,173,176,101,187,254,246, + 165,159,254,244,195,109,54,99,136,83,78,55,105,83,50,72,132,185,112,154,110,178,126,68,0,0,2,0,168,255,236,7,179,5,150,0,26,0,46,0,168,64,63,165,7,1,133,24,1,138,20,1,121,29,1,118, + 35,1,118,39,1,74,19,138,19,2,58,30,122,30,2,53,34,117,34,2,42,44,58,44,122,44,3,37,40,53,40,117,40,3,160,48,1,0,91,144,27,160,27,2,160,27,176,27,2,27,184,255,192,64,54,7,11,72,27,16, + 12,90,0,13,16,13,64,13,3,7,13,37,91,17,48,10,112,10,2,10,32,95,22,4,11,95,80,16,1,176,16,224,16,2,15,16,1,8,16,16,13,14,3,13,18,42,72,157,5,48,63,63,18,57,47,94,93,93,113,237,63,237, + 1,47,93,51,237,84,244,7,34,113,237,93,80,243,9,45,93,93,93,1,20,2,14,1,35,34,46,2,39,33,85,0,5,37,62,3,51,50,30,1,24,69,210,16,8,34,7,179,90,170,245,155,156,239,165,90,7,254,217,191, + 191,1,42,13,99,166,232,146,159,245,167,87,195,60,117,173,113,116,175,117,58,130,7,47,114,121,176,114,54,2,199,165,254,242,192,104,99,179,247,148,85,23,5,8,71,142,229,160,86,102,188, + 254,246,163,127,208,148,80,80,148,208,127,127,211,153,85,86,153,212,0,2,0,96,0,0,5,32,5,129,0,17,0,30,0,239,64,22,156,29,172,29,2,138,29,1,147,20,1,117,20,133,20,2,67,17,83,17,2,17, + 184,255,216,64,25,33,36,72,107,95,6,46,100,17,116,17,2,86,17,1,67,16,83,16,2,3,16,131,29,32,117,130,29,54,172,16,1,155,16,1,125,16,141,16,2,2,94,16,110,16,2,73,16,1,44,16,60,130,34, + 8,35,175,1,1,2,1,104,14,16,72,94,1,110,1,2,73,1,1,44,1,60,1,2,16,1,1,6,24,24,14,18,90,6,6,0,13,90,24,116,100,8,48,207,14,4,0,14,64,14,2,7,14,17,32,0,1,15,0,31,130,165,8,44,1,15,95, + 47,24,95,24,111,24,143,24,4,24,24,0,26,95,11,3,14,14,0,18,0,63,50,47,63,237,18,57,47,93,237,50,1,47,93,93,51,47,94,93,93,93,131,16,41,237,17,51,17,18,57,17,51,49,48,130,16,32,43,82, + 90,5,32,95,132,10,32,113,131,5,33,113,0,130,5,34,93,51,1,97,62,5,42,51,33,17,35,17,33,1,19,20,30,2,130,10,8,82,33,34,14,2,96,1,144,91,130,84,39,66,126,185,120,2,151,191,254,73,254, + 146,28,37,77,119,83,1,205,254,59,76,120,84,44,2,95,16,78,108,130,67,94,150,104,55,250,127,2,73,253,183,3,236,57,98,72,41,2,8,31,63,94,255,255,0,87,255,236,4,115,4,78,18,6,0,68,0,0, + 0,2,0,120,130,15,41,63,5,222,0,19,0,56,0,0,1,114,252,7,93,254,6,8,202,3,50,18,17,16,2,35,34,46,2,53,52,18,62,1,55,62,2,63,1,21,14,1,7,14,5,7,62,3,3,130,39,73,104,65,69,114,81,44,44, + 77,105,62,69,112,78,42,243,222,210,250,238,113,178,123,65,58,128,206,147,57,100,91,43,86,86,161,91,78,124,94,67,44,23,2,19,67,97,126,1,246,114,151,91,37,39,92,150,112,114,150,89,36, + 36,88,151,2,127,254,251,254,250,254,247,254,253,70,156,250,180,192,1,22,193,115,28,11,17,14,6,12,161,11,23,17,14,33,50,73,108,149,101,55,97,72,41,0,3,0,142,0,0,3,231,4,58,0,23,0,36, + 0,47,0,149,64,12,42,19,1,37,2,1,26,18,42,18,2,3,184,255,232,64,33,9,12,72,139,10,155,10,2,10,38,44,71,5,5,24,16,71,64,47,30,159,30,2,160,30,1,30,49,128,64,103,255,6,8,51,50,30,35,72, + 31,49,63,49,239,49,3,38,24,70,192,22,1,0,22,16,22,48,22,224,22,240,22,5,8,22,10,36,81,143,38,159,38,175,38,3,38,38,24,37,80,23,15,24,80,22,21,0,89,55,6,63,113,237,57,1,47,94,93,113, + 237,50,93,43,113,26,16,220,93,113,26,237,17,57,47,237,18,57,93,49,48,0,43,93,24,65,139,10,32,21,80,185,5,47,35,33,17,19,51,50,62,2,53,52,46,2,43,1,25,1,133,11,8,104,38,35,2,52,76,144, + 112,68,35,60,82,46,54,95,69,40,61,109,151,91,254,67,180,236,69,95,59,27,28,63,100,71,224,216,68,91,55,23,102,121,4,58,24,62,104,81,53,81,58,37,9,7,7,35,61,90,61,78,117,78,39,4,58,252, + 75,20,44,67,47,50,70,44,20,1,194,254,192,19,39,61,43,82,76,0,1,0,142,0,0,2,175,4,58,0,5,0,54,64,35,0,64,18,39,72,48,130,21,56,0,7,3,70,192,4,1,0,4,16,4,48,4,224,4,240,4,5,8,4,2,80, + 5,15,3,130,213,33,63,237,133,206,54,17,51,47,93,43,49,48,1,21,33,17,35,17,2,175,254,147,180,4,58,131,252,73,130,75,130,82,37,0,20,254,104,4,136,130,11,8,118,7,0,23,0,159,64,65,134, + 3,1,32,3,1,102,1,1,34,5,114,5,130,5,3,34,20,1,34,17,1,137,18,1,34,18,1,25,19,121,19,2,102,2,118,2,2,34,2,1,25,2,1,34,16,1,4,16,1,98,4,1,4,4,36,4,68,4,84,4,4,8,73,9,184,255,192,64,42, + 18,25,72,9,9,22,70,64,111,7,127,7,143,7,3,32,7,64,7,2,7,25,128,20,15,12,73,6,1,13,1,80,20,15,22,6,14,80,11,21,13,8,85,159,9,48,47,51,51,237,51,51,26,16,220,93,93,26,237,50,47,43,237, + 68,169,12,32,93,131,0,40,1,33,6,2,14,1,7,33,1,85,162,7,8,55,2,18,55,33,17,51,3,66,254,206,24,49,48,48,22,1,241,1,70,163,252,210,163,119,30,58,58,57,28,2,132,146,3,183,177,254,249,194, + 136,50,253,229,1,152,254,104,2,27,50,143,220,1,59,223,252,73,67,39,6,8,156,24,4,78,18,6,0,72,0,0,0,1,0,7,0,0,5,83,4,58,0,39,1,97,64,88,165,23,1,165,14,1,171,34,1,164,3,1,172,24,1,154, + 24,1,163,13,1,149,13,1,90,6,106,6,122,6,3,85,31,101,31,117,31,3,74,33,154,33,170,33,3,69,4,149,4,165,4,3,42,28,58,28,2,37,9,53,9,2,34,31,170,26,1,26,31,27,16,27,27,32,20,38,70,39,165, + 11,1,11,10,3,6,6,39,10,184,255,240,64,49,10,10,17,39,39,5,33,32,16,15,32,1,255,32,1,160,32,1,159,32,1,80,32,1,63,32,1,32,32,1,207,32,1,128,32,144,32,2,95,131,13,37,48,32,2,32,4,5,131, + 53,43,64,31,5,47,5,2,127,5,159,5,2,63,130,4,8,49,223,5,255,5,4,5,15,41,1,255,41,1,160,41,1,111,41,159,41,2,80,41,1,63,41,1,32,41,1,207,41,1,128,41,144,41,2,79,41,95,41,2,48,41,1,31, + 6,34,3,6,131,68,50,37,11,17,72,6,3,37,0,80,20,15,17,31,17,79,17,95,17,4,133,8,44,3,7,17,17,4,26,18,10,15,39,33,4,21,85,169,9,32,94,85,170,6,32,43,85,171,5,35,93,93,93,113,132,0,36, + 114,47,93,113,114,85,180,6,132,16,131,13,40,18,57,47,51,57,47,56,18,57,131,44,32,93,85,188,5,35,56,57,51,93,69,7,6,130,60,133,2,47,0,93,93,1,34,38,39,1,35,1,46,1,39,3,51,23,85,180, + 8,38,63,1,51,3,14,1,7,130,24,8,229,14,1,35,17,35,2,83,26,65,19,254,234,200,1,97,17,66,45,216,188,148,48,65,52,48,30,180,30,48,52,65,48,148,188,216,45,66,17,1,97,200,254,234,19,65,26, + 180,1,221,12,8,254,15,2,80,14,85,66,1,69,239,77,92,50,16,1,218,254,38,16,50,92,77,239,254,187,66,85,14,253,176,1,241,8,12,254,35,0,0,0,1,0,49,255,236,3,94,4,78,0,55,0,175,64,28,5,53, + 21,53,2,5,38,21,38,37,38,3,131,45,1,45,15,21,70,40,40,51,71,10,29,73,64,30,184,255,192,64,86,30,36,72,143,15,1,30,15,30,15,3,144,10,1,144,10,160,10,2,31,10,1,10,57,128,16,57,1,4,73, + 3,64,12,20,72,3,45,15,80,143,16,159,16,175,16,3,16,16,35,7,0,29,1,144,29,224,29,240,29,3,29,29,24,80,35,16,7,80,0,96,4,112,4,128,4,3,239,4,1,32,4,1,4,4,0,22,0,63,50,47,93,93,95,115, + 7,32,113,85,106,9,36,237,93,26,16,204,130,25,39,17,57,57,47,47,93,43,26,76,71,5,45,18,57,113,49,48,93,93,5,34,38,39,55,30,1,85,76,7,36,53,50,62,2,53,91,209,6,85,84,11,68,155,6,8,94, + 1,202,167,197,45,159,25,126,103,96,113,55,92,120,64,64,114,86,49,99,93,35,70,60,42,7,162,12,62,97,128,78,85,138,98,53,44,71,88,45,56,100,75,43,49,101,152,20,125,129,44,78,86,94,91, + 59,78,45,18,137,15,38,67,52,74,86,14,33,55,42,20,68,98,63,29,42,76,104,63,57,88,61,36,4,2,6,41,67,93,58,69,119,87,49,0,130,0,8,52,1,0,142,0,0,3,234,4,58,0,19,0,186,64,25,9,17,1,233, + 17,249,17,2,4,15,1,228,15,244,15,2,11,5,1,235,5,251,5,2,16,184,255,192,64,107,29,60,72,153,16,1,6,64,130,7,8,62,119,6,151,6,2,6,7,1,230,7,246,7,2,156,7,1,105,7,137,7,2,31,17,47,17, + 79,17,3,9,72,64,7,64,10,1,80,10,1,159,10,255,10,2,10,21,128,0,21,192,21,208,21,224,21,4,192,21,1,128,21,144,21,176,132,15,58,5,17,1,72,192,18,1,0,18,16,18,48,18,224,18,240,18,5,8,18, + 16,7,19,15,10,6,18,66,191,7,68,252,5,38,50,93,113,114,26,16,220,130,5,40,50,26,237,49,48,0,93,1,93,130,11,41,0,93,43,93,43,113,114,113,114,1,130,2,36,17,20,14,2,7,85,139,5,8,44,62, + 2,55,1,35,17,1,60,3,3,3,1,1,243,197,172,2,3,3,2,254,6,192,4,58,253,176,23,77,82,74,21,3,101,251,198,2,148,19,57,60,57,20,252,151,130,248,33,255,255,65,3,5,61,5,240,18,38,1,210,0,0, + 17,7,2,152,0,234,0,0,0,19,64,11,1,20,17,38,1,2,25,33,18,8,85,143,12,36,138,0,0,3,138,130,58,8,130,21,0,202,64,17,117,16,133,16,149,16,3,57,15,121,15,137,15,153,15,4,13,184,255,208, + 64,123,12,17,72,133,11,149,11,2,120,5,1,133,13,149,13,2,47,23,79,23,2,73,16,1,56,16,1,16,13,121,8,137,8,153,8,3,8,71,13,1,54,13,1,13,9,16,9,9,14,2,20,70,0,21,16,21,48,21,240,21,4,21, + 57,15,73,15,2,15,32,14,1,32,14,144,14,2,144,14,1,79,14,1,48,14,1,47,14,1,16,14,1,14,16,14,13,19,80,15,2,63,2,79,2,3,131,6,55,255,2,3,8,2,2,14,21,21,14,21,8,8,0,15,0,63,50,47,63,51, + 47,17,57,71,8,5,35,1,47,56,93,131,0,35,113,114,51,113,85,193,6,42,56,57,113,113,51,93,17,51,113,113,93,65,78,6,33,43,93,85,194,6,67,192,14,32,138,67,172,20,33,4,58,67,154,22,8,109, + 0,1,0,11,255,236,4,29,4,58,0,25,0,186,64,42,26,21,1,130,7,1,116,7,1,85,7,101,7,2,130,6,1,117,6,1,22,6,38,6,102,6,3,114,5,130,5,2,100,5,1,86,5,1,134,4,1,4,184,255,240,64,61,12,15,72, + 26,3,1,116,2,1,7,24,12,17,72,25,70,64,127,0,143,0,239,0,3,0,27,128,176,27,192,27,208,27,3,176,27,240,27,2,64,27,96,27,112,27,160,27,131,19,41,6,131,23,1,23,54,6,1,6,2,131,65,61,26, + 24,28,72,215,2,231,2,2,128,2,1,2,143,12,1,12,2,80,23,15,16,80,9,22,0,21,0,63,63,75,73,6,35,93,93,43,51,130,254,66,84,6,38,26,237,49,48,0,43,1,119,113,5,32,93,134,0,34,33,17,33,97,78, + 13,8,54,3,18,55,33,17,3,104,254,137,25,42,44,51,71,94,65,29,48,17,11,38,19,35,51,40,33,34,38,25,2,206,3,183,184,254,225,216,149,93,42,8,5,129,4,5,42,94,149,216,1,29,183,251,198,0,71, + 243,5,8,48,4,243,4,58,0,28,1,3,64,21,137,18,153,18,2,134,12,150,12,2,107,17,123,17,2,100,13,116,13,2,1,184,255,224,64,122,29,60,72,138,1,154,1,2,57,1,1,0,32,130,12,8,110,133,0,149, + 0,2,54,0,86,0,2,143,19,159,19,2,93,19,109,19,125,19,3,59,19,75,19,2,25,19,41,19,2,128,11,144,11,2,82,11,98,11,114,11,3,52,11,68,11,2,22,11,38,11,2,1,0,15,15,8,21,72,64,19,80,22,1,159, + 22,255,22,2,22,30,128,144,30,192,30,208,30,3,79,30,1,11,8,72,192,9,1,0,9,16,9,48,9,224,9,240,9,5,8,9,28,2,2,184,255,192,64,22,130,113,46,2,32,19,22,72,84,2,1,19,2,10,15,22,15,64,130, + 17,32,15,131,153,32,18,130,21,54,47,15,63,15,79,15,127,15,143,15,5,15,1,9,21,0,63,51,51,93,43,43,51,133,6,33,17,51,67,165,7,40,93,26,16,220,93,113,50,26,237,24,83,166,11,65,81,5,32, + 43,65,95,6,50,33,35,1,30,3,21,17,35,17,33,19,30,1,23,62,1,55,19,33,130,12,8,60,52,62,2,55,3,19,153,254,188,1,3,1,1,174,1,24,220,23,37,8,10,35,23,220,1,13,173,1,3,2,2,3,183,26,60,61, + 57,23,253,44,4,58,253,107,63,151,72,72,151,63,2,149,251,198,2,212,22,60,64,60,23,65,99,5,8,34,3,221,4,58,0,11,0,139,64,48,5,70,64,2,15,6,79,6,2,57,47,6,111,6,143,6,255,6,4,191,6,1, + 143,6,159,130,9,51,3,6,13,128,0,13,192,13,208,13,224,13,4,192,13,1,128,13,1,13,131,255,8,50,49,19,23,72,1,9,70,192,10,1,0,10,16,10,48,10,224,10,240,10,5,10,8,80,176,1,192,1,2,159,1, + 175,1,191,1,3,15,1,63,1,2,8,1,1,10,5,21,3,0,15,0,89,29,5,43,94,93,113,114,237,1,47,93,113,237,50,43,68,165,8,36,94,93,50,26,237,96,148,7,72,230,5,54,1,66,1,231,180,180,254,25,180,4, + 58,254,54,1,202,251,198,1,237,254,19,4,58,104,223,7,32,4,116,75,9,36,142,0,0,3,199,130,203,43,7,0,109,64,80,1,70,64,15,2,79,2,130,202,45,2,111,2,143,2,255,2,4,191,2,1,143,2,159,130, + 9,50,3,2,9,128,0,9,192,9,208,9,224,9,4,192,9,1,128,9,176,132,13,63,4,47,9,1,5,70,192,6,1,0,6,16,6,48,6,224,6,240,6,5,8,6,4,80,7,15,6,1,21,0,63,51,74,81,7,32,93,138,174,133,173,133, + 169,36,3,199,180,254,47,130,166,37,251,198,3,183,252,73,69,31,5,44,132,254,87,4,29,4,77,18,6,0,83,0,0,73,119,5,33,3,202,132,179,38,70,0,0,0,1,0,35,130,179,32,135,132,179,8,35,72,64, + 43,7,14,4,2,5,14,223,2,1,2,4,70,0,5,16,5,2,8,5,5,8,9,160,9,1,95,9,1,48,9,64,9,2,130,160,45,4,21,3,7,80,0,15,0,63,237,50,63,1,93,130,0,53,17,18,57,47,94,93,237,204,93,43,1,24,16,77, + 228,49,48,19,33,21,33,17,130,145,46,35,3,100,254,168,180,254,168,4,58,131,252,73,3,183,130,110,130,127,38,5,254,87,3,252,4,58,130,143,32,92,130,16,8,35,3,0,86,254,87,6,62,5,204,0,53, + 0,74,0,95,0,229,64,13,141,93,157,93,173,93,3,78,24,14,17,72,72,184,255,232,179,130,7,32,57,130,7,32,182,130,7,52,109,82,1,51,184,255,224,64,75,7,10,72,15,26,31,26,47,26,3,24,32,130, + 11,8,123,0,3,16,3,32,3,3,7,4,54,71,64,25,14,13,0,14,14,75,71,36,0,68,0,148,0,164,0,4,0,85,39,13,72,65,38,4,14,1,4,14,36,14,68,14,100,14,132,14,180,14,228,14,7,7,14,52,97,1,97,184,255, + 192,64,52,30,35,72,219,97,1,84,97,100,97,132,97,148,97,4,64,97,1,2,32,97,48,97,2,31,97,1,0,97,1,38,0,31,45,80,3,70,80,49,28,16,8,18,91,3,59,80,5,22,22,13,27,0,63,63,51,237,23,50,133, + 4,37,1,93,93,93,95,93,116,224,7,60,51,51,237,50,50,220,93,237,43,1,24,16,77,244,26,237,49,48,95,94,93,43,93,0,43,93,1,43,43,130,4,32,20,24,71,85,14,35,55,35,14,1,24,72,205,7,41,22, + 23,51,52,46,2,53,17,51,17,130,37,33,21,51,124,35,5,32,5,78,48,6,33,55,53,130,27,36,35,34,14,2,5,134,7,33,29,1,103,251,5,8,162,6,62,38,86,140,101,105,158,42,6,2,3,170,2,3,5,46,149,111, + 186,179,185,180,112,149,45,5,2,2,1,170,1,1,1,5,46,144,114,101,140,86,38,250,213,26,56,85,60,60,94,65,34,2,34,64,94,61,57,86,57,29,4,110,23,52,88,64,53,92,70,40,1,35,65,92,60,65,88, + 53,23,2,34,123,208,150,85,88,100,35,77,58,254,89,1,167,54,82,40,104,90,1,19,1,25,1,28,1,26,90,98,10,41,46,42,12,1,163,254,92,11,43,47,43,12,104,89,80,145,205,129,112,160,103,48,43, + 98,157,113,24,115,159,98,43,46,102,163,116,100,156,108,56,34,96,169,135,23,108,150,93,41,58,110,159,65,255,5,42,23,0,0,3,234,4,58,18,6,0,91,130,16,8,45,1,0,142,254,104,4,102,4,58,0, + 11,0,91,178,7,73,8,184,255,192,64,54,18,21,72,8,8,5,70,64,223,2,1,207,2,223,2,2,2,64,25,28,72,0,2,48,130,9,38,13,128,111,13,1,1,70,67,234,5,42,240,10,4,8,10,5,1,80,10,21,8,67,214,5, + 49,47,63,237,50,1,47,94,93,237,93,26,16,220,93,43,93,113,26,76,201,6,36,1,17,33,17,51,130,1,32,35,130,7,52,1,66,1,221,180,147,163,252,203,4,58,252,73,3,183,252,73,253,229,1,152,130, + 129,34,1,0,122,130,155,32,156,130,9,8,41,25,0,92,64,37,108,15,124,15,140,15,3,22,32,7,10,72,21,24,7,12,72,12,70,64,9,175,13,1,127,13,143,13,239,13,3,13,27,128,1,70,24,131,174,50,20, + 9,12,72,24,14,19,80,9,15,6,31,6,2,6,6,12,21,10,68,99,5,88,9,6,34,47,43,237,69,92,7,94,131,5,40,1,17,20,30,2,51,50,54,55,132,144,8,53,14,3,35,34,46,2,53,17,1,46,16,39,64,47,70,132,74, + 180,180,38,81,87,93,51,66,101,69,36,4,58,254,110,34,59,44,25,26,21,2,5,251,198,1,205,15,31,24,16,41,76,110,69,1,155,65,59,5,34,0,0,5,69,59,5,8,51,116,64,52,7,70,4,4,0,11,70,64,4,8, + 52,8,2,36,8,132,8,212,8,228,8,4,11,8,1,139,8,251,8,2,8,13,128,251,13,1,180,13,212,13,2,128,13,1,2,112,13,1,95,69,63,6,32,23,130,190,8,32,3,70,0,0,16,0,48,0,3,8,0,9,5,1,15,7,3,80,0, + 21,0,63,237,50,63,51,51,1,47,94,93,237,43,66,220,5,24,132,177,8,101,185,5,88,5,11,39,142,180,1,154,180,1,153,180,65,83,7,35,3,183,251,198,133,163,54,254,104,6,102,4,58,0,15,0,141,64, + 96,13,73,244,14,1,14,14,11,70,8,7,130,168,40,4,0,107,8,1,4,8,1,84,130,168,39,2,59,8,1,107,8,123,8,131,172,8,33,4,84,8,1,8,17,128,251,17,1,212,17,1,128,17,176,17,2,2,96,17,112,17,2, + 95,17,1,32,17,48,17,64,17,3,135,175,37,240,0,4,8,0,14,131,178,32,11,136,179,131,180,32,47,132,181,67,146,6,75,210,5,37,113,114,114,17,57,47,75,209,5,35,93,237,49,48,139,188,35,51,17, + 35,17,130,192,38,149,180,1,148,180,147,163,137,194,66,26,5,130,198,39,0,2,0,45,0,0,4,172,130,199,8,53,14,0,25,0,113,185,0,5,255,224,179,7,10,72,2,184,255,224,64,16,7,11,72,3,71,64, + 176,21,1,21,27,128,80,27,1,27,184,255,192,64,45,30,35,72,255,27,1,14,11,15,70,32,9,1,130,2,59,9,25,81,175,14,191,14,207,14,3,15,14,31,14,79,14,3,7,14,14,9,11,80,12,15,15,81,9,81,3, + 8,43,94,93,113,237,1,47,93,113,253,204,51,93,81,4,5,32,26,130,171,36,43,43,1,50,22,88,34,9,80,232,8,8,44,43,1,3,13,205,210,52,104,155,103,254,103,254,184,1,252,202,69,96,59,26,116, + 133,203,2,112,147,159,74,118,82,44,3,183,131,254,54,254,15,25,49,71,46,94,87,81,227,5,33,5,50,130,195,38,12,0,23,0,27,0,105,141,197,32,58,130,206,8,51,3,71,19,19,9,27,70,64,159,24, + 175,24,2,24,29,128,12,13,70,16,9,32,9,64,9,3,9,23,81,175,12,191,12,207,12,3,15,12,31,12,79,12,3,7,12,12,9,25,10,15,24,13,133,189,35,51,63,51,18,74,180,5,42,1,47,93,237,50,26,16,220, + 93,26,237,66,38,5,139,189,32,51,138,187,37,1,17,51,17,2,38,135,191,32,180,135,188,34,3,60,180,135,191,33,4,58,137,190,37,254,13,4,58,251,198,65,139,5,36,142,0,0,3,215,134,199,32,132, + 141,197,32,86,132,197,8,36,64,176,19,1,19,25,128,47,25,1,47,25,175,25,2,63,25,95,25,127,25,159,25,191,25,207,25,223,25,255,25,8,25,64,35,39,72,130,220,36,0,9,208,9,2,133,225,34,240, + 9,4,148,227,33,10,15,134,225,85,211,5,65,158,5,72,49,9,65,158,15,139,224,33,2,56,134,220,34,85,180,220,65,153,5,32,221,147,217,131,211,8,143,1,0,55,255,236,3,190,4,78,0,40,0,170,64, + 87,118,34,1,22,29,1,118,28,1,107,15,1,107,6,1,16,10,32,10,2,10,10,0,31,71,64,12,31,9,1,144,9,1,9,42,128,20,70,21,21,1,70,31,0,1,223,0,1,0,64,12,18,72,0,10,80,143,11,159,11,175,11,3, + 11,11,26,4,80,36,0,1,16,1,32,1,96,1,112,1,128,1,192,1,208,1,8,1,184,255,192,64,29,27,34,72,1,1,36,22,31,20,47,20,127,20,143,20,223,20,5,20,64,29,32,72,20,20,17,80,26,16,0,63,237,51, + 47,43,93,63,131,4,87,248,8,34,43,113,114,130,21,68,196,8,34,18,57,47,86,197,7,35,19,55,30,1,87,217,9,34,35,34,6,100,94,11,8,75,35,34,46,2,55,182,16,133,100,73,103,68,34,5,254,99,1, + 157,4,34,67,103,73,109,118,15,185,13,66,105,145,93,90,170,134,81,51,114,182,130,99,151,106,61,1,59,12,108,104,53,97,135,82,131,90,133,88,44,105,91,14,68,116,84,48,53,128,216,163,120, + 205,151,86,54,92,122,65,247,6,8,100,255,236,5,170,4,78,0,19,0,39,0,128,64,85,121,37,137,37,2,116,33,132,33,2,118,27,134,27,2,121,23,137,23,2,150,18,166,18,2,30,71,15,15,8,31,8,2,7, + 8,8,11,0,71,64,160,20,1,20,41,128,14,10,70,192,11,1,0,11,16,11,48,11,224,11,240,11,5,8,11,25,80,17,16,9,80,47,14,1,14,14,11,12,15,11,21,35,80,3,22,0,63,113,5,5,33,93,237,73,109,7,66, + 204,9,33,94,93,93,197,5,33,1,93,130,0,34,1,16,2,131,225,44,39,35,17,35,17,51,17,51,18,33,50,18,3,85,222,14,8,77,5,170,235,223,102,161,115,65,5,222,180,180,223,33,1,164,237,215,189, + 35,67,97,61,63,99,70,37,39,70,94,56,62,100,70,38,2,30,254,228,254,234,62,128,192,131,254,19,4,58,254,54,1,222,254,232,254,232,126,164,98,39,41,99,164,123,126,165,98,40,39,98,166,0, + 0,2,0,17,0,74,91,5,56,13,0,22,0,143,64,68,117,1,133,1,2,3,32,11,17,72,0,32,40,43,72,223,0,239,130,35,8,71,32,29,37,72,52,0,1,43,0,1,41,4,1,4,48,7,10,72,7,32,7,11,72,18,71,0,3,3,12, + 6,6,2,22,11,70,64,175,12,1,239,12,1,12,24,128,1,2,184,255,240,64,22,91,2,107,2,2,2,3,0,81,47,21,1,21,21,1,15,81,9,15,12,74,108,6,87,91,8,34,56,51,26,85,142,5,32,51,130,18,8,82,18,57, + 17,51,237,49,48,43,0,43,93,1,93,113,43,113,43,43,93,9,1,35,1,46,1,53,52,54,51,33,17,35,25,1,35,34,6,21,20,22,59,1,2,23,254,197,203,1,88,131,118,216,207,1,176,180,234,130,120,107,124, + 253,1,202,254,54,1,215,27,163,122,149,150,251,198,1,202,1,241,92,93,94,93,74,151,6,52,4,24,5,123,18,38,0,72,0,0,17,7,0,105,0,248,0,0,0,23,64,24,168,123,24,8,60,0,1,0,10,254,87,3,238, + 5,204,0,57,0,162,64,9,170,49,1,31,32,9,15,72,24,184,255,232,64,86,9,13,72,0,24,16,24,2,7,36,36,57,28,70,64,80,45,1,159,45,1,45,59,128,10,7,57,70,4,3,192,130,60,8,79,0,16,0,48,0,224, + 0,240,0,5,8,0,176,59,192,59,208,59,3,176,59,240,59,2,255,59,1,112,59,160,59,176,59,3,57,21,40,80,33,27,15,51,80,22,10,2,81,7,3,3,5,22,184,255,192,182,7,13,72,22,15,5,0,0,63,63,43,18, + 57,47,51,237,50,16,237,50,63,237,63,1,109,244,6,33,113,51,130,18,32,50,65,47,6,45,17,57,47,49,48,0,94,93,43,43,1,93,51,17,24,152,195,13,40,51,62,3,51,50,30,2,21,17,74,12,6,111,251, + 5,33,2,53,24,75,32,9,35,142,132,132,180,24,152,209,8,8,57,30,70,84,100,62,104,133,77,29,21,54,93,72,34,65,28,13,36,13,38,49,27,10,17,48,88,70,64,103,73,40,4,182,131,147,147,131,148, + 33,66,56,39,7,55,77,50,23,56,101,140,84,252,209,62,106,78,45,4,24,147,97,7,46,2,241,69,104,69,35,46,84,120,75,253,170,0,0,0,81,59,5,47,2,200,5,228,18,38,1,205,0,0,17,7,0,116,0,216, + 130,24,41,19,64,11,1,6,17,38,1,85,6,115,83,15,8,134,87,255,236,3,222,4,78,0,40,0,171,64,113,116,30,1,116,21,1,137,8,1,137,2,1,47,42,1,63,26,1,26,26,27,36,16,70,15,15,35,70,0,36,32, + 36,2,0,36,64,36,96,36,128,36,160,36,192,36,224,36,7,8,36,24,27,71,31,5,1,5,27,80,143,24,159,24,175,24,3,24,24,32,19,80,10,31,16,47,16,127,16,143,16,223,16,5,16,64,29,32,72,16,16,10, + 16,32,80,0,0,35,16,35,32,35,96,35,112,35,128,35,192,35,208,35,8,35,184,255,192,182,27,34,72,35,35,83,192,5,35,43,93,16,237,68,167,6,32,18,92,160,6,42,237,50,47,94,93,113,237,51,47, + 237,17,130,18,32,93,68,165,6,40,5,34,46,2,53,52,62,2,51,126,231,5,34,1,35,34,115,52,9,8,93,54,55,23,14,3,2,52,130,182,114,51,81,134,170,90,93,145,105,66,13,185,15,118,109,73,103,67, + 34,4,1,156,254,99,4,35,68,103,74,100,133,16,182,9,61,106,151,20,86,151,205,120,163,216,128,53,48,84,116,68,14,91,105,44,88,133,90,131,82,135,97,53,103,109,12,67,122,92,54,0,255,255, + 0,57,255,236,3,182,4,75,18,6,0,86,0,131,15,59,137,0,0,1,61,5,204,16,38,0,241,199,0,17,6,1,79,237,0,0,212,181,9,64,56,56,72,9,130,209,40,64,9,55,55,72,9,64,54,54,132,13,34,179,53,53, + 132,7,35,64,9,52,52,130,21,33,50,50,132,13,34,179,49,49,132,7,35,64,9,48,48,130,21,33,42,42,132,13,34,179,41,41,132,7,35,64,9,40,40,130,21,33,38,38,132,13,34,179,37,37,133,7,33,36, + 36,133,7,33,35,35,132,7,35,64,16,34,34,130,37,33,29,29,130,4,40,10,10,72,1,0,0,184,255,192,131,88,131,7,130,66,38,41,72,0,64,25,27,72,131,13,38,182,18,18,72,128,0,1,132,24,35,11,8, + 8,72,130,10,43,4,7,1,2,37,1,43,53,17,43,93,43,130,0,33,53,53,118,168,14,130,19,43,43,255,255,255,248,0,0,2,37,5,123,18,130,235,32,0,130,235,51,0,105,203,0,0,25,182,2,1,4,17,38,2,1, + 184,255,243,180,8,6,130,32,35,1,43,53,53,120,87,8,44,255,206,254,87,1,61,5,204,18,6,0,77,0,130,62,8,54,0,11,255,236,6,236,4,58,0,34,0,45,1,42,64,82,163,16,1,148,16,1,117,16,133,16, + 2,106,14,1,57,14,1,14,16,18,22,72,131,14,147,14,163,14,3,117,14,1,106,13,1,57,13,1,13,131,20,51,163,13,1,87,13,103,13,119,13,3,16,24,12,17,72,109,15,1,15,32,130,43,48,162,15,1,117, + 15,133,15,149,15,3,54,15,70,15,2,5,184,73,185,10,8,32,18,7,11,72,34,35,70,64,9,1,9,9,22,3,71,176,41,1,41,184,255,192,64,9,8,11,72,41,47,80,47,1,47,131,13,8,34,93,30,35,72,255,47,1, + 48,47,1,109,11,1,31,11,63,11,2,255,11,1,233,11,1,187,11,203,11,219,11,3,163,11,1,149,130,23,8,52,32,63,32,2,255,32,1,106,32,1,41,32,1,163,32,1,53,32,1,11,15,32,3,22,45,81,175,34,191, + 34,207,34,3,15,34,31,34,79,34,3,7,34,34,9,11,80,32,15,25,80,18,22,35,73,59,5,90,255,6,73,251,5,40,23,51,93,93,113,113,93,113,93,131,0,130,8,39,93,43,113,16,220,43,93,237,69,140,5,35, + 49,48,43,43,130,24,33,43,113,82,246,5,133,31,131,43,74,32,10,82,253,17,73,116,10,33,5,77,72,147,6,34,62,254,101,83,15,20,33,242,242,72,170,5,32,243,74,68,9,83,31,18,73,151,9,51,0,0, + 2,0,142,0,0,6,44,4,58,0,20,0,31,0,133,185,0,7,65,97,5,8,88,4,184,255,224,64,23,7,11,72,1,21,70,19,11,11,15,5,71,64,176,27,1,27,33,128,80,33,1,33,184,255,192,64,50,30,35,72,255,33,1, + 18,14,70,16,15,32,15,64,15,3,15,31,81,1,1,13,80,175,18,191,18,207,18,3,15,18,31,18,79,18,3,7,18,18,0,15,21,21,81,11,21,16,0,15,0,63,50,63,237,73,137,7,37,51,47,237,1,47,93,92,46,8, + 33,26,237,69,143,5,38,49,48,43,43,1,17,51,75,49,9,36,17,35,17,51,17,92,42,8,37,38,43,1,3,169,228,65,5,6,40,102,254,78,180,180,1,178,181,202,133,244,36,203,4,58,254,54,75,59,5,81,228, + 5,37,254,54,1,202,252,69,75,64,6,47,0,0,0,1,0,10,0,0,3,238,5,204,0,41,0,144,131,233,37,232,64,85,9,13,72,24,159,63,21,33,35,32,24,159,63,36,37,160,43,176,43,3,35,24,159,58,38,70,101, + 21,24,159,57,109,55,0,0,255,255,0,138,0,0,3,138,5,228,18,38,1,212,0,0,17,7,0,116,1,63,70,59,6,40,22,17,38,1,81,22,25,0,14,87,119,9,24,131,231,8,44,240,18,38,0,92,0,0,16,7,2,152,0,183, + 130,47,36,1,0,142,254,104,83,255,6,8,37,125,64,89,9,73,15,10,79,10,2,38,10,10,0,7,70,64,15,4,79,4,2,57,47,4,111,4,143,4,255,4,4,191,4,1,143,4,159,130,9,37,3,4,13,128,3,70,71,195,16, + 47,13,192,13,208,13,3,176,13,240,13,2,112,13,160,13,176,130,15,48,4,9,5,1,15,8,3,80,0,0,47,237,51,63,51,47,1,117,152,5,32,113,74,203,5,33,114,94,76,163,5,32,94,78,15,13,40,35,17,142, + 180,1,231,180,254,170,78,9,6,8,35,251,198,254,104,1,152,0,0,1,0,168,0,1,3,186,7,28,0,7,0,55,64,37,5,90,0,6,16,6,64,6,3,6,3,70,255,130,28,58,0,16,0,64,0,128,0,176,0,208,0,6,7,0,4,95, + 1,7,3,5,18,0,63,63,51,237,1,104,8,6,59,237,49,48,1,17,51,17,33,17,35,17,3,6,180,253,173,191,5,129,1,155,253,201,251,28,5,128,0,89,207,8,34,10,5,204,130,95,8,36,56,64,36,6,73,16,3,48, + 3,2,3,3,9,0,70,192,1,1,0,1,16,1,48,1,224,1,240,1,5,8,1,4,0,7,80,2,15,87,24,6,131,94,36,113,237,17,51,47,131,198,33,33,35,130,95,130,99,8,35,1,66,180,1,217,163,254,56,4,58,1,146,253, + 235,255,255,0,9,0,0,7,134,6,240,18,38,0,58,0,0,17,7,2,155,2,65,130,115,45,21,180,1,47,5,38,1,184,255,184,180,48,51,15,24,133,247,17,32,228,130,47,32,90,131,47,35,0,67,1,72,133,47,33, + 43,17,131,47,36,162,180,44,47,15,24,133,247,11,143,95,34,156,2,247,66,15,6,32,47,130,96,34,75,47,50,137,93,42,0,0,255,255,255,253,0,0,5,204,5,137,95,34,116,2,38,134,47,131,96,34,93, + 43,46,137,93,131,47,134,191,32,178,136,191,34,159,2,134,130,47,35,23,64,13,2,131,193,36,2,1,2,51,49,133,97,70,91,10,133,99,32,123,136,195,34,105,1,161,135,51,130,100,36,2,1,0,47,45, + 133,101,137,51,33,0,45,130,151,34,41,6,240,130,51,32,60,131,247,35,2,155,1,34,133,247,32,9,130,198,38,184,255,181,180,10,13,4,90,81,8,66,215,8,131,199,39,92,0,0,16,6,0,67,105,65,203, + 5,63,91,1,208,2,79,2,112,0,3,0,33,64,20,0,2,64,2,112,2,3,2,0,0,187,159,1,207,1,2,47,1,1,130,124,56,93,113,237,1,47,47,93,49,48,19,53,33,21,91,1,244,1,208,160,160,0,0,0,1,0,247,59,44, + 0,1,195,4,114,2,76,0,3,0,43,64,30,130,172,42,186,15,1,31,1,63,1,79,1,4,47,130,6,43,111,1,175,1,223,1,5,1,64,38,43,72,130,189,32,43,133,190,34,49,48,17,130,189,37,4,114,1,195,137,137, + 131,187,130,67,33,8,0,180,67,32,8,130,58,198,67,49,255,255,255,225,254,78,4,138,255,169,16,38,0,66,0,229,16,7,130,5,57,0,0,190,0,1,0,127,3,184,1,72,5,129,0,12,0,47,64,16,4,32,11,17, + 72,7,64,131,4,8,67,12,150,10,151,0,184,255,192,64,10,8,11,72,0,10,156,0,169,7,3,0,63,244,237,1,47,43,237,237,50,43,49,48,43,19,53,52,62,2,55,51,14,1,21,51,21,127,10,20,30,20,121,45, + 50,89,3,184,146,52,86,75,66,32,65,132,65,195,0,131,255,137,95,38,52,185,0,3,255,224,183,130,92,36,9,151,0,150,6,130,91,32,180,130,11,33,6,11,135,100,37,11,10,156,5,169,11,130,100,32, + 228,131,100,35,51,43,253,237,130,100,57,1,20,14,2,7,35,62,1,53,35,53,51,1,72,9,20,29,20,123,45,49,88,195,4,240,53,133,101,43,63,197,0,1,0,127,254,250,1,72,0,195,130,195,32,51,154,99, + 32,9,130,200,32,11,130,97,37,156,10,0,47,253,228,130,199,134,98,32,37,149,98,34,51,53,87,139,199,36,126,3,184,1,71,65,39,7,33,8,32,130,185,33,5,64,131,4,35,1,150,2,151,137,194,36,5, + 169,2,156,12,130,194,32,237,131,95,65,39,6,48,1,21,35,20,22,23,35,46,3,61,1,1,65,88,49,45,123,130,196,54,9,5,129,197,63,132,65,32,66,75,86,53,145,0,0,0,2,0,75,3,184,2,95,132,95,37, + 25,0,89,64,58,17,131,97,32,4,131,4,32,20,131,102,35,20,25,150,13,65,151,9,59,128,0,1,15,0,31,0,2,8,0,23,151,13,159,27,175,27,2,10,23,156,13,0,0,13,169,6,20,130,124,46,51,228,50,47, + 16,237,50,1,93,47,237,220,94,93,93,131,134,130,14,37,43,49,48,43,43,1,65,179,10,32,33,138,11,43,1,151,10,19,29,20,122,45,49,88,253,242,65,202,19,65,212,11,141,171,47,107,185,0,16,255, + 224,179,11,17,72,3,184,255,224,64,13,130,8,36,22,151,13,150,24,65,227,7,33,64,15,130,17,48,6,128,11,1,15,11,31,11,2,8,11,19,184,255,192,64,24,130,19,36,19,63,24,1,24,135,188,38,24, + 5,5,18,169,11,24,140,188,34,93,51,43,131,190,37,50,43,253,237,16,253,83,245,5,65,169,10,32,5,138,11,38,2,95,10,19,30,20,121,130,189,34,194,254,181,66,35,17,34,65,195,145,66,45,6,33, + 65,195,65,107,5,43,254,250,2,95,0,195,0,12,0,25,0,104,179,191,32,21,131,191,133,188,131,184,51,24,11,11,24,156,10,23,0,47,51,237,50,47,16,228,50,47,1,93,47,144,188,66,102,11,161,188, + 66,125,9,32,144,66,135,13,8,68,138,255,118,3,234,5,204,0,11,0,64,64,37,11,192,0,8,9,8,0,188,3,7,7,6,4,192,47,3,111,3,175,3,3,32,3,1,3,11,193,10,194,7,4,193,5,194,7,0,1,0,47,63,246, + 237,16,244,237,1,47,93,113,237,51,51,47,16,237,50,130,165,8,44,237,49,48,1,3,35,3,5,53,5,3,51,3,37,21,2,137,22,115,22,254,160,1,96,28,215,28,1,97,3,232,251,142,4,114,27,164,29,1,120, + 254,136,29,164,0,130,68,36,136,255,115,3,233,130,119,62,21,0,86,64,50,12,8,189,9,15,5,6,11,14,15,5,9,190,19,1,189,0,20,17,0,16,3,4,16,3,32,130,41,53,19,193,18,194,15,12,193,13,194, + 15,8,193,7,194,4,1,193,2,194,4,0,0,133,131,32,47,135,137,37,23,51,47,17,51,51,130,138,33,237,23,131,140,32,50,130,141,135,138,40,37,3,19,37,21,37,19,35,19,130,16,51,19,1,241,254,152, + 1,104,16,175,16,1,105,254,151,26,26,1,104,254,152,130,12,38,254,151,1,105,26,3,232,136,160,36,27,254,182,254,185,130,13,41,254,136,1,120,29,164,27,1,71,0,130,0,59,1,0,81,1,145,2,124, + 3,188,0,19,0,73,185,0,17,255,232,179,9,12,72,13,184,255,232,64,39,130,8,33,7,24,130,4,32,3,131,4,55,128,0,1,15,0,63,0,2,0,191,10,1,10,143,5,1,0,5,48,5,2,5,15,15,130,21,37,47,93,205, + 93,93,1,132,5,35,49,48,0,43,130,0,36,1,20,14,2,35,79,65,10,57,2,124,45,76,102,58,57,99,75,43,43,75,99,57,58,102,76,45,2,170,58,102,77,44,44,77,130,21,37,100,74,43,43,74,100,130,139, + 8,42,3,1,22,0,0,6,234,0,219,0,3,0,7,0,11,0,86,64,61,7,150,4,4,0,11,150,0,8,48,8,96,8,128,8,144,8,160,8,208,8,240,8,8,131,16,32,64,130,18,34,144,8,192,133,16,42,8,8,3,150,47,0,191,0, + 2,16,0,130,154,44,1,9,155,4,0,8,0,47,51,51,237,50,50,130,153,37,93,237,47,94,93,113,86,90,6,35,33,53,51,21,135,3,41,6,40,194,252,183,192,252,181,195,219,132,0,32,0,130,119,38,55,255, + 245,7,200,5,141,130,131,34,23,0,43,130,241,62,83,0,103,0,123,3,217,64,12,118,0,134,0,2,121,2,137,2,2,3,102,184,255,224,64,14,8,12,72,96,24,130,4,32,92,131,4,32,86,130,18,32,179,130, + 12,35,62,184,255,232,132,26,32,56,131,21,32,52,131,4,32,46,134,26,32,22,135,53,32,16,131,21,32,12,131,4,32,6,131,18,32,13,130,54,8,108,74,180,59,181,49,0,1,2,3,1,184,255,240,64,131, + 3,16,118,3,1,9,1,25,1,121,1,3,9,1,3,1,3,19,49,180,102,64,1,38,64,182,64,198,64,214,64,4,64,64,19,114,180,99,181,89,180,105,104,1,22,104,38,104,2,201,104,249,104,2,139,104,1,118,104, + 1,89,104,1,70,104,1,41,104,1,27,104,1,233,104,1,150,104,198,104,2,121,104,1,107,104,1,86,104,1,57,104,1,6,104,131,49,8,82,3,10,104,24,180,9,181,34,180,9,19,25,19,41,19,73,19,89,19, + 121,19,137,19,153,19,8,34,19,64,45,49,72,19,184,255,192,64,255,19,23,72,19,217,125,1,198,125,1,169,125,1,155,125,1,121,125,1,107,125,1,93,125,1,73,125,1,59,125,1,45,125,1,9,125,25, + 125,2,251,125,1,237,125,1,130,40,35,203,125,1,189,132,40,8,54,125,125,141,125,2,105,125,1,91,125,1,77,125,1,54,125,1,41,125,1,11,125,27,125,2,204,233,125,249,125,2,214,125,1,187,125, + 1,173,125,1,137,125,153,125,2,123,125,1,102,125,1,75,125,1,61,131,79,50,1,219,125,251,125,2,205,125,1,153,125,169,125,2,107,125,139,125,2,130,112,38,57,125,1,43,125,1,29,132,32,49, + 237,125,253,125,2,185,125,201,125,217,125,3,123,125,171,125,2,89,131,92,43,59,125,75,125,3,155,249,125,1,235,125,1,133,95,35,153,125,1,123,131,62,130,92,131,28,32,2,132,171,34,246, + 125,1,130,168,130,94,42,169,125,185,125,2,155,125,1,105,125,121,134,97,34,73,125,2,130,99,34,22,125,1,130,68,130,207,35,201,125,64,249,131,166,132,70,131,161,32,73,132,201,132,69,32, + 105,133,103,38,221,125,1,169,125,1,150,65,24,7,65,21,5,32,25,131,141,33,1,253,132,103,32,203,132,32,35,155,125,1,141,132,35,36,91,125,107,125,2,130,202,36,27,125,43,125,2,133,66,32, + 169,130,199,32,2,136,65,130,27,32,38,132,227,32,56,130,29,46,230,125,1,201,125,1,182,125,1,153,125,1,139,125,1,130,229,38,70,125,1,41,125,1,27,132,161,130,230,130,29,65,70,5,33,1,148, + 131,234,39,1,100,125,1,75,125,1,63,132,33,8,69,15,125,1,228,125,1,203,125,1,176,125,1,2,160,125,1,143,125,1,112,125,1,95,125,1,64,125,1,31,125,1,0,125,1,8,109,182,84,183,119,182,94, + 19,69,182,44,183,79,182,54,19,39,182,14,183,29,182,4,4,2,3,0,18,0,63,63,63,237,244,237,135,3,34,1,94,93,133,0,36,95,93,93,93,113,133,0,32,95,132,6,32,114,136,0,135,34,136,32,130,31, + 136,28,33,114,114,137,30,135,64,139,31,133,29,132,81,131,4,147,85,130,121,138,57,37,113,47,43,43,94,93,130,162,32,47,133,58,136,117,46,114,114,253,244,237,18,57,47,93,113,237,17,57, + 57,47,131,30,40,56,56,17,51,17,51,16,244,237,68,159,6,32,43,134,0,44,1,95,93,93,33,35,1,51,37,50,30,2,21,68,179,10,32,19,87,147,14,32,1,191,31,48,48,155,3,154,157,252,152,60,107,80, + 46,46,81,108,62,63,108,131,7,51,110,210,19,37,55,35,38,58,39,19,20,39,56,37,34,54,39,21,2,30,159,33,33,1,253,159,33,8,37,5,129,12,33,83,139,106,102,140,86,38,37,86,140,103,106,139, + 83,33,254,151,73,98,58,24,24,59,97,73,71,97,59,26,26,59,97,254,239,160,34,33,1,176,160,34,70,63,5,50,85,3,122,1,89,5,129,0,3,0,40,64,25,3,16,10,13,72,1,132,4,8,43,150,31,2,47,2,2,2, + 48,0,1,0,0,1,3,0,63,205,1,47,93,221,93,237,49,48,43,43,27,1,51,3,85,64,196,158,3,122,2,7,253,249,255,255,0,130,67,47,2,175,5,129,16,38,2,21,0,0,17,7,2,21,1,86,130,92,41,9,180,1,96, + 4,1,4,17,93,53,130,65,8,72,0,88,0,141,2,81,3,172,0,8,0,72,64,55,106,3,122,3,138,3,3,106,0,122,0,138,0,3,7,236,6,235,5,236,31,1,79,1,95,1,127,1,143,1,5,48,1,64,1,96,1,112,1,160,1,5, + 1,0,239,15,3,47,3,111,3,127,3,4,3,0,47,93,228,130,134,24,220,106,7,43,37,1,53,1,51,21,9,1,21,1,168,254,24,220,84,19,130,131,34,1,0,89,130,119,32,82,132,119,36,66,64,48,101,6,24,210, + 63,11,47,4,236,1,236,8,235,112,3,128,3,176,3,3,208,3,1,131,100,33,2,3,130,112,40,6,47,6,111,6,127,6,4,6,134,112,35,93,113,253,237,130,249,40,93,93,37,35,53,9,1,53,51,130,113,50,1,168, + 1,82,254,176,166,1,81,141,29,1,111,1,116,31,254,141,63,130,110,53,255,255,0,185,0,0,3,71,5,129,16,38,0,4,0,0,17,7,0,4,1,200,130,24,43,22,64,12,3,2,47,8,1,8,1,0,47,24,173,21,8,51,53, + 53,0,1,255,192,5,223,2,235,6,84,0,3,0,13,179,1,0,2,130,31,60,205,1,47,47,49,48,1,33,53,33,2,235,252,213,3,43,5,223,117,0,1,254,96,0,0,2,98,5,129,130,39,38,45,182,3,16,111,3,1,70,106, + 5,46,18,239,1,1,1,64,13,18,72,1,64,8,11,72,1,67,250,6,52,1,47,43,43,93,56,47,93,56,49,48,33,35,1,51,254,244,148,3,113,145,130,60,8,59,0,1,0,101,2,7,2,131,4,157,0,33,0,111,185,0,30, + 255,216,64,30,9,17,72,23,10,224,36,11,1,11,33,224,36,0,212,0,228,0,3,0,23,6,228,11,139,0,251,0,2,0,184,255,192,64,38,10,13,72,4,130,59,8,36,29,17,17,75,29,91,29,2,29,64,21,25,72,29, + 64,16,19,72,47,29,63,29,2,27,29,1,15,29,1,2,29,0,47,95,93,93,93,130,121,45,51,47,16,204,93,43,93,50,237,50,1,47,93,237,130,2,47,50,49,48,0,43,1,17,52,46,2,35,34,6,21,17,35,131,9,59, + 53,51,20,30,2,21,51,62,3,51,50,22,21,17,2,2,13,29,47,35,72,85,128,1,1,2,119,2,130,0,8,48,15,38,49,64,42,110,97,2,7,1,142,46,61,37,16,100,94,254,148,1,255,20,46,40,29,4,3,27,34,35,12, + 28,46,32,17,108,121,254,79,0,0,0,1,0,4,0,0,4,46,130,222,8,48,17,0,106,64,69,7,3,7,3,10,0,16,32,16,2,16,16,48,16,80,16,112,16,144,16,224,16,6,16,5,1,9,92,14,12,10,8,12,81,5,31,13,1, + 0,13,1,13,4,95,78,235,8,52,63,1,1,15,1,1,8,1,1,9,0,95,15,3,9,18,0,63,63,237,18,115,207,6,34,220,93,113,132,201,50,51,51,237,50,50,47,93,113,18,57,57,47,47,49,48,1,17,33,21,132,1,130, + 206,34,35,53,51,130,13,61,1,103,2,175,253,81,1,146,254,110,180,175,175,3,123,4,230,254,36,157,213,129,254,233,1,23,129,3,233,155,130,167,32,58,130,167,8,59,80,5,150,0,58,0,221,64,81, + 133,58,149,58,2,21,22,37,22,53,22,3,40,44,0,48,17,13,6,30,111,29,29,0,52,110,6,43,39,48,110,18,14,10,10,0,79,6,95,6,111,6,3,6,58,111,0,0,32,0,2,131,4,8,107,48,0,80,0,112,0,144,0,176, + 0,208,0,8,0,0,16,0,48,0,192,0,224,0,5,8,0,184,255,192,64,70,14,18,72,0,42,16,81,17,46,12,81,43,175,13,1,13,64,42,45,72,0,13,16,13,32,13,3,13,39,111,17,1,47,17,95,17,111,17,143,17,159, + 17,223,17,239,17,7,17,17,52,35,115,41,30,1,30,24,7,7,52,116,37,58,1,23,58,1,58,6,24,0,63,51,93,93,237,50,130,5,69,137,5,33,51,222,65,206,5,46,16,237,50,1,47,43,94,93,113,114,237,47, + 93,18,57,73,160,5,63,16,237,17,57,47,237,17,51,51,17,18,57,57,49,48,0,93,93,1,14,3,35,33,53,62,1,61,1,35,53,51,53,131,3,89,138,9,38,3,35,34,6,29,1,33,65,58,5,36,21,20,14,2,7,24,236, + 22,17,54,186,186,48,99,152,103,70,123,99,71,18,174,10,39,53,65,36,114,112,1,152,254,104,131,3,8,41,22,44,63,40,1,227,38,67,53,37,8,1,55,80,117,77,37,154,46,160,121,25,129,140,129,130, + 92,147,102,55,29,58,86,57,57,31,52,36,20,115,125,138,130,19,35,7,56,106,92,24,236,30,8,39,0,4,0,158,255,236,8,103,120,63,6,8,82,47,0,98,1,193,64,71,134,2,1,117,91,133,91,2,91,73,107, + 73,139,73,3,143,68,1,109,68,1,91,68,1,105,82,1,105,80,1,125,22,1,91,22,107,22,2,125,17,141,17,2,91,17,107,17,2,84,57,100,57,2,54,57,70,57,2,37,97,53,97,69,97,3,76,32,9,14,72,49,184, + 255,224,64,94,130,8,8,111,29,32,12,17,72,13,29,29,29,45,29,3,82,73,81,81,48,72,65,0,70,15,24,39,75,37,41,72,30,34,32,30,57,73,15,56,1,102,56,1,56,56,89,72,75,95,15,1,63,75,95,75,239, + 75,3,75,64,27,39,72,239,30,1,31,30,95,30,127,30,3,15,30,75,75,30,15,3,8,64,65,80,65,96,65,3,127,65,143,65,2,65,184,255,192,64,16,7,12,72,65,20,7,70,0,8,16,8,32,8,3,8,100,130,20,35, + 179,91,95,72,132,7,33,80,88,133,7,33,70,74,133,7,33,59,62,133,7,33,48,53,132,7,43,64,11,27,31,72,79,100,95,100,111,100,3,132,47,45,7,10,72,89,184,255,248,64,71,19,22,72,65,8,130,4, + 8,61,89,65,78,60,80,57,51,22,44,80,27,22,6,95,20,87,80,121,82,1,72,82,88,82,104,82,3,82,78,40,32,80,33,78,37,33,35,35,33,127,33,143,33,2,175,20,1,20,64,9,17,72,20,33,20,33,8,19,95, + 9,3,8,67,51,6,38,57,47,47,43,93,93,17,76,250,7,49,47,51,93,93,237,16,237,63,237,63,51,237,18,57,57,43,43,1,90,78,5,37,43,43,47,93,237,50,130,42,34,113,18,23,130,50,34,47,93,113,130, + 53,34,16,237,51,130,8,32,237,77,52,5,35,17,57,57,16,111,139,5,43,49,48,93,43,43,43,93,0,93,93,1,93,130,0,130,7,130,5,32,1,130,15,42,1,93,1,20,14,2,43,1,17,35,17,122,98,6,130,11,54, + 51,50,54,1,14,1,35,34,38,53,17,35,53,51,55,51,21,51,21,35,17,20,22,130,22,35,55,37,20,6,24,64,19,11,9,15,53,52,46,2,39,46,3,53,52,54,51,50,22,23,7,46,3,35,34,21,20,30,2,23,30,3,3,186, + 61,121,182,121,130,181,1,43,125,186,124,62,182,164,164,105,113,165,155,2,123,35,74,48,105,93,104,111,53,110,157,157,41,55,23,40,26,2,232,183,170,75,121,92,61,15,159,17,99,88,40,68, + 49,27,34,62,87,52,49,96,77,47,168,161,141,165,22,161,6,31,45,54,30,155,32,57,80,48,48,100,82,52,3,217,92,159,117,68,253,219,5,129,61,111,157,97,134,139,253,212,146,252,186,11,13,123, + 122,1,197,131,242,242,131,254,98,78,73,8,6,98,120,129,24,54,88,64,26,61,58,10,25,40,30,30,41,29,23,13,12,32,53,79,59,112,119,105,116,17,28,38,24,10,85,25,36,28,22,11,11,31,54,87,0, + 1,0,16,255,236,4,86,5,150,0,61,0,232,185,0,2,255,235,64,68,15,73,106,38,1,58,43,74,43,122,43,138,43,4,36,59,52,59,68,59,116,59,132,59,5,46,55,55,4,57,45,51,110,20,24,15,14,26,15,3, + 20,37,110,36,36,3,110,64,4,96,4,128,4,160,4,176,4,5,0,4,144,130,6,8,52,208,4,4,4,184,255,192,64,94,24,27,72,4,48,24,81,25,57,15,81,54,15,16,31,16,127,16,143,16,159,16,5,16,64,39,47, + 72,0,16,16,16,128,16,3,16,45,47,25,63,25,127,25,3,131,6,8,45,175,25,207,25,4,47,25,175,25,2,25,25,0,40,115,216,37,1,124,37,140,37,2,26,37,42,37,2,37,31,7,0,115,115,3,131,3,2,21,3,37, + 3,2,3,9,25,68,95,5,33,63,51,119,188,6,42,93,113,114,51,220,93,43,113,50,237,50,68,97,5,93,208,5,36,47,23,51,47,196,130,16,39,50,17,57,47,196,49,48,0,130,45,37,43,37,50,54,55,23,103, + 62,5,41,39,35,55,51,46,1,53,52,54,55,130,8,95,88,5,34,23,7,46,93,234,6,8,63,7,33,14,1,21,20,22,23,33,7,33,30,3,2,179,100,120,14,185,13,63,103,147,97,120,177,121,69,13,171,40,120,1, + 2,2,1,160,40,129,15,73,123,173,115,97,147,103,63,13,185,14,121,106,68,106,79,50,11,1,190,40,254,99,2,131,31,8,55,196,40,254,108,9,42,77,114,126,100,91,14,68,118,87,50,77,139,192,114, + 129,8,46,24,27,53,6,127,122,189,130,67,50,87,118,68,14,91,100,39,87,137,99,127,16,47,23,22,37,19,129,81,138,100,57,0,130,0,8,44,4,0,69,255,244,6,208,5,140,0,19,0,23,0,43,0,79,0,192, + 64,14,118,20,134,20,2,121,22,137,22,2,133,47,1,66,184,255,232,64,9,8,11,72,60,24,130,4,32,17,130,13,32,179,130,7,32,13,130,7,33,64,29,130,8,32,7,131,21,32,3,131,4,8,91,22,23,20,21, + 74,180,73,73,52,180,53,178,63,23,16,21,184,255,240,64,62,21,23,21,23,0,44,180,63,64,10,14,72,63,34,180,10,178,0,180,0,24,16,24,32,24,80,24,96,24,208,24,224,24,240,24,8,24,38,52,1,52, + 49,182,58,184,77,182,74,68,4,23,3,20,18,29,182,15,184,39,182,5,19,0,63,237,244,237,63,63,63,51,130,6,59,51,93,1,47,93,253,244,237,47,43,237,18,57,57,47,47,56,56,16,244,237,51,47,237, + 17,51,17,51,75,110,8,35,1,93,93,93,80,20,15,35,1,35,1,51,75,104,16,32,20,104,228,5,65,161,6,95,129,13,46,6,6,208,51,87,116,66,66,115,85,49,48,86,117,68,130,7,8,159,50,251,59,155,3, + 154,157,149,22,43,63,40,42,64,44,22,23,43,63,41,39,63,44,24,250,155,20,47,75,54,69,94,11,141,6,45,77,111,72,94,132,82,38,59,97,124,65,68,106,76,48,9,143,10,83,75,108,87,1,178,125,171, + 105,45,45,104,171,126,133,174,103,41,41,103,174,253,201,5,129,252,49,99,131,78,32,33,78,131,98,95,128,79,34,34,79,128,2,124,75,124,90,50,82,87,9,54,99,76,45,69,121,164,96,130,173,103, + 42,40,70,94,55,11,72,85,164,0,2,0,19,255,236,2,126,5,149,0,39,0,55,0,185,64,9,138,32,1,53,40,14,17,72,26,184,255,232,179,8,16,72,22,130,7,33,64,67,130,8,33,8,32,130,4,8,65,6,32,11, + 16,72,5,27,21,27,2,5,21,21,21,2,3,4,4,29,16,40,32,40,2,96,40,112,40,128,40,192,40,4,15,40,1,40,40,4,51,20,51,2,8,51,159,35,1,35,18,14,192,10,208,10,224,10,3,10,184,255,192,179,34,38, + 72,131,7,8,42,64,26,7,11,72,10,79,57,1,18,51,45,15,11,34,24,14,14,7,45,24,3,3,7,24,7,0,7,0,47,205,63,18,57,47,16,205,17,57,47,18,57,57,130,6,62,57,1,93,47,43,43,93,198,51,205,93,50, + 0,94,93,1,51,47,93,93,113,205,50,47,51,49,48,0,93,93,43,130,0,54,1,43,93,37,50,54,55,51,14,1,35,34,38,61,1,14,1,7,53,62,1,55,17,71,111,6,40,21,20,14,2,7,21,20,30,2,65,168,8,8,99,17, + 62,3,1,177,51,68,17,69,20,120,109,111,127,32,66,34,35,66,31,25,59,98,72,52,79,53,27,44,79,110,66,19,32,42,115,14,27,40,26,32,39,22,8,49,77,54,28,78,104,109,154,157,159,155,175,17,28, + 13,73,14,29,16,2,75,59,108,83,49,42,78,111,69,99,180,152,118,38,244,57,83,54,26,4,20,52,85,61,33,36,61,81,46,254,5,33,104,131,151,0,130,0,8,130,4,0,188,0,0,8,46,5,129,0,19,0,35,0,55, + 0,59,0,244,64,124,141,0,1,0,24,13,16,72,61,0,1,25,0,1,132,10,1,114,10,1,69,10,85,10,101,10,3,22,10,38,10,2,5,33,21,33,37,33,3,4,29,20,29,2,11,24,27,24,2,11,22,27,22,2,47,61,1,58,20, + 73,36,19,73,16,0,16,57,46,73,26,144,16,160,16,192,16,3,31,26,1,16,26,16,26,8,144,36,160,36,176,36,3,47,36,1,0,36,1,36,10,1,7,73,48,8,64,8,80,8,3,71,35,5,46,144,8,4,8,41,31,15,1,184, + 255,192,179,29,36,72,131,7,48,64,15,18,21,72,1,17,9,3,51,23,192,57,208,57,2,57,130,27,40,64,21,35,44,72,57,56,11,64,130,35,33,11,64,130,31,51,0,11,56,3,8,18,0,63,23,51,43,43,47,221, + 43,93,222,205,63,51,130,10,48,63,205,1,47,93,113,237,50,50,47,93,93,93,18,57,57,47,130,7,45,16,237,51,17,51,16,237,16,237,50,93,49,48,0,130,23,70,166,5,61,93,93,43,93,33,1,22,23,30, + 1,21,17,35,17,51,1,38,39,46,1,53,17,51,17,1,20,6,35,34,38,67,26,7,32,7,78,170,15,47,53,33,21,4,38,253,48,1,2,1,2,160,202,2,216,2,130,0,8,91,162,3,54,176,175,168,177,43,87,131,88,93, + 131,84,39,159,24,47,69,45,46,71,48,25,26,48,67,41,46,72,50,25,254,16,2,123,4,166,44,44,38,89,39,252,88,5,129,251,82,40,46,39,98,51,3,156,250,127,2,178,188,203,201,190,91,145,101,53, + 53,100,145,92,81,107,64,26,27,64,107,80,82,108,63,26,26,63,108,253,160,146,146,0,130,0,62,2,0,188,2,122,7,25,5,129,0,39,0,47,0,148,64,9,9,24,19,23,72,136,9,1,8,184,255,232,64,16,130, + 11,8,75,89,8,105,8,121,8,3,37,24,13,17,72,24,184,255,240,64,73,12,17,72,44,41,196,42,24,21,196,64,22,224,22,2,22,22,0,64,47,1,47,0,42,16,42,64,42,80,42,4,42,39,196,37,111,0,175,0,207, + 0,223,0,239,0,5,0,40,44,202,0,9,22,29,4,0,42,32,130,30,32,128,130,32,8,42,2,15,23,37,15,3,45,3,0,63,23,51,17,51,204,93,23,50,237,50,1,47,93,51,237,47,93,204,93,18,57,47,93,237,50,16, + 253,204,49,48,43,43,93,130,1,8,38,1,17,53,6,7,14,1,7,3,35,3,46,1,39,38,39,6,21,6,20,21,17,35,17,51,19,30,1,31,1,54,55,62,3,53,19,51,17,1,130,17,8,95,35,53,33,21,6,155,5,4,4,5,2,230, + 108,163,2,24,14,17,20,1,1,128,190,223,2,5,2,6,20,16,7,13,11,7,168,184,251,40,134,255,2,138,2,122,1,169,194,11,11,9,18,5,253,203,1,157,5,64,38,44,55,10,10,8,18,6,253,201,3,7,253,205, + 4,13,7,18,51,41,18,34,28,18,2,1,157,252,249,2,152,253,104,2,152,111,111,0,130,0,46,1,0,108,0,0,5,184,5,150,0,57,0,221,64,95,24,127,11,65,8,85,32,40,96,40,112,40,144,40,4,47,18,111, + 18,127,18,159,18,4,40,18,40,18,24,34,91,16,53,1,53,184,255,192,64,65,23,29,72,191,53,207,53,2,0,53,48,53,2,53,17,5,91,31,24,63,24,79,24,143,24,191,24,207,24,223,24,7,111,24,127,24, + 159,24,239,24,255,24,5,0,24,48,24,2,8,24,10,15,24,127,11,21,36,47,94,93,93,113,24,127,7,87,33,3,18,24,127,7,98,8,97,0,2,0,88,255,222,4,124,4,72,0,32,0,45,0,82,64,50,90,13,1,28,15,64, + 160,33,176,33,2,95,33,1,80,33,96,33,112,33,3,33,47,128,32,47,1,45,208,17,1,17,5,16,45,45,22,39,10,16,22,21,27,1,6,27,1,27,0,22,0,63,50,93,93,205,63,205,18,57,47,205,1,47,205,93,50, + 93,26,16,220,93,113,113,26,205,50,49,48,93,102,60,11,34,21,33,17,113,108,5,8,171,55,23,14,3,19,17,46,3,35,34,14,2,7,17,2,107,130,198,134,69,95,152,189,95,112,194,142,81,252,197,22, + 64,78,88,46,75,116,93,76,35,72,36,84,109,143,203,19,59,77,92,53,51,87,74,60,24,34,93,157,204,111,147,213,139,66,79,146,210,130,254,156,24,45,35,20,31,60,87,56,42,57,100,76,44,2,138, + 1,21,20,42,34,22,19,32,42,24,254,234,0,0,0,255,255,0,80,255,246,6,78,5,129,16,38,0,121,0,0,16,39,2,27,2,249,0,0,17,7,2,151,3,204,253,206,0,63,64,40,4,3,2,111,15,1,47,15,1,15,1,191, + 12,1,128,12,1,112,12,1,96,12,1,64,12,1,16,12,1,12,98,64,11,11,72,130,34,42,60,24,0,63,53,53,53,1,43,17,93,132,0,32,53,130,7,130,15,133,99,32,61,132,99,32,141,135,93,130,7,132,93,37, + 17,6,0,115,34,0,131,99,32,1,130,99,58,49,1,47,49,1,49,0,191,1,1,128,1,1,112,1,1,96,1,1,64,1,1,16,1,1,1,141,131,99,130,34,32,49,155,99,32,93,132,99,32,129,145,99,34,2,149,40,162,99, + 32,126,163,99,32,145,138,99,34,189,0,0,137,199,39,2,150,102,0,0,47,64,28,144,199,33,1,102,146,87,65,27,9,8,101,0,1,1,162,0,100,6,94,2,68,0,17,0,24,64,9,0,15,12,3,128,16,7,17,16,0,47, + 205,1,47,205,26,204,50,57,57,49,48,1,30,1,23,35,46,1,39,53,62,1,55,51,14,1,7,33,21,2,129,29,59,31,72,58,130,82,82,130,58,72,31,59,29,3,221,1,41,34,98,65,68,112,42,36,42,112,68,65,98, + 34,86,0,0,0,1,1,16,255,195,2,240,4,127,130,91,37,26,64,10,15,64,0,131,94,38,17,128,7,0,47,26,205,131,89,32,1,130,7,130,93,71,195,6,32,51,130,101,32,21,130,101,35,17,35,1,213,141,75, + 33,3,160,141,109,33,252,35,148,183,130,182,32,17,132,183,32,221,135,183,130,77,132,85,130,97,32,35,130,187,35,33,53,5,127,143,73,33,1,127,141,107,145,183,43,17,64,16,15,0,3,12,128, + 8,16,0,47,133,89,133,183,32,37,130,81,32,21,131,89,130,101,32,53,130,187,35,17,51,2,43,141,75,32,162,141,108,34,3,221,0,138,183,43,31,0,36,64,15,16,31,28,19,128,23,64,133,95,33,0,15, + 132,189,132,188,32,26,136,195,65,123,15,142,211,65,137,15,33,2,254,141,116,65,151,14,140,160,140,235,34,31,0,38,130,232,48,64,0,31,16,19,28,128,24,64,0,15,12,3,128,7,0,47,139,141,65, + 175,22,65,7,14,65,189,14,140,113,65,201,15,33,253,2,141,173,8,44,0,2,1,16,255,72,2,240,4,127,0,3,0,35,0,40,64,17,1,19,0,4,35,20,23,32,28,3,0,28,4,19,16,7,11,0,47,204,50,57,57,221,222, + 205,16,66,66,5,41,51,205,50,49,48,5,33,21,33,19,66,71,15,143,151,37,16,1,224,254,32,197,140,143,140,12,35,104,80,4,88,141,142,144,158,8,119,0,2,0,56,255,229,3,186,5,197,0,47,0,69,0, + 222,64,93,156,19,172,19,2,154,6,170,6,2,122,33,138,33,2,68,24,14,17,72,85,20,101,20,149,20,165,20,4,140,7,1,74,7,90,7,122,7,3,74,56,90,56,2,67,56,11,15,72,58,67,1,42,12,58,12,74,12, + 3,37,45,53,45,149,45,165,45,4,32,39,48,39,2,39,39,15,169,48,249,48,2,40,48,1,48,28,0,70,64,96,31,1,31,184,255,192,64,64,18,21,72,15,130,11,44,64,12,17,72,31,71,128,60,71,63,15,1,15, + 131,12,8,76,15,79,71,1,39,34,80,43,53,81,27,0,22,64,22,128,22,192,22,4,7,22,22,47,43,111,43,223,43,3,15,43,191,43,2,43,65,80,10,22,0,63,237,47,93,113,57,47,94,93,51,237,16,237,50,1, + 93,47,43,93,237,26,16,220,43,93,43,113,26,237,51,51,113,113,18,57,47,125,103,8,36,0,93,1,93,93,130,4,33,43,93,77,1,5,32,7,78,123,5,52,53,52,62,4,51,50,30,2,23,51,62,1,53,52,38,35,34, + 14,2,7,55,119,182,5,34,3,46,3,130,14,8,183,4,21,20,30,2,51,50,62,2,3,186,7,13,18,11,31,96,130,162,97,93,127,78,35,22,47,73,102,132,83,42,77,64,50,16,4,1,3,130,129,28,59,58,55,22,36, + 42,116,67,113,154,94,41,211,8,36,51,64,36,53,86,67,49,32,15,21,42,65,44,66,108,83,56,3,170,46,104,106,106,48,128,206,144,77,63,107,138,75,60,143,144,134,104,63,26,48,67,42,25,58,34, + 196,209,11,19,28,17,147,23,39,88,149,195,254,147,42,74,55,32,51,84,110,116,116,48,53,91,67,38,99,161,205,0,0,0,2,0,4,0,0,4,225,5,129,0,5,0,18,0,244,64,27,74,7,90,7,106,7,3,69,17,85, + 17,101,17,3,3,56,8,1,55,16,1,6,24,14,17,72,18,184,255,232,64,157,130,8,8,98,102,2,1,39,2,71,2,87,2,3,105,1,1,40,1,72,1,88,1,3,2,1,12,12,0,6,59,3,1,20,3,1,244,3,1,107,3,155,3,187,3, + 235,3,4,52,3,84,3,2,0,3,1,11,2,3,18,15,0,31,0,47,0,3,18,0,15,20,47,20,127,20,3,175,20,191,20,223,20,255,20,4,32,20,112,20,144,20,3,15,20,63,20,143,20,3,58,175,20,207,133,23,34,64,20, + 96,133,23,37,95,20,2,143,20,159,132,46,37,4,0,20,32,20,80,130,48,37,4,0,3,6,3,18,24,144,103,25,47,113,114,114,94,93,113,113,114,47,94,93,51,47,95,94,93,130,0,39,113,113,51,18,57,61, + 47,51,24,144,112,10,56,95,93,93,55,1,51,1,21,33,37,1,46,3,39,14,3,7,1,5,2,5,217,1,254,251,24,144,111,37,8,33,0,1,0,235,254,78,5,172,5,129,0,7,0,54,64,36,3,90,79,4,175,4,191,4,207,4, + 4,4,7,90,32,0,1,15,130,33,53,0,32,0,192,0,208,0,4,0,2,95,5,3,4,0,0,47,50,63,237,1,47,130,155,42,237,47,93,237,49,48,1,17,33,17,35,130,3,49,4,244,252,182,191,4,193,254,78,6,145,249, + 111,7,51,248,205,0,130,0,34,1,0,154,130,95,32,48,130,95,8,122,11,0,170,64,9,134,8,150,8,2,163,9,1,9,184,255,192,64,26,13,16,72,163,7,1,2,144,7,1,114,7,130,7,2,100,7,1,53,7,69,7,85, + 7,3,3,184,255,240,64,74,9,17,72,41,1,57,1,2,1,16,12,17,72,8,143,6,159,6,175,6,3,2,72,17,73,15,2,127,2,2,2,6,2,6,0,207,10,1,0,10,64,10,2,10,7,3,9,3,9,207,0,1,0,0,64,0,2,7,0,32,13,1, + 3,7,95,2,8,0,4,3,1,9,95,130,178,51,237,57,63,18,57,57,237,57,1,93,47,94,93,93,51,51,47,47,51,47,76,224,7,42,43,93,51,49,48,0,43,93,43,1,93,130,0,8,45,95,93,43,93,93,19,53,9,1,53,33, + 21,33,9,1,33,21,154,2,123,253,149,4,66,252,178,2,72,253,168,3,162,254,78,109,3,48,3,44,106,152,253,4,252,249,152,133,227,55,101,2,96,4,72,2,242,0,3,0,32,64,20,0,2,32,2,80,2,112,2,4, + 2,16,86,211,5,45,173,1,179,0,63,237,1,47,93,47,93,49,48,19,130,86,36,101,3,227,2,96,76,155,5,55,1,0,51,255,242,4,98,6,84,0,8,0,185,185,0,0,255,232,64,135,14,17,72,9,130,247,61,73,1, + 3,9,1,0,4,6,1,6,6,8,16,111,8,143,8,175,8,207,8,239,8,5,15,8,47,8,79,8,131,16,8,70,5,8,95,2,1,2,2,15,3,47,3,79,3,111,3,4,11,3,175,10,1,48,10,80,10,112,10,144,10,4,111,10,143,10,2,16, + 10,48,10,2,240,10,1,15,10,47,10,79,10,3,57,239,10,1,176,10,208,10,2,143,10,175,10,207,10,239,10,4,112,10,1,131,25,131,44,63,175,10,5,2,175,31,5,1,5,5,1,7,179,6,1,0,47,51,63,18,57,47, + 93,237,1,93,113,113,114,114,94,93,132,6,35,47,94,93,51,131,201,8,137,113,56,57,61,47,93,51,51,49,48,94,93,43,5,35,1,35,53,33,19,1,51,2,110,106,254,229,182,1,14,242,1,174,129,14,3,24, + 117,253,78,5,135,0,3,0,87,0,203,5,93,3,215,0,35,0,51,0,67,0,114,64,75,137,50,1,53,67,69,67,2,10,15,1,10,3,1,5,33,1,5,21,1,39,26,8,52,4,18,0,0,47,32,47,64,47,112,47,4,47,60,18,36,224, + 55,1,55,23,42,239,65,1,65,8,39,52,26,4,5,63,13,1,13,64,18,21,72,0,13,80,13,2,13,31,15,23,1,23,0,130,133,42,220,93,43,113,50,23,57,205,93,50,16,130,3,40,1,47,205,47,93,205,17,23,57, + 24,85,60,9,81,219,5,33,38,39,68,220,8,36,2,51,50,22,23,83,83,5,35,37,34,6,7,117,241,5,42,53,52,46,2,5,46,1,35,34,14,2,68,221,5,8,107,54,5,93,44,82,115,70,97,168,70,32,75,84,90,46,69, + 115,83,46,44,82,116,71,94,168,67,31,75,84,94,51,69,114,81,45,254,179,70,119,56,51,119,77,43,71,51,27,29,51,71,254,93,51,119,78,43,70,49,27,25,48,71,47,70,120,2,78,78,141,106,62,133, + 149,63,102,72,39,55,100,143,89,81,142,104,60,135,148,62,102,73,40,55,101,143,168,126,130,128,128,40,70,94,54,54,92,69,39,250,133,10,8,51,51,93,69,41,126,0,0,0,1,1,152,0,0,6,96,4,199, + 0,5,0,13,179,2,5,2,5,0,47,205,1,47,205,49,48,1,51,17,33,21,33,1,152,94,4,106,251,56,4,199,251,151,94,130,46,130,47,62,22,255,254,4,170,4,8,0,25,0,35,64,18,75,22,91,22,2,75,16,91,16, + 2,25,0,12,13,13,0,19,6,130,62,33,47,51,130,64,131,66,35,0,93,93,5,81,65,8,90,172,5,132,243,8,43,17,1,22,68,122,167,98,99,169,123,70,103,53,95,130,78,78,130,94,52,2,2,0,116,192,138, + 76,76,138,192,116,254,0,2,2,98,155,108,57,56,108,156,100,254,130,116,8,112,1,255,158,254,78,2,148,5,227,0,35,2,3,64,30,10,34,26,34,42,34,3,5,16,21,16,37,16,3,9,3,218,37,1,201,37,1, + 154,37,170,37,186,37,3,37,184,1,0,64,162,225,228,72,76,37,1,0,47,37,63,37,2,9,37,1,220,37,64,211,217,72,37,64,205,209,72,134,37,1,25,37,41,37,57,37,3,11,37,1,251,37,1,233,37,1,37,64, + 188,191,72,107,37,123,37,139,37,3,93,37,1,75,37,1,131,31,39,2,27,37,1,9,37,1,249,130,31,36,128,170,177,72,109,131,7,34,164,168,72,130,18,52,163,37,128,156,162,72,189,37,1,121,37,153, + 37,169,37,3,75,37,91,37,107,130,121,50,192,140,147,72,155,37,171,37,187,37,3,125,37,141,37,2,107,37,1,130,78,61,38,37,54,37,70,37,3,228,37,1,214,37,1,180,37,196,37,2,6,37,1,112,37, + 184,255,192,64,110,119,122,130,148,40,101,107,72,219,37,1,118,37,166,131,170,131,155,32,3,132,147,39,79,82,72,37,128,74,78,72,131,17,32,2,133,171,36,217,37,233,37,2,131,95,35,203,37, + 3,153,131,143,34,60,63,72,131,170,32,73,131,204,57,27,37,2,55,233,37,249,37,2,187,37,203,37,219,37,3,141,37,157,37,173,37,3,123,37,1,130,186,33,1,95,130,46,38,184,255,128,179,39,43, + 72,132,122,42,13,34,38,72,144,37,160,37,2,2,16,132,25,43,192,64,46,28,31,72,223,37,1,96,37,112,130,22,8,33,176,37,192,37,5,15,37,31,37,47,37,3,7,32,22,144,22,2,22,22,31,70,12,47,4, + 159,4,2,4,4,32,12,1,12,131,191,8,46,15,16,19,72,12,25,80,64,18,128,18,2,18,7,80,0,0,47,237,47,93,237,1,47,43,93,51,47,93,16,237,50,47,93,94,93,93,93,43,113,95,113,43,43,114,95,114, + 131,0,130,16,32,43,70,97,5,34,43,43,113,130,16,33,43,43,70,112,6,35,113,113,113,43,131,15,34,94,93,43,130,1,96,254,5,33,43,113,136,34,32,95,130,20,37,93,93,49,48,0,95,130,47,35,19, + 34,38,39,117,240,7,40,3,52,62,2,51,50,22,23,21,67,78,6,57,17,20,14,2,36,36,75,23,20,62,35,51,66,39,16,2,50,90,125,75,34,75,22,18,61,36,131,14,62,50,89,124,254,78,11,8,147,8,16,37,64, + 84,48,4,188,94,134,86,40,9,9,148,10,17,40,65,84,44,251,66,130,14,58,41,0,0,0,2,0,56,1,80,4,44,3,244,0,33,0,67,1,31,64,26,36,16,12,16,72,2,131,4,42,65,24,11,17,72,66,48,9,17,72,61,131, + 4,36,42,184,255,208,179,130,12,32,48,130,7,33,64,19,130,8,33,31,24,130,4,32,32,131,26,32,26,131,4,40,13,184,255,232,179,13,17,72,14,132,39,34,13,72,8,131,7,33,14,17,132,7,8,51,64,41, + 9,12,72,63,16,28,48,28,80,28,3,0,28,16,28,64,28,96,28,128,28,160,28,240,28,7,28,45,11,64,12,17,72,11,47,69,1,59,173,64,45,184,255,192,180,35,60,72,45,34,130,8,35,179,23,28,72,131,7, + 60,64,27,16,20,72,34,128,62,64,41,60,72,62,40,173,143,49,1,32,49,48,49,2,49,15,25,173,64,11,130,39,37,180,39,60,72,11,0,134,48,131,7,33,64,29,130,48,34,0,128,28,131,48,41,28,6,173, + 15,15,207,15,2,15,64,130,77,49,15,64,11,19,72,15,0,47,43,43,93,237,196,43,26,221,43,43,130,5,35,237,16,220,93,139,14,39,1,93,47,43,51,47,93,113,86,202,9,98,59,8,34,34,38,39,65,124, + 5,33,7,53,73,184,5,42,23,30,3,51,50,54,55,21,14,3,3,155,27,48,40,69,145,73,65,107,45,38,65,60,56,29,50,132,81,40,80,25,13,100,14,159,31,8,43,2,246,43,26,22,23,12,22,33,21,144,37,47, + 13,21,27,13,8,15,14,8,51,43,149,23,30,19,8,254,90,44,26,23,24,12,23,32,21,141,38,46,13,20,26,132,27,8,152,50,42,147,23,32,19,8,0,1,0,65,0,55,4,36,5,16,0,19,0,162,64,108,53,2,1,58,11, + 1,60,12,1,42,12,1,3,3,6,7,10,11,2,11,0,17,16,13,12,1,12,12,11,1,2,4,9,19,100,14,116,14,2,80,14,1,2,48,14,1,0,14,16,14,32,14,96,14,4,14,4,111,9,127,9,2,95,9,111,9,2,9,16,7,8,173,9,0, + 1,2,3,4,4,173,17,6,31,5,47,5,95,5,111,5,223,5,5,5,10,11,12,13,4,80,9,208,9,2,15,9,1,9,0,47,93,93,23,51,222,93,50,50,237,23,50,16,237,50,50,1,47,93,113,51,130,3,41,95,113,113,51,18, + 23,57,16,135,192,130,0,133,5,36,49,48,1,95,93,130,0,40,1,3,35,19,35,53,33,19,33,130,3,36,51,3,33,21,33,130,3,8,41,1,192,152,145,151,237,1,55,190,254,11,2,61,154,143,152,1,21,254,162, + 191,2,29,1,88,254,223,1,33,148,1,108,148,1,36,254,220,148,254,148,148,0,130,0,40,3,0,100,0,244,4,71,4,80,104,79,6,40,49,64,27,11,7,2,8,4,0,130,179,49,9,1,5,173,63,4,1,4,0,173,15,1, + 31,1,63,1,3,1,130,162,43,237,47,93,237,17,57,47,237,1,47,51,51,130,2,72,76,5,35,1,53,33,21,131,3,36,100,3,227,252,29,133,3,41,3,188,148,148,253,56,148,148,1,100,132,104,58,2,0,63,0, + 0,4,36,4,207,0,6,0,10,0,123,185,0,5,255,216,64,17,18,22,72,3,40,130,4,32,0,131,4,36,137,0,1,1,184,130,21,32,63,130,16,63,134,1,1,10,48,2,80,2,2,0,2,16,2,32,2,64,2,96,2,128,2,160,2, + 7,2,7,7,0,64,12,15,72,130,158,43,7,79,6,95,6,143,6,3,6,64,2,80,130,28,52,3,2,1,0,80,4,128,4,2,4,0,25,47,93,51,51,205,93,205,93,24,131,166,34,43,51,47,66,155,6,45,93,43,93,43,43,43, + 19,53,1,21,9,1,21,5,130,178,32,65,130,170,57,166,3,90,252,27,3,227,2,119,205,1,139,154,254,168,254,168,153,236,145,145,0,0,2,0,65,138,175,35,121,185,0,1,139,175,32,6,132,175,35,6,1, + 5,184,130,21,32,62,131,175,55,5,1,9,48,6,80,6,2,0,6,16,6,32,6,64,6,96,6,128,6,160,6,7,6,137,174,35,6,5,64,4,131,160,41,3,4,79,0,95,0,143,0,3,0,131,182,33,2,2,131,174,131,172,33,51, + 51,135,174,67,73,5,133,173,35,55,53,9,1,130,176,32,1,132,173,34,90,252,166,65,92,5,43,236,153,1,88,1,88,154,254,117,205,253,137,131,173,131,175,32,157,130,175,8,50,55,4,129,0,4,0,9, + 0,35,64,18,105,9,121,9,2,105,7,121,7,2,6,4,5,0,2,8,5,0,0,47,205,47,205,1,47,205,221,205,49,48,0,93,93,51,17,9,1,17,37,33,130,5,60,157,1,205,1,205,252,182,2,250,254,131,254,131,2,123, + 2,6,253,250,253,133,82,2,6,1,170,254,86,0,130,0,8,38,1,0,100,0,180,4,71,2,242,0,5,0,19,183,5,170,0,2,0,4,173,1,0,47,237,47,1,47,47,237,49,48,55,17,33,21,33,17,100,130,154,38,174,180, + 2,62,146,254,84,131,51,59,2,34,253,154,3,210,6,170,0,23,0,29,182,4,32,8,11,72,9,0,184,1,0,180,1,19,12,6,130,59,33,47,205,130,138,8,67,237,204,49,48,43,1,35,17,52,55,54,51,50,22,21, + 20,6,35,34,39,46,1,39,38,35,34,7,6,21,2,181,147,84,82,128,63,75,51,37,30,13,8,26,20,33,16,36,9,6,253,154,7,86,196,123,123,63,48,40,52,10,4,24,22,39,39,35,105,131,107,37,1,5,253,154, + 2,181,130,107,40,28,0,32,185,0,4,255,224,180,130,110,33,12,2,131,110,35,28,24,17,7,130,249,132,110,32,253,132,110,37,51,17,20,7,14,1,107,121,9,8,58,23,30,1,23,22,51,50,55,54,53,2,34, + 147,90,40,103,62,30,50,37,20,14,23,31,18,33,26,5,21,15,31,16,37,8,7,6,170,248,168,205,125,56,54,16,29,39,24,20,34,24,14,16,2,23,20,37,41,31,106,131,123,8,55,255,246,2,37,5,181,2,182, + 0,3,0,22,180,3,5,0,4,0,184,1,2,177,1,252,0,63,237,17,1,51,17,51,49,48,3,53,33,21,10,5,191,2,37,145,145,0,0,1,1,216,253,147,2,105,7,72,130,47,56,24,187,0,2,1,0,0,3,1,6,180,4,3,254,0, + 250,0,63,63,1,16,246,237,49,48,130,55,40,35,1,216,145,145,7,72,246,75,131,99,35,2,141,253,147,132,99,39,5,0,34,178,2,7,3,186,130,53,39,0,1,6,179,6,5,254,3,131,109,32,0,131,109,132, + 59,131,111,49,1,33,21,33,17,35,2,141,3,40,253,105,145,2,182,145,251,110,133,167,35,253,147,3,30,130,167,130,67,133,119,41,5,1,6,181,6,0,6,4,254,5,131,67,32,2,132,67,130,178,132,129, + 130,179,38,17,35,17,10,3,40,145,130,182,35,250,221,4,146,130,66,36,0,1,2,141,2,130,235,130,187,130,67,36,178,4,7,2,189,130,135,130,69,38,0,6,0,5,1,2,179,130,65,131,194,32,237,131,195, + 132,135,33,51,17,130,137,42,2,141,145,2,151,252,216,7,72,251,110,130,254,39,0,1,255,246,2,37,3,30,133,67,32,187,130,55,34,0,0,2,133,135,33,3,250,142,135,35,244,237,49,48,131,135,36, + 51,17,10,2,151,131,135,35,4,146,250,221,134,135,35,253,147,5,181,130,67,39,7,0,39,179,4,9,5,1,65,16,7,33,8,7,132,204,136,138,32,63,131,139,32,50,137,140,33,17,35,132,142,34,253,105, + 145,132,143,33,251,110,131,143,33,253,147,132,143,130,75,34,177,7,4,131,73,130,144,40,183,8,0,8,6,254,3,250,7,65,26,9,38,63,17,1,51,16,244,237,65,208,5,35,17,51,17,35,132,150,133,151, + 36,246,75,4,146,0,133,75,42,5,181,2,182,0,7,0,40,178,3,9,132,76,35,7,1,6,182,132,76,66,24,10,32,50,132,75,33,246,237,66,29,7,32,33,131,76,33,5,191,130,150,37,2,37,145,145,251,110,130, + 76,32,1,66,87,5,132,227,36,40,178,7,9,5,134,152,131,75,34,3,250,5,66,100,9,32,51,132,75,32,244,135,75,130,152,39,33,21,10,2,151,145,2,151,130,75,36,4,146,251,110,145,135,151,130,75, + 54,11,0,51,179,7,13,5,8,187,1,0,0,2,0,11,1,6,64,9,12,0,12,10,130,232,33,8,11,130,233,41,178,5,2,252,0,63,51,237,50,63,132,84,35,246,50,237,50,134,162,132,86,132,166,132,90,133,169, + 132,93,132,173,130,77,41,255,246,1,113,5,181,3,106,0,3,130,253,41,37,183,3,7,7,9,0,4,8,4,132,85,32,253,133,174,40,251,0,63,237,63,237,17,1,51,130,85,134,87,33,21,1,67,28,5,51,250,65, + 5,191,2,217,145,145,254,152,145,145,0,2,1,217,253,147,3,210,130,175,131,75,36,42,65,9,0,5,130,175,38,4,1,7,0,8,0,1,130,9,53,0,1,4,182,8,7,3,254,4,0,250,0,63,50,63,51,1,16,246,237,16, + 244,67,55,7,35,51,17,35,1,130,73,33,1,104,67,63,5,33,9,181,67,67,11,130,159,39,9,0,49,181,2,6,6,11,67,70,9,35,10,9,254,7,131,167,33,4,253,67,77,5,133,167,66,59,7,131,169,32,1,101,74, + 6,67,86,7,44,2,151,253,105,145,3,106,145,215,145,252,34,0,130,147,130,175,44,5,181,2,182,0,9,0,51,178,1,11,6,191,130,164,36,9,1,4,0,10,130,202,32,0,130,188,36,7,178,10,2,6,130,97,44, + 180,9,252,4,8,254,0,63,51,63,237,50,1,130,177,130,183,132,93,35,21,33,17,35,132,1,35,5,181,254,29,130,84,43,2,182,145,251,110,4,146,251,110,5,35,0,130,0,33,2,1,132,95,130,187,44,5, + 0,11,0,63,180,2,8,8,13,9,65,11,130,100,38,6,1,7,0,12,0,3,65,19,5,130,9,38,9,1,2,181,6,253,11,68,22,7,132,200,130,108,65,32,6,96,109,5,68,30,5,134,5,43,217,3,220,252,181,145,1,104,2, + 116,254,29,131,208,35,250,186,4,111,133,211,37,255,246,253,147,3,30,65,47,5,35,177,9,6,186,68,168,5,40,183,10,4,0,0,10,8,254,3,130,205,35,178,6,251,9,130,6,37,177,2,253,0,63,237,130, + 1,35,17,1,51,17,67,33,9,34,53,33,53,66,47,6,38,253,105,3,40,145,1,113,130,215,35,250,41,3,222,68,139,8,42,210,2,182,0,9,0,52,65,9,0,6,65,46,15,39,183,10,0,10,4,8,254,6,66,229,9,34, + 50,63,51,67,126,5,68,157,10,38,35,17,35,17,10,3,220,130,87,38,2,37,145,250,221,4,146,66,138,6,33,0,2,132,187,32,210,65,47,8,38,4,9,9,12,11,65,11,130,101,38,8,1,4,0,12,0,0,132,203,32, + 7,65,47,6,37,10,253,2,7,254,4,131,200,32,5,65,47,9,33,244,237,130,104,65,47,6,130,102,36,33,53,1,35,17,130,208,50,3,210,145,252,181,2,116,145,254,29,2,116,3,106,250,41,5,70,145,131, + 211,32,145,130,82,39,2,141,1,113,5,181,7,72,130,211,40,49,181,4,8,8,11,2,6,189,132,215,42,6,0,10,0,9,1,2,178,6,253,5,130,100,42,179,2,251,0,250,0,63,63,237,63,237,68,155,6,68,157,9, + 32,21,69,46,7,33,253,105,69,50,5,33,252,34,130,220,130,91,33,1,217,69,119,6,38,9,0,52,178,4,11,2,132,203,34,9,1,7,130,89,32,8,130,99,32,5,130,213,42,10,0,5,1,2,181,2,8,252,0,6,130, + 94,34,51,63,51,132,94,32,16,68,23,5,79,174,5,131,206,49,3,65,145,1,227,252,36,145,215,7,72,251,110,145,5,35,251,110,66,95,5,134,187,66,95,5,36,10,4,4,13,8,132,99,32,11,130,99,32,12, + 66,196,6,36,4,0,12,0,11,130,199,33,8,251,131,199,35,180,2,253,6,67,126,5,134,201,132,106,137,203,133,114,40,1,217,145,3,75,252,36,1,104,130,117,40,253,140,7,72,250,186,145,5,215,130, + 213,130,211,46,255,246,1,113,3,30,7,72,0,9,0,50,188,0,9,130,198,32,6,130,104,32,6,66,96,5,33,7,250,66,96,26,32,50,70,23,5,35,53,33,53,33,130,210,38,10,2,151,253,105,2,151,66,96,5,35, + 3,222,250,41,132,91,35,2,37,3,210,132,91,34,52,65,9,130,16,34,0,0,7,130,201,49,10,0,6,1,0,0,3,1,4,183,10,1,10,8,4,250,6,1,69,221,8,32,51,66,95,8,32,244,130,93,32,1,133,90,36,51,17, + 51,3,210,130,189,32,227,66,98,5,66,96,8,32,2,132,187,131,95,36,5,0,11,0,63,130,97,32,8,130,87,32,11,66,91,11,38,181,12,9,1,1,12,9,130,95,37,181,10,251,4,6,250,133,105,38,253,0,63,237, + 63,51,63,72,24,5,33,16,244,68,180,6,132,108,33,33,51,66,95,5,49,252,36,3,75,145,254,7,145,253,140,1,227,1,113,145,5,70,251,73,223,5,32,1,72,3,5,130,211,43,11,0,54,182,4,8,8,13,6,2, + 10,186,132,118,36,6,179,12,11,254,131,106,66,98,17,68,195,5,69,110,6,65,146,5,32,21,72,29,6,32,145,65,55,5,38,253,105,145,7,72,252,34,68,201,6,32,0,69,123,5,32,5,71,91,5,37,11,0,56, + 178,4,13,134,101,36,4,178,12,2,6,131,112,41,7,1,7,183,12,7,11,254,0,8,71,176,11,35,51,63,51,1,130,209,33,50,16,70,213,5,133,107,33,17,35,130,7,43,35,3,65,145,1,227,254,29,145,254,152, + 145,71,118,7,69,148,5,32,3,68,215,5,130,211,47,3,0,9,0,15,0,73,181,14,6,6,17,12,8,65,12,130,215,41,15,0,9,1,7,0,16,0,0,1,130,2,33,1,4,130,9,52,15,1,2,178,12,251,7,184,1,2,183,4,253, + 10,2,250,9,1,254,0,63,130,119,67,75,7,35,16,244,50,237,135,234,35,35,17,51,19,132,232,32,17,72,132,5,37,106,145,145,215,2,116,130,132,130,138,44,253,140,253,147,9,181,250,186,145,252, + 34,9,181,130,250,35,0,1,255,246,72,3,6,130,241,32,185,130,119,48,0,178,6,2,10,184,1,6,64,10,12,4,0,0,12,10,254,66,143,8,32,11,68,240,11,32,63,68,241,5,33,246,50,66,145,13,33,35,17, + 66,147,7,66,148,7,37,246,75,3,222,0,0,68,151,7,130,239,40,7,0,11,0,59,65,10,0,10,130,220,67,99,5,32,5,130,9,36,2,0,6,1,4,130,115,37,0,12,11,6,254,8,72,124,12,66,159,6,33,246,50,66, + 51,5,34,3,53,33,130,216,32,35,131,127,40,35,10,1,227,145,145,1,104,145,72,137,9,35,5,35,246,75,130,110,33,0,3,132,215,71,71,5,65,95,5,39,7,13,13,16,6,10,65,12,130,108,39,9,0,11,1,4, + 0,16,0,74,129,5,32,7,130,9,40,12,1,2,181,15,253,3,11,254,70,170,5,38,251,0,4,250,0,63,51,66,177,5,36,1,16,244,237,16,72,15,5,67,227,6,39,35,1,51,17,33,53,33,19,69,23,5,39,65,145,145, + 254,152,145,253,140,131,139,43,254,29,2,116,7,72,246,75,9,181,251,145,69,30,7,133,251,36,5,181,3,106,0,131,251,37,57,180,11,3,3,13,73,31,7,39,181,12,8,0,0,12,8,184,130,127,36,9,251, + 6,254,4,69,246,5,37,253,0,63,237,50,63,67,44,7,33,246,237,69,141,5,130,249,34,21,33,17,130,249,72,55,5,50,253,105,145,253,105,5,191,1,113,145,145,252,34,3,222,1,104,145,145,73,135, + 11,39,11,0,58,178,3,13,8,191,67,158,8,32,4,130,9,43,7,1,7,64,9,12,0,12,6,10,254,8,73,148,11,70,99,11,73,153,11,32,35,130,110,34,10,5,191,71,153,5,73,159,6,35,251,110,4,146,65,95,5, + 132,211,45,5,0,11,0,15,0,74,180,13,8,8,17,9,186,71,152,5,39,181,16,14,3,3,16,5,189,130,13,45,2,1,4,0,16,0,14,1,2,179,15,251,9,3,131,231,35,6,4,253,11,66,190,6,130,228,32,237,75,50, + 5,33,17,51,69,68,9,53,35,17,33,53,33,51,33,21,33,17,35,1,21,33,53,2,106,145,254,29,2,116,66,195,5,39,2,116,250,65,253,147,3,222,131,243,33,5,215,68,31,5,32,2,73,127,5,66,91,6,42,58, + 64,9,7,11,11,13,0,8,8,12,134,128,41,6,0,12,0,8,1,2,181,9,253,74,61,8,38,251,0,63,237,51,63,63,130,124,35,244,237,17,51,133,1,75,113,7,79,206,5,74,71,5,73,155,6,38,3,222,252,34,145, + 254,152,130,110,74,155,9,39,11,0,58,178,11,13,9,191,72,138,8,32,5,133,237,40,64,9,12,0,12,7,3,250,9,74,168,11,69,99,11,65,95,6,133,116,42,17,33,21,10,1,227,145,215,145,1,227,74,179, + 6,38,4,146,251,110,145,0,3,136,211,65,95,5,42,76,64,9,4,15,15,17,9,12,12,16,70,158,7,66,193,7,33,5,1,66,193,6,37,179,13,253,5,9,184,130,232,34,2,10,251,71,10,8,32,50,133,228,65,93, + 6,66,72,5,68,161,5,66,196,5,37,1,53,33,21,3,65,130,126,33,253,140,66,197,6,37,254,29,5,191,7,72,130,240,38,4,111,251,145,145,254,7,130,245,66,87,8,8,36,7,72,0,19,0,76,182,11,15,15, + 21,13,9,16,184,1,0,178,6,2,19,184,1,6,64,11,20,4,0,0,20,18,254,7,250,12,4,130,130,37,180,9,5,251,16,0,130,8,35,178,13,1,253,24,128,244,8,32,63,68,53,10,32,50,68,174,6,34,3,53,33,70, + 205,6,33,33,21,132,1,76,92,5,33,253,105,75,108,6,35,2,151,253,105,68,75,7,69,171,6,33,3,222,141,143,50,77,179,4,21,18,9,187,1,0,0,15,0,12,1,4,178,20,2,5,131,12,47,19,0,8,1,7,64,9,20, + 13,20,0,16,250,9,5,13,130,141,38,182,18,2,14,252,7,11,69,59,5,34,51,237,50,66,246,7,34,50,237,50,67,225,6,33,49,48,65,28,5,130,133,32,35,130,3,130,155,72,58,8,40,254,29,145,215,145, + 254,29,1,227,72,65,6,74,166,5,39,4,146,145,4,146,251,110,0,130,0,34,4,255,246,77,155,6,47,5,0,11,0,17,0,23,0,93,181,4,14,14,25,2,15,131,142,32,5,130,155,40,7,182,24,21,9,9,24,20,11, + 131,16,32,23,130,159,36,4,178,24,5,21,130,152,40,183,2,22,251,0,18,250,15,9,130,11,37,181,12,10,253,17,7,133,163,32,237,130,161,32,63,130,168,32,1,68,128,8,69,233,11,37,51,17,33,21, + 33,3,67,46,11,130,17,33,53,33,65,206,6,131,172,67,54,7,65,218,6,38,7,72,252,34,145,250,186,67,62,5,33,9,181,71,95,7,53,0,0,2,109,5,171,7,72,0,3,0,18,182,0,5,1,4,2,250,1,0,47,65,172, + 5,47,49,48,1,33,17,33,5,171,250,85,5,171,2,109,4,219,130,231,36,1,0,0,253,147,131,13,137,47,32,1,130,174,33,47,17,79,243,5,137,47,35,253,147,4,218,137,47,132,95,33,19,183,134,95,130, + 48,145,96,37,253,147,9,181,0,0,132,95,33,2,214,132,47,36,17,182,1,4,0,130,142,131,46,35,1,47,17,51,133,142,35,2,214,253,42,130,3,132,45,130,47,33,2,213,131,143,134,47,130,95,144,47, + 33,5,171,139,47,40,42,0,103,253,245,5,171,6,163,130,191,8,100,7,0,11,0,15,0,19,0,23,0,27,0,31,0,35,0,39,0,43,0,47,0,51,0,55,0,59,0,63,0,67,0,71,0,75,0,79,0,83,0,87,0,91,0,95,0,99,0, + 103,0,107,0,111,0,115,0,119,0,123,0,127,0,131,0,135,0,139,0,143,0,147,0,151,0,155,0,159,0,163,0,167,2,49,181,161,157,153,149,145,165,184,1,1,182,164,109,85,69,45,13,121,130,10,46,64, + 13,120,108,84,68,44,12,120,101,77,53,29,5,137,132,17,44,136,100,76,52,28,4,136,113,89,65,41,17,125,132,17,44,124,112,88,64,40,16,124,97,81,57,25,9,141,132,17,44,140,96,80,56,24,8,140, + 117,93,61,37,21,129,131,17,8,33,33,128,116,92,60,36,20,128,120,136,124,140,128,128,140,124,136,120,5,132,160,156,152,148,144,164,164,169,105,73,49,33,1,133,131,37,56,15,104,72,48,32, + 0,10,132,1,8,3,132,167,143,139,135,184,1,3,180,132,163,103,99,107,130,8,40,183,104,160,100,96,104,95,91,87,131,11,39,84,92,88,84,159,83,79,75,131,11,39,72,156,80,76,72,67,63,71,131, + 11,39,68,64,60,68,155,59,55,51,131,11,39,48,152,56,52,48,43,39,47,131,11,39,44,40,36,44,151,31,27,35,131,11,39,32,148,28,24,32,23,19,15,131,11,39,12,20,16,12,147,11,7,3,131,11,39,0, + 144,8,4,0,131,127,123,130,11,8,61,64,60,120,128,124,120,22,84,1,27,72,1,25,68,1,27,48,1,27,44,1,20,32,1,104,84,72,68,48,44,32,12,0,120,120,0,12,32,44,48,68,72,84,104,10,108,164,140, + 136,27,132,59,132,2,15,132,1,2,132,119,115,111,130,64,35,178,116,112,108,125,167,6,42,47,95,93,93,51,51,51,18,23,57,47,136,0,32,93,132,0,38,17,51,51,16,237,50,50,130,6,132,7,131,8, + 188,15,131,60,36,50,1,47,95,94,131,111,33,51,51,130,90,32,50,131,93,32,47,130,125,137,127,131,109,133,119,132,28,131,27,132,55,133,135,162,25,134,45,38,49,48,19,51,21,35,37,134,3,32, + 5,138,11,32,7,162,23,32,23,186,47,32,1,138,59,143,11,32,17,130,27,143,3,36,103,104,104,1,158,130,3,36,160,103,103,253,145,130,7,32,159,133,3,44,207,103,103,254,96,104,104,254,98,104, + 104,4,13,130,7,32,97,133,3,32,207,137,45,130,10,32,254,145,21,150,67,130,44,32,1,134,89,33,252,194,137,101,33,251,243,137,79,131,133,32,104,136,0,34,5,34,98,131,0,33,97,96,137,0,32, + 99,145,11,32,97,131,0,33,98,94,131,0,32,98,132,11,133,34,33,7,237,132,60,33,1,35,132,14,39,254,223,98,254,223,96,254,221,130,2,39,97,254,222,97,7,238,96,0,130,0,34,84,0,0,68,47,89, + 8,90,0,171,0,175,0,179,0,183,0,187,0,191,0,195,0,199,0,203,0,207,0,211,0,215,0,219,0,223,0,227,0,231,0,235,0,239,0,243,0,247,0,251,0,255,1,3,1,7,1,11,1,15,1,19,1,23,1,27,1,31,1,35, + 1,39,1,43,1,47,1,51,1,55,1,59,1,63,1,67,1,71,1,75,1,79,0,0,19,51,21,35,55,146,3,32,5,146,19,131,39,203,23,32,37,142,99,131,15,131,95,32,39,130,23,143,3,32,7,142,43,135,179,32,23,146, + 43,131,59,151,47,32,1,150,71,151,23,32,19,130,47,131,75,131,103,155,7,32,17,130,39,32,19,130,3,35,103,104,104,207,132,2,34,208,104,104,130,2,130,11,36,251,140,103,103,207,133,2,132, + 18,36,208,103,103,252,90,186,37,33,1,158,130,76,136,73,36,194,103,103,3,165,141,112,130,115,32,103,144,114,133,151,136,148,148,35,33,251,243,144,54,146,169,133,58,130,79,130,100,146, + 5,32,103,130,19,67,104,6,32,98,67,110,16,67,109,10,32,96,67,122,11,152,23,32,97,137,0,67,146,5,32,94,67,152,10,133,27,139,59,67,164,6,132,119,32,98,67,170,6,133,31,35,254,223,98,97, + 130,9,32,99,133,3,34,97,98,94,131,14,130,46,130,36,8,152,0,0,67,0,0,253,147,5,213,6,163,0,73,0,77,0,81,0,85,0,89,0,93,0,97,0,101,0,105,0,109,0,113,0,117,0,121,0,125,0,129,0,133,0,137, + 0,141,0,145,0,149,0,153,0,157,0,161,0,165,0,169,0,173,0,177,0,181,0,185,0,189,0,193,0,197,0,201,0,205,0,209,0,213,0,217,0,221,0,225,0,229,0,233,0,237,0,241,0,245,0,249,0,253,1,1,1, + 5,1,9,1,13,1,17,1,21,1,25,1,29,1,33,1,37,1,41,1,45,1,49,1,53,1,57,1,61,1,65,1,69,1,73,1,77,1,81,0,0,1,33,17,51,53,35,146,3,35,51,21,51,53,149,3,35,35,21,51,17,146,3,32,1,142,48,32, + 23,130,35,32,39,138,3,32,7,142,31,32,5,130,27,32,55,138,19,32,5,130,11,32,33,130,3,36,7,53,35,21,37,130,7,32,19,130,7,32,35,138,3,143,63,160,31,142,127,32,1,143,15,134,123,135,167, + 135,95,32,7,134,151,32,5,130,31,32,23,130,127,131,3,131,135,135,31,135,119,136,15,134,87,32,19,134,7,36,5,213,250,43,106,137,0,33,107,106,130,1,32,107,130,0,135,7,130,10,132,2,33,250, + 149,136,26,39,107,214,107,107,214,106,106,213,130,2,134,19,34,253,234,106,134,47,41,252,170,107,1,63,107,213,107,1,171,132,53,133,31,138,75,132,10,136,15,136,72,33,2,22,130,82,32,107, + 130,55,131,2,33,2,235,131,54,136,96,32,107,131,91,33,254,86,130,25,32,213,132,56,130,4,136,7,131,132,130,104,39,213,107,107,253,147,1,34,97,131,2,36,35,96,1,33,98,132,2,67,0,11,33, + 96,193,70,151,8,40,96,254,221,94,254,221,96,6,106,135,31,32,192,67,22,5,32,98,70,255,8,32,192,135,25,32,195,137,66,33,254,223,67,85,5,33,97,97,67,111,8,137,18,136,38,33,6,205,134,75, + 32,1,71,82,5,32,98,131,117,130,29,131,98,132,94,132,90,133,86,32,193,71,79,8,133,72,132,68,132,64,132,60,32,0,130,0,8,36,1,0,123,0,117,4,90,4,84,0,3,0,0,19,33,17,33,123,3,223,252,33, + 4,84,252,33,0,0,2,0,6,0,0,4,207,4,201,130,27,47,7,0,21,183,7,1,4,0,4,0,5,3,0,47,205,221,93,168,7,131,50,43,19,17,33,17,6,4,201,251,55,76,4,49,131,6,48,4,125,251,207,4,49,0,0,1,0,109, + 1,127,2,105,3,123,130,63,47,26,64,13,3,48,2,1,15,2,31,2,2,8,2,1,2,130,67,37,1,47,94,93,93,205,76,44,6,40,105,254,4,1,252,1,127,1,252,130,147,32,2,138,55,39,7,0,34,64,17,5,3,6,137,59, + 34,7,1,6,131,61,131,129,131,63,32,221,134,65,32,3,130,132,32,2,132,69,34,76,254,156,131,72,37,254,80,1,98,254,158,130,78,130,135,130,5,35,8,0,2,104,130,135,32,0,130,38,35,33,8,0,248, + 130,13,33,253,152,130,22,33,1,1,130,34,41,6,76,4,174,0,2,0,0,33,9,130,14,50,2,88,2,86,4,174,251,82,0,0,1,1,145,255,229,6,90,4,172,131,27,35,9,2,1,145,132,220,36,172,253,158,253,155, + 130,27,32,158,130,27,34,76,4,147,133,27,41,6,76,253,170,253,168,4,147,251,82,130,73,140,55,45,1,17,1,6,90,251,55,4,172,251,57,2,101,0,130,45,8,43,8,0,0,3,238,5,160,0,5,0,9,0,37,64, + 20,134,7,1,9,0,5,16,5,2,5,7,31,2,1,2,6,3,4,8,1,0,47,51,63,51,1,47,93,51,130,2,8,41,49,48,93,33,35,9,1,51,9,4,2,35,82,254,55,1,201,82,1,203,254,14,254,158,1,98,1,96,2,207,2,209,253, + 49,2,53,253,203,253,194,2,62,130,91,8,48,167,0,162,4,46,4,41,0,19,0,39,0,46,64,28,68,37,84,37,2,75,33,91,33,2,75,27,91,27,2,68,23,84,23,2,30,10,20,0,25,15,35,5,0,47,205,220,205,1,131, + 4,130,97,39,93,93,93,19,52,62,2,51,24,69,34,10,33,55,20,108,186,5,32,53,118,155,6,8,35,167,70,122,164,94,94,165,123,71,71,123,165,94,94,164,122,70,86,57,98,133,76,76,134,99,58,58,99, + 134,76,76,133,98,57,2,100,139,30,131,46,38,76,132,99,57,57,99,132,135,37,32,0,130,0,55,1,0,178,0,137,4,35,3,250,0,23,0,17,182,8,16,12,15,0,1,0,0,47,93,103,183,6,35,50,23,30,1,130,2, + 8,47,21,20,7,6,35,34,39,38,53,52,54,55,62,1,55,54,2,106,110,107,53,82,29,29,31,129,129,183,182,129,129,30,29,29,83,52,108,3,250,57,28,82,52,54,110,57,183,129,130,0,39,183,58,109,54, + 52,82,28,57,130,99,42,2,0,41,0,0,4,172,4,131,0,3,130,101,40,21,183,14,2,4,1,19,1,9,130,102,66,183,9,36,51,17,33,17,1,142,226,58,41,4,131,252,4,69,120,160,91,91,161,120,69,69,120,161, + 91,91,160,120,69,4,131,251,125,2,65,131,9,138,25,32,0,130,89,139,99,48,43,0,34,64,14,4,24,1,14,34,2,1,19,29,0,9,39,131,211,39,221,221,206,16,221,206,1,47,133,7,33,49,48,132,114,65, + 101,14,32,39,146,130,40,81,58,99,133,75,75,133,99,58,135,7,32,77,149,147,139,34,131,42,144,163,55,2,0,115,1,133,2,99,3,117,0,18,0,34,0,21,183,19,0,27,11,31,6,23,15,65,250,11,52,1,20, + 6,7,14,1,35,34,39,46,1,53,52,55,54,51,50,23,22,7,52,96,225,6,32,20,96,119,5,8,34,2,99,37,37,37,86,51,101,75,35,37,72,74,102,103,71,74,76,51,51,70,70,51,51,51,49,72,72,49,51,2,125,53, + 86,37,130,25,40,37,86,53,102,72,74,74,71,103,131,25,8,67,51,70,69,54,49,49,54,0,0,0,5,1,177,255,229,6,121,4,172,0,17,0,33,0,45,0,57,0,68,0,147,64,93,20,32,36,32,116,32,3,20,28,36,28, + 116,28,3,27,24,43,24,123,24,3,27,20,43,20,123,20,3,68,34,40,63,52,46,40,130,1,8,54,8,18,31,0,1,0,26,8,49,37,43,55,43,62,58,104,58,1,89,58,1,71,58,1,25,58,1,58,60,65,15,43,95,43,111, + 43,3,8,65,64,9,14,72,43,65,43,65,4,22,15,13,1,13,30,4,131,223,45,93,205,18,57,57,47,47,43,94,93,16,205,51,93,130,0,42,17,51,17,51,16,205,50,1,47,205,220,134,27,130,24,130,2,34,49,48, + 0,130,29,33,93,1,66,113,10,37,54,51,50,23,30,1,65,6,15,121,178,7,130,29,40,22,5,20,6,35,34,38,53,52,131,11,37,1,22,51,50,55,23,131,15,8,84,39,6,121,180,179,253,253,179,180,90,90,178, + 254,254,178,90,90,90,153,151,218,218,151,153,153,152,217,217,152,153,253,90,46,32,32,45,45,32,32,46,1,211,44,32,32,47,47,32,32,44,253,234,76,147,145,76,62,98,185,94,141,48,2,72,254, + 178,179,179,178,254,128,215,91,178,178,91,215,128,217,153,154,154,153,217,216,131,5,35,1,87,32,46,135,60,132,7,8,37,254,191,137,137,35,186,95,91,0,0,4,1,209,255,229,6,153,4,172,0,17, + 0,29,0,41,0,52,0,96,64,55,42,18,24,47,36,30,24,130,1,8,56,0,8,39,27,21,33,21,48,52,104,52,1,89,52,1,75,52,1,61,52,1,52,50,45,15,21,31,21,95,21,111,21,4,8,79,45,95,45,2,21,45,21,45, + 13,4,0,47,204,57,57,47,47,93,94,93,16,206,65,51,9,36,206,50,1,47,205,131,23,130,20,130,2,33,49,48,65,42,17,44,5,52,38,35,34,6,21,20,22,51,50,54,37,138,11,44,1,30,1,51,50,55,39,6,35, + 34,39,6,153,65,26,13,33,253,0,65,13,18,42,174,48,141,94,185,98,62,76,145,147,76,65,13,14,32,1,65,57,5,65,4,8,8,44,254,220,91,95,186,35,137,137,0,2,1,70,255,115,6,14,4,59,0,51,0,70, + 0,139,185,0,47,255,240,64,13,11,14,72,52,46,1,52,36,1,119,35,1,35,184,130,17,32,77,130,17,33,21,16,130,4,38,59,20,1,59,9,1,8,132,10,8,63,47,1,52,35,1,52,21,1,59,8,1,66,143,13,223,13, + 2,112,13,1,63,13,1,32,13,1,13,57,43,62,128,31,208,31,224,31,3,127,31,1,48,31,1,47,31,1,31,52,15,51,63,51,79,51,3,8,51,0,47,94,93,205,220,93,130,0,34,205,1,47,134,8,66,71,7,35,43,93, + 93,43,130,3,54,93,43,1,51,21,30,3,23,55,23,7,30,1,23,51,21,35,14,1,7,23,7,39,130,5,130,2,40,21,35,53,46,1,39,7,39,55,130,5,8,110,35,53,51,54,55,39,55,23,62,1,55,23,34,6,7,6,21,20,23, + 30,1,51,50,55,54,53,52,39,46,1,3,137,66,32,57,54,53,29,186,45,184,45,44,3,215,215,8,44,40,184,49,182,31,55,23,24,58,34,66,63,110,48,188,43,182,40,46,8,215,215,12,80,180,40,189,57,112, + 54,31,69,117,48,98,98,48,117,69,139,96,99,99,49,117,4,59,217,3,12,21,32,22,182,45,184,59,113,57,62,60,110,51,130,48,51,23,32,11,9,12,5,217,217,9,46,35,180,45,184,51,111,63,62,128,95, + 130,84,8,118,40,44,6,61,50,48,100,136,137,98,50,47,97,97,138,137,99,48,50,0,0,0,2,1,218,0,80,4,38,4,129,0,28,0,47,0,98,64,62,22,18,25,0,0,5,15,43,1,239,43,255,43,2,43,15,14,1,14,0, + 34,1,224,34,240,34,2,34,5,22,25,19,0,28,16,28,80,28,3,28,0,39,1,240,39,1,39,18,0,0,128,0,2,8,0,29,64,37,40,72,29,10,0,47,205,43,220,94,93,50,205,113,114,47,93,51,205,50,1,47,130,9, + 33,220,93,130,4,34,17,57,47,130,15,52,49,48,1,46,1,39,38,53,52,55,62,1,51,50,23,22,21,20,7,6,7,92,18,5,43,17,33,53,33,19,34,7,14,1,21,20,22,68,152,5,8,86,53,52,38,39,38,2,220,55,90, + 35,71,83,44,101,60,118,83,86,72,72,106,1,0,255,0,74,254,254,1,2,35,83,62,29,31,31,29,62,83,87,59,61,30,29,62,2,66,8,46,42,80,108,122,83,43,43,86,83,122,109,81,82,12,166,70,254,250, + 1,6,70,2,145,59,31,71,44,43,71,31,62,62,61,84,44,71,31,59,130,243,36,81,0,250,4,175,130,243,8,52,65,0,81,0,70,64,40,49,65,59,15,78,1,78,63,32,1,32,15,51,1,51,0,70,1,70,59,65,49,63, + 74,0,55,128,55,2,55,66,144,20,1,20,15,63,1,8,63,0,47,94,93,204,93,68,96,6,130,218,33,114,220,131,14,35,114,18,57,57,133,215,130,218,33,46,1,134,219,34,22,23,30,130,225,36,54,55,54, + 51,50,130,228,133,213,32,30,130,219,33,6,7,102,101,6,32,7,132,252,71,5,5,131,37,37,23,7,34,7,6,21,69,147,6,8,35,53,52,39,38,3,255,17,54,37,28,40,14,5,3,6,3,6,5,5,15,13,32,63,32,46, + 64,19,36,13,16,6,9,7,4,8,2,130,0,8,44,9,5,21,20,22,31,11,237,84,86,87,118,118,87,84,84,85,122,71,83,154,90,62,61,61,64,88,89,60,62,62,60,4,0,5,18,14,11,24,14,3,10,5,8,9,130,47,8,101, + 2,8,9,7,6,12,14,9,18,34,79,45,31,64,34,11,16,5,5,7,3,6,39,42,82,42,238,81,109,125,86,88,84,84,117,117,87,86,43,32,62,61,88,91,61,61,61,62,90,87,62,62,0,0,1,0,59,0,0,4,5,4,207,0,47, + 0,40,64,25,38,32,10,48,10,96,10,112,10,4,10,14,34,64,8,11,72,34,23,79,0,95,0,2,0,0,47,93,47,47,43,51,1,130,6,37,49,48,1,30,1,23,130,2,32,22,65,227,5,130,230,32,22,130,14,42,31,1,33, + 55,50,55,62,3,39,14,1,134,248,33,62,1,72,0,5,8,88,32,14,40,26,28,95,69,141,35,37,63,66,88,157,99,3,36,38,163,137,8,252,232,6,125,86,43,66,44,20,1,45,132,83,90,66,63,30,23,78,57,69, + 110,38,56,4,207,54,95,44,43,105,63,126,66,67,70,95,63,66,191,147,87,86,99,9,37,37,49,25,69,91,119,75,96,95,66,63,91,74,59,42,85,47,59,113,57,83,0,130,0,8,51,1,0,60,0,0,5,4,4,199,0, + 75,0,47,64,24,57,77,63,23,1,23,52,61,67,13,47,30,4,18,31,18,1,27,18,27,18,1,41,1,0,47,47,18,57,57,47,47,93,18,23,57,50,131,197,36,16,206,49,48,41,132,159,130,165,36,54,53,52,38,53, + 71,75,5,34,38,39,38,71,75,5,33,22,23,65,241,11,132,233,32,54,130,206,33,51,50,136,245,33,38,39,130,33,65,9,7,8,175,4,70,252,182,8,84,108,27,41,64,26,52,2,58,90,43,88,45,59,97,41,79, + 73,73,93,31,80,51,20,27,8,5,6,78,40,97,60,116,80,80,69,84,16,14,30,17,51,86,36,73,80,80,112,62,132,50,17,43,26,3,23,23,22,67,46,61,159,35,17,33,17,25,75,50,100,109,8,22,17,121,59,28, + 30,42,38,83,116,115,79,80,25,26,34,52,19,17,38,20,115,78,38,40,80,78,109,86,98,40,3,5,3,37,41,76,116,118,83,80,60,51,19,61,45,81,125,46,45,76,31,39,30,0,1,0,102,255,233,4,90,4,121, + 0,39,0,38,64,23,18,2,1,4,2,1,8,29,41,16,12,64,12,80,12,112,12,128,12,5,12,16,0,0,47,47,1,47,93,131,255,35,94,93,93,5,132,228,131,200,72,67,8,130,209,33,62,1,135,230,68,243,5,8,74,14, + 1,2,98,14,42,26,28,103,76,56,69,14,43,37,68,70,102,98,78,28,47,17,34,142,88,50,85,35,70,41,20,78,60,75,108,32,31,44,23,56,101,48,50,147,102,76,93,22,65,106,56,103,71,70,72,28,80,54, + 119,117,36,34,70,94,86,88,45,119,75,96,152,55,54,110,65,179,5,55,66,255,231,3,210,4,199,0,26,0,18,183,48,12,1,12,75,21,1,21,0,25,47,93,130,152,66,93,8,133,122,136,159,8,82,62,1,55, + 62,1,2,7,45,113,69,69,116,47,39,120,83,69,106,40,13,35,22,38,98,60,14,94,81,50,128,80,59,96,4,199,78,165,93,93,141,53,40,150,111,93,159,72,25,58,32,57,135,80,20,119,99,59,160,107,77, + 148,0,0,1,0,196,0,29,3,59,4,129,0,33,0,48,64,25,2,19,33,13,64,24,75,156,7,38,128,27,33,18,10,10,47,130,35,52,31,24,0,47,205,204,93,57,47,57,1,47,205,26,220,93,26,205,16,205,50,130, + 145,34,51,21,23,67,223,5,44,35,62,1,53,52,38,39,38,39,17,20,6,7,72,71,5,8,88,55,54,51,50,23,1,233,76,153,51,58,48,46,47,29,28,28,29,57,64,37,37,72,108,57,58,60,63,80,44,46,4,129,100, + 193,69,163,85,78,134,59,65,124,59,60,99,40,81,9,254,6,63,98,38,75,54,46,73,60,60,19,0,2,1,16,255,213,4,239,4,135,0,34,0,38,0,108,64,61,35,32,64,18,26,128,36,15,64,111,130,143,8,47, + 128,15,9,1,9,9,0,26,1,26,17,35,86,35,1,67,35,1,35,16,36,54,36,1,37,36,1,20,36,1,3,36,1,8,36,34,38,33,88,33,1,33,37,34,30,23,13,6,130,189,42,47,205,47,51,51,93,17,51,17,51,94,73,58, + 5,33,51,93,130,13,76,144,5,33,26,221,130,209,38,50,26,16,221,26,205,51,130,213,130,194,35,14,1,35,34,66,240,6,34,23,17,5,142,212,8,82,17,37,1,37,53,5,4,239,36,38,37,88,51,57,57,57, + 62,81,48,42,253,218,37,35,74,106,57,58,59,60,84,45,45,2,186,253,144,2,38,253,218,1,68,63,101,35,37,39,54,47,76,57,59,18,1,192,149,254,118,62,98,38,74,53,45,76,57,60,19,2,240,178,254, + 103,149,117,152,0,0,0,3,0,29,130,4,34,118,5,204,90,11,6,61,100,179,67,10,1,10,184,255,224,64,59,8,12,72,31,35,70,28,47,32,143,32,207,32,3,31,32,79,32,111,130,10,8,45,4,32,79,16,95, + 16,2,16,16,1,70,144,2,1,111,2,1,2,34,15,31,83,30,0,19,80,12,0,0,4,80,25,5,15,32,1,21,0,63,51,63,51,237,50,63,237,130,1,130,230,39,93,237,50,47,93,47,93,113,130,18,46,49,48,0,43,93, + 1,17,35,17,35,53,51,53,52,62,113,175,11,8,68,29,1,51,21,19,53,51,21,3,17,51,17,1,105,180,152,152,22,59,102,81,32,69,26,17,45,18,40,51,29,11,211,134,180,180,180,3,183,252,73,3,183,131, + 122,59,101,75,43,6,6,137,3,5,22,41,60,39,97,131,1,105,172,172,250,224,4,58,251,198,130,210,33,0,2,132,211,32,119,134,211,32,90,136,209,32,53,131,209,44,70,47,28,143,28,207,28,3,31, + 28,79,28,111,130,10,33,4,28,143,207,139,203,32,28,139,203,138,201,32,237,159,199,150,195,32,135,151,193,8,35,252,73,5,204,250,52,0,0,1,0,119,254,78,1,227,255,170,0,28,0,75,185,0,2, + 255,232,179,9,17,72,27,184,255,224,64,40,130,8,40,22,22,8,16,131,15,0,1,95,130,40,59,8,19,140,63,23,79,23,2,23,11,140,0,5,16,5,32,5,80,5,96,5,112,5,6,5,0,47,93,115,124,5,8,37,221,93, + 113,237,18,57,47,49,48,43,43,5,20,14,2,35,34,38,39,53,22,51,50,62,2,53,52,38,35,42,1,7,55,51,50,30,2,1,25,37,176,18,8,53,31,62,52,84,60,32,253,41,67,48,25,1,3,98,6,12,21,30,18,37,40, + 2,96,18,41,63,0,0,0,255,255,0,243,1,190,1,182,2,154,17,6,0,119,56,0,0,18,64,11,0,127,0,1,111,133,150,36,17,93,93,93,53,130,158,32,127,130,199,36,72,255,158,0,10,131,199,34,5,255,192, + 131,199,37,2,184,255,192,64,28,130,199,56,7,151,0,150,4,9,8,146,16,3,32,3,2,0,3,96,3,160,3,176,3,192,3,5,3,131,32,42,10,30,33,72,3,0,9,16,9,2,9,130,202,41,204,43,93,113,237,1,47,51, + 253,237,133,199,34,6,7,35,24,93,213,7,46,44,40,117,45,49,88,195,193,87,107,47,48,86,46,156,65,251,5,38,14,2,51,2,150,5,129,130,119,8,70,24,0,0,1,21,35,53,33,53,1,51,17,51,21,3,14,3, + 7,3,33,17,52,61,1,52,54,2,39,131,254,106,1,130,151,111,240,7,22,24,22,7,199,1,23,1,2,229,178,178,111,2,45,253,213,113,2,23,13,37,39,35,11,254,225,1,33,14,19,38,19,34,130,203,36,53, + 2,40,2,124,130,83,8,41,38,0,134,64,37,37,36,53,36,69,36,3,3,24,9,13,72,19,34,1,4,34,1,3,31,30,25,224,139,27,1,6,27,10,192,26,208,26,224,26,3,26,131,199,44,53,16,19,72,26,29,0,225,32, + 19,96,19,2,131,4,8,48,160,19,224,19,4,19,22,228,34,34,16,30,229,27,220,68,11,84,11,100,11,3,53,11,1,6,11,22,11,38,11,3,11,16,228,5,221,0,63,237,50,93,93,93,63,237,18,57,47,130,247, + 130,252,49,50,47,43,93,51,51,95,113,237,50,50,0,95,93,93,49,48,43,24,74,55,8,51,39,55,30,3,51,50,54,53,52,38,35,34,6,7,35,19,33,21,33,7,115,120,5,8,35,2,124,38,73,108,70,66,101,74, + 44,9,133,5,24,39,54,36,71,86,81,75,51,77,23,129,33,1,250,254,114,19,29,91,54,67,103,130,197,8,38,67,65,104,74,40,33,59,81,48,15,27,47,36,21,85,93,81,85,37,23,1,212,113,245,26,33,39, + 71,102,0,0,0,1,0,43,2,52,2,120,130,251,58,14,0,54,64,33,5,224,6,6,0,175,12,191,12,2,12,11,96,0,1,191,0,207,0,255,0,3,130,9,41,0,0,12,229,13,220,5,223,0,63,130,190,40,1,47,93,93,113, + 51,47,93,17,130,193,8,74,49,48,1,14,3,21,35,52,62,2,55,33,53,33,2,120,64,106,77,43,133,47,80,107,60,254,52,2,77,5,28,97,176,176,187,108,102,188,179,175,88,113,0,3,0,45,2,40,2,130,5, + 142,0,19,0,39,0,81,0,138,185,0,68,255,232,179,11,15,72,64,184,255,232,64,82,130,8,37,47,24,9,13,72,43,131,4,8,37,5,15,21,15,2,76,55,71,10,226,72,61,1,61,61,30,226,224,50,1,191,50,1, + 50,0,226,70,71,1,71,71,40,226,32,20,96,20,2,131,4,8,34,160,20,224,20,4,20,76,56,25,228,15,15,35,26,5,1,11,5,1,5,228,66,222,35,228,45,221,0,63,237,63,237,93,93,18,130,167,33,57,57,130, + 181,37,113,237,50,47,113,237,130,189,33,237,51,130,7,39,18,57,57,0,93,49,48,43,130,0,32,1,24,72,81,14,24,75,163,15,35,55,20,14,2,112,98,7,24,173,209,7,81,253,7,8,225,7,21,30,3,1,223, + 12,31,53,41,39,53,31,13,9,29,54,45,48,54,27,7,21,13,35,61,49,45,59,36,15,15,36,61,46,46,61,34,14,142,35,73,113,77,77,113,74,35,29,47,61,32,36,55,38,20,35,70,104,68,72,105,69,33,20, + 38,56,36,36,63,46,26,4,169,28,48,34,19,19,34,48,28,23,47,39,25,25,39,48,254,155,28,52,40,24,24,41,53,28,35,59,42,23,23,42,60,22,54,91,66,37,37,66,90,54,46,72,52,32,5,3,8,37,52,64,35, + 45,79,59,34,35,60,79,44,35,63,52,37,7,3,6,31,52,72,0,1,255,229,4,176,2,195,5,240,0,17,0,62,64,41,117,11,133,11,2,117,7,133,7,2,12,73,15,13,191,13,239,13,3,13,6,73,64,5,12,5,128,9,142, + 15,0,47,0,63,0,127,0,239,0,5,0,0,47,93,237,26,205,50,1,47,26,237,220,93,237,49,48,0,93,93,1,34,46,2,39,51,75,121,5,8,51,51,14,3,1,84,111,141,81,32,2,164,6,104,93,93,104,6,164,2,32, + 81,141,4,176,57,91,115,57,103,96,96,103,57,115,91,57,0,1,0,124,4,28,1,69,5,129,0,10,0,36,64,21,68,7,7,48,80,3,96,3,2,160,3,176,3,2,3,9,3,0,63,204,93,67,242,8,33,1,20,67,240,9,32,69, + 67,240,6,41,5,23,87,117,47,48,96,46,167,0,130,79,38,130,4,187,1,75,6,32,130,79,50,47,64,30,4,9,150,7,151,10,7,146,95,3,111,3,2,175,3,191,130,79,42,80,10,1,15,10,63,10,127,10,3,10,130, + 192,33,113,205,132,90,48,237,237,50,49,48,19,52,54,55,51,14,1,21,51,21,35,130,135,89,32,37,136,89,131,91,38,106,5,250,2,18,6,240,130,251,8,66,48,64,30,117,3,133,3,2,128,4,1,64,4,1, + 4,64,1,2,64,16,20,72,2,128,95,0,1,0,64,9,12,72,0,0,47,43,93,26,205,43,1,47,26,205,93,93,49,48,93,1,37,53,51,23,21,1,160,254,202,207,217,5,250,217,29,226,20,130,41,36,72,5,250,1,240, + 132,79,42,52,64,34,122,2,138,2,2,64,3,128,130,163,38,64,79,0,143,0,2,0,152,83,130,89,131,83,48,19,53,55,51,21,5,72,217,207,254,202,5,250,20,226,29,217,131,163,32,0,130,163,8,47,150, + 6,254,0,9,0,65,64,14,118,9,134,9,2,120,8,136,8,2,128,0,1,0,184,255,192,64,25,11,15,72,0,6,4,142,64,8,64,16,19,72,8,128,6,95,1,1,1,131,177,32,1,131,177,41,51,26,221,43,26,237,1,47,204, + 43,131,95,39,93,1,21,35,39,35,7,35,130,102,48,2,150,105,219,2,232,104,234,204,6,14,20,139,139,20,240,0,130,0,33,1,0,141,107,36,0,134,0,2,120,24,229,131,11,131,107,36,8,64,2,7,3,131, + 106,35,3,128,6,142,140,107,39,237,26,205,43,50,1,47,26,135,107,37,35,39,53,51,23,51,130,209,47,1,182,204,234,104,232,2,219,105,5,250,239,21,139,139,21,130,106,63,0,2,0,45,5,250,2,90, + 6,178,0,3,0,7,0,35,64,19,3,133,0,7,133,4,1,5,145,0,95,4,1,4,131,192,32,4,132,192,32,237,130,82,41,237,220,237,49,48,1,53,51,21,33,130,3,40,1,183,163,253,211,165,5,250,184,130,0,36, + 0,0,1,255,233,130,71,55,182,7,6,0,27,0,68,181,89,2,105,2,2,26,184,255,232,64,34,9,15,72,12,24,130,4,48,64,23,1,15,23,1,23,9,22,5,143,64,14,128,19,143,8,65,209,12,8,34,50,237,26,221, + 26,237,51,1,47,204,93,93,49,48,43,43,0,93,1,34,46,2,35,34,6,7,35,62,3,51,50,30,2,51,50,24,225,46,33,41,5,250,37,45,37,62,57,45,95,78,24,225,46,12,130,227,8,57,32,5,250,3,15,6,241,0, + 5,0,11,0,88,64,60,154,8,170,8,2,154,2,170,2,2,102,10,1,98,4,1,98,3,1,10,159,7,1,15,7,31,7,127,7,223,7,4,7,7,4,64,0,64,9,31,72,0,8,66,42,6,32,6,141,173,65,97,5,42,43,26,205,220,94,93, + 113,205,49,48,93,131,0,66,53,5,43,51,53,55,51,21,5,32,197,207,254,202,253,131,4,37,5,250,20,227,29,218,131,3,8,38,0,1,255,232,5,250,2,130,6,243,0,17,0,55,64,32,4,11,1,4,7,1,17,15,19, + 1,100,13,64,5,12,5,64,16,20,72,5,128,9,140,105,32,205,133,105,39,26,204,94,93,49,48,0,94,68,8,17,8,32,52,74,116,84,50,8,117,17,109,91,91,107,17,117,9,50,83,116,5,250,41,69,90,49,53, + 60,61,52,49,90,69,41,0,132,0,34,28,1,86,88,77,5,130,13,34,63,0,128,134,11,36,1,0,15,0,224,134,11,36,2,0,7,1,0,134,11,36,3,0,51,1,112,134,11,36,4,0,23,1,212,134,11,36,5,0,13,2,8,134, + 11,36,6,0,22,2,68,134,11,36,7,0,122,3,81,134,11,36,8,0,20,3,246,134,11,36,9,0,14,4,41,134,11,36,11,0,28,4,114,134,11,36,12,0,46,4,237,134,11,36,13,0,127,6,28,134,11,46,14,0,43,6,244, + 0,3,0,1,4,9,0,0,0,126,130,3,133,11,36,1,0,30,0,192,134,23,36,2,0,14,0,240,134,11,36,3,0,102,1,8,134,11,36,4,0,46,1,164,134,11,36,5,0,26,1,236,134,11,36,6,0,44,2,22,134,11,36,7,0,244, + 2,91,134,11,36,8,0,40,3,204,134,11,32,9,130,155,32,11,134,11,36,11,0,56,4,56,134,11,36,12,0,92,4,143,134,11,36,13,0,254,5,28,134,11,42,14,0,86,6,156,0,68,0,105,0,103,130,3,32,116,130, + 3,38,122,0,101,0,100,0,32,130,3,36,97,0,116,0,97,130,9,36,96,0,50,0,48,130,1,32,55,130,11,36,65,0,115,0,99,130,33,32,110,130,31,34,101,0,114,130,17,34,67,0,111,130,7,32,112,132,5,131, + 49,32,105,130,9,34,110,0,46,132,43,34,108,0,108,130,7,32,114,132,93,32,104,130,77,32,115,132,13,32,101,130,67,131,59,32,118,132,105,8,64,46,0,0,68,105,103,105,116,105,122,101,100,32, + 100,97,116,97,32,96,50,48,48,55,32,65,115,99,101,110,100,101,114,32,67,111,114,112,111,114,97,116,105,111,110,46,32,65,108,108,32,114,105,103,104,116,115,32,114,101,115,101,114,118, + 101,100,130,64,32,76,130,97,33,98,0,131,83,137,129,34,32,0,83,130,189,32,110,130,107,36,0,76,105,98,101,133,64,39,32,83,97,110,115,0,0,82,130,43,34,103,0,117,130,157,32,97,130,187, + 42,0,82,101,103,117,108,97,114,0,0,70,132,187,32,116,132,7,34,114,0,103,130,37,32,32,130,251,32,46,130,251,34,32,0,58,130,187,157,103,32,32,142,87,133,51,32,49,130,65,36,45,0,49,0, + 45,130,7,32,48,130,73,32,57,130,102,46,111,110,116,70,111,114,103,101,32,50,46,48,32,58,32,142,159,32,32,134,143,130,25,39,49,50,45,49,45,50,48,48,130,52,173,123,143,243,135,83,34, + 0,0,86,130,213,35,114,0,115,0,65,167,5,32,32,130,153,131,223,32,53,130,221,47,0,86,101,114,115,105,111,110,32,49,46,48,53,32,0,0,147,113,65,83,7,32,45,142,235,138,111,36,83,97,110, + 115,45,65,82,8,147,68,32,32,130,124,32,115,130,112,32,97,130,3,38,116,0,114,0,97,0,100,130,148,32,109,130,7,34,114,0,107,130,19,34,111,0,102,130,5,32,82,130,19,32,100,130,7,32,72,130, + 23,34,116,0,44,130,9,38,73,0,110,0,99,0,46,66,68,6,32,103,132,69,32,116,132,206,66,178,5,32,105,130,31,34,32,0,85,130,33,32,83,132,37,32,80,132,57,32,101,130,21,32,116,130,51,32,97, + 130,7,131,79,32,84,146,113,32,79,130,113,34,102,0,105,130,93,32,101,138,41,32,99,132,91,32,116,130,69,133,89,36,111,0,116,0,104,132,19,36,32,0,106,0,117,130,71,36,105,0,115,0,100,132, + 55,32,116,65,80,6,32,115,130,121,65,12,10,8,40,32,105,115,32,97,32,116,114,97,100,101,109,97,114,107,32,111,102,32,82,101,100,32,72,97,116,44,32,73,110,99,46,32,114,101,103,105,115, + 116,101,114,130,20,51,105,110,32,85,46,83,46,32,80,97,116,101,110,116,32,97,110,100,32,84,136,56,37,79,102,102,105,99,101,132,20,36,99,101,114,116,97,130,44,53,111,116,104,101,114, + 32,106,117,114,105,115,100,105,99,116,105,111,110,115,46,0,0,67,161,39,32,0,67,96,19,34,0,0,83,130,227,34,101,0,118,130,229,34,32,0,77,130,249,32,116,132,15,36,115,0,111,0,110,130, + 28,43,116,101,118,101,32,77,97,116,116,101,115,111,130,15,32,104,130,28,38,116,0,112,0,58,0,47,130,1,33,119,0,131,1,32,46,130,52,68,35,13,32,99,130,60,32,114,130,37,33,46,0,131,9,32, + 109,130,41,44,0,104,116,116,112,58,47,47,119,119,119,46,97,67,231,6,42,99,111,114,112,46,99,111,109,47,0,0,183,86,34,116,0,121,130,102,34,101,0,100,130,189,36,115,0,105,0,103,130,179, + 38,101,0,114,0,115,0,46,132,83,34,109,0,108,130,92,154,122,48,116,121,112,101,100,101,115,105,103,110,101,114,115,46,104,116,109,130,47,32,85,130,62,32,101,66,148,8,32,116,130,72,32, + 105,130,17,32,32,67,29,20,34,32,0,102,130,235,34,110,0,116,130,47,32,115,130,9,32,102,130,9,34,119,0,97,130,130,131,65,133,55,38,115,0,117,0,98,0,106,130,162,32,99,132,39,32,116,130, + 39,32,32,66,88,6,32,32,130,160,34,105,0,99,130,27,32,110,130,99,66,138,5,32,103,132,61,34,101,0,109,132,21,131,89,32,117,130,214,32,100,130,13,32,114,130,101,32,119,132,143,32,99,130, + 5,32,32,130,252,32,111,130,91,32,32,130,111,32,99,132,67,32,112,130,85,67,24,5,131,181,131,77,67,140,21,153,179,45,46,0,0,85,115,101,32,111,102,32,116,104,105,115,68,167,11,45,102, + 111,110,116,32,115,111,102,116,119,97,114,101,32,130,27,41,115,117,98,106,101,99,116,32,116,111,130,43,38,101,32,108,105,99,101,110,130,58,38,97,103,114,101,101,109,101,130,44,55,117, + 110,100,101,114,32,119,104,105,99,104,32,121,111,117,32,97,99,99,101,112,116,101,100,132,46,69,1,10,140,89,130,128,66,12,55,32,108,70,19,18,66,6,38,32,108,70,47,8,66,3,6,35,0,0,2,0, + 132,0,35,254,145,0,150,132,8,142,4,33,2,163,130,16,32,1,130,37,8,196,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26, + 0,27,0,28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0,36,0,37,0,38,0,39,0,40,0,41,0,42,0,43,0,44,0,45,0,46,0,47,0,48,0,49,0,50,0,51,0,52,0,53,0,54,0,55,0,56,0,57,0,58,0,59,0,60,0,61,0,62, + 0,63,0,64,0,65,0,66,0,67,0,68,0,69,0,70,0,71,0,72,0,73,0,74,0,75,0,76,0,77,0,78,0,79,0,80,0,81,0,82,0,83,0,84,0,85,0,86,0,87,0,88,0,89,0,90,0,91,0,92,0,93,0,94,0,95,0,96,0,97,0,163, + 0,132,0,133,0,189,130,227,12,126,232,0,134,0,142,0,139,0,157,0,169,0,164,0,138,0,218,0,131,0,147,1,2,1,3,0,141,1,4,0,136,0,195,0,222,1,5,0,158,0,170,0,245,0,244,0,246,0,162,0,173,0, + 201,0,199,0,174,0,98,0,99,0,144,0,100,0,203,0,101,0,200,0,202,0,207,0,204,0,205,0,206,0,233,0,102,0,211,0,208,0,209,0,175,0,103,0,240,0,145,0,214,0,212,0,213,0,104,0,235,0,237,0,137, + 0,106,0,105,0,107,0,109,0,108,0,110,0,160,0,111,0,113,0,112,0,114,0,115,0,117,0,116,0,118,0,119,0,234,0,120,0,122,0,121,0,123,0,125,0,124,0,184,0,161,0,127,0,126,0,128,0,129,0,236, + 0,238,0,186,1,6,1,7,1,8,1,9,1,10,1,11,0,253,0,254,1,12,1,13,1,14,1,15,0,255,1,0,1,16,1,17,1,18,1,1,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,28,1,29,1,30,0,248,0,249,1,31,1,32, + 1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,45,1,46,0,250,0,215,1,47,1,48,1,49,1,50,1,51,1,52,1,53,1,54,1,55,1,56,1,57,1,58,1,59,1,60,1,61,0,226,0,227,1,62,1,63,1, + 64,1,65,1,66,1,67,1,68,1,69,1,70,1,71,1,72,1,73,1,74,1,75,1,76,0,176,0,177,1,77,1,78,1,79,1,80,1,81,1,82,1,83,1,84,1,85,1,86,0,251,0,252,0,228,0,229,1,87,1,88,1,89,1,90,1,91,1,92,1, + 93,1,94,1,95,1,96,1,97,1,98,1,99,1,100,1,101,1,102,1,103,1,104,1,105,1,106,1,107,1,108,0,187,1,109,1,110,1,111,1,112,0,230,0,231,1,113,0,166,1,114,1,115,1,116,1,117,1,118,1,119,1,120, + 1,121,1,122,1,123,0,216,0,225,1,124,0,219,0,220,0,221,0,224,0,217,0,223,1,125,1,126,1,127,1,128,1,129,1,130,1,131,1,132,1,133,1,134,1,135,1,136,1,137,1,138,0,168,1,139,1,140,1,141, + 1,142,1,143,1,144,1,145,1,146,1,147,1,148,1,149,1,150,1,151,1,152,1,153,1,154,1,155,1,156,1,157,0,159,1,158,1,159,1,160,1,161,1,162,1,163,1,164,1,165,1,166,1,167,1,168,1,169,1,170, + 1,171,1,172,1,173,1,174,1,175,0,151,1,176,1,177,1,178,0,155,1,179,1,180,1,181,1,182,1,183,1,184,1,185,1,186,1,187,1,188,1,189,1,190,1,191,1,192,1,193,1,194,1,195,1,196,1,197,1,198, + 1,199,1,200,1,201,1,202,1,203,1,204,1,205,1,206,1,207,1,208,1,209,1,210,1,211,1,212,1,213,1,214,1,215,1,216,1,217,1,218,1,219,1,220,1,221,1,222,1,223,1,224,1,225,1,226,1,227,1,228, + 1,229,1,230,1,231,1,232,1,233,1,234,1,235,1,236,1,237,1,238,1,239,1,240,1,241,1,242,1,243,1,244,1,245,1,246,1,247,1,248,1,249,1,250,1,251,1,252,1,253,1,254,1,255,2,0,2,1,2,2,2,3,2, + 4,2,5,2,6,2,7,2,8,2,9,2,10,2,11,2,12,2,13,2,14,2,15,2,16,2,17,2,18,2,19,2,20,2,21,2,22,2,23,2,24,2,25,2,26,2,27,2,28,2,29,2,30,2,31,2,32,2,33,2,34,2,35,2,36,2,37,2,38,2,39,2,40,2,41, + 0,178,0,179,2,42,2,43,0,182,0,183,0,196,2,44,0,180,0,181,0,197,0,130,0,194,0,135,0,171,0,198,2,45,2,46,0,190,0,191,2,47,2,48,0,188,2,49,0,247,2,50,2,51,2,52,2,53,2,54,2,55,0,140,2, + 56,2,57,2,58,2,59,2,60,2,61,2,62,2,63,2,64,2,65,2,66,2,67,2,68,0,152,2,69,0,154,0,153,0,239,0,165,0,146,2,70,2,71,0,156,0,167,0,143,2,72,0,148,0,149,2,73,2,74,2,75,2,76,2,77,2,78,2, + 79,2,80,2,81,2,82,2,83,2,84,2,85,2,86,2,87,2,88,2,89,2,90,2,91,2,92,2,93,2,94,2,95,2,96,2,97,2,98,2,99,2,100,2,101,2,102,2,103,2,104,2,105,2,106,2,107,2,108,2,109,2,110,2,111,2,112, + 2,113,2,114,2,115,2,116,2,117,2,118,2,119,2,120,2,121,2,122,2,123,2,124,2,125,2,126,2,127,2,128,2,129,2,130,2,131,2,132,2,133,0,185,2,134,2,135,2,136,2,137,2,138,2,139,2,140,2,141, + 2,142,2,143,2,144,2,145,2,146,2,147,2,148,2,149,2,150,2,151,2,152,2,153,2,154,2,155,2,156,2,157,2,158,2,159,2,160,2,161,2,162,2,163,2,164,2,165,2,166,2,167,2,168,2,169,7,117,110,105, + 48,48,66,50,134,7,34,51,5,117,130,13,32,53,134,13,42,57,7,65,109,97,99,114,111,110,7,97,133,7,40,6,65,98,114,101,118,101,6,97,132,6,41,7,65,111,103,111,110,101,107,7,97,133,7,45,11, + 67,99,105,114,99,117,109,102,108,101,120,11,99,137,11,44,10,67,100,111,116,97,99,99,101,110,116,10,99,136,10,35,6,68,99,97,130,90,33,6,100,133,6,39,68,99,114,111,97,116,7,69,133,104, + 33,7,101,133,7,33,6,69,132,105,33,6,101,132,6,33,10,69,136,61,33,10,101,136,10,33,7,69,133,126,33,7,101,133,7,33,6,69,133,81,32,101,132,6,33,11,71,137,136,33,11,103,137,11,33,10,71, + 137,75,32,103,136,10,38,12,71,99,111,109,109,97,133,172,33,12,103,138,12,33,11,72,137,59,33,11,104,137,11,38,4,72,98,97,114,4,104,130,4,40,6,73,116,105,108,100,101,6,105,132,6,33,7, + 73,133,193,33,7,105,133,7,33,6,73,132,194,33,6,105,132,6,33,7,73,133,171,33,7,105,133,7,39,2,73,74,2,105,106,11,74,137,87,33,11,106,137,11,33,12,75,138,136,33,12,107,140,12,51,103, + 114,101,101,110,108,97,110,100,105,99,6,76,97,99,117,116,101,6,108,132,6,33,12,76,139,39,32,108,138,12,40,6,76,99,97,114,111,110,6,108,132,6,33,4,76,130,253,33,4,108,130,4,33,6,78, + 133,63,32,110,133,63,32,78,138,50,33,12,110,138,12,33,6,78,132,56,33,6,110,132,6,53,11,110,97,112,111,115,116,114,111,112,104,101,3,69,110,103,3,101,110,103,7,79,133,244,33,7,111,133, + 7,33,6,79,132,245,33,6,111,132,6,47,13,79,104,117,110,103,97,114,117,109,108,97,117,116,13,111,139,13,33,6,82,132,124,33,6,114,132,6,33,12,82,138,118,33,12,114,138,12,33,6,82,132,124, + 33,6,114,133,6,32,83,132,46,33,6,115,132,6,33,11,83,65,58,9,33,11,115,137,11,33,12,84,138,64,33,12,116,138,12,33,6,84,133,70,32,116,132,6,38,4,84,98,97,114,4,116,130,4,40,6,85,116, + 105,108,100,101,6,117,132,6,33,7,85,133,205,33,7,117,133,7,33,6,85,132,206,33,6,117,132,6,39,5,85,114,105,110,103,5,117,131,5,33,13,85,140,225,32,117,139,13,33,7,85,65,242,5,33,7,117, + 133,7,33,11,87,137,161,33,11,119,138,11,32,89,138,11,32,121,137,11,33,6,90,132,228,33,6,122,132,6,33,10,90,66,187,8,33,10,122,136,10,39,5,108,111,110,103,115,10,65,131,139,133,38,32, + 97,136,10,34,7,65,69,132,18,34,7,97,101,132,7,38,11,79,115,108,97,115,104,133,11,32,111,137,11,33,12,83,65,32,10,33,12,115,138,12,39,7,117,110,105,48,50,49,65,134,7,32,66,133,7,48, + 67,57,5,116,111,110,111,115,13,100,105,101,114,101,115,105,115,132,13,37,10,65,108,112,104,97,132,10,46,9,97,110,111,116,101,108,101,105,97,12,69,112,115,105,130,162,132,22,34,8,69, + 116,134,31,33,73,111,134,9,39,12,79,109,105,99,114,111,110,132,31,33,12,85,138,44,36,10,79,109,101,103,133,46,33,17,105,130,46,140,107,32,5,132,107,43,4,66,101,116,97,5,71,97,109,109, + 97,7,134,103,33,4,90,130,18,32,3,130,103,34,5,84,104,130,9,32,4,131,104,54,5,75,97,112,112,97,6,76,97,109,98,100,97,2,77,117,2,78,117,2,88,105,7,134,121,49,2,80,105,3,82,104,111,5, + 83,105,103,109,97,3,84,97,117,7,134,133,37,3,80,104,105,3,67,130,3,35,80,115,105,12,131,71,135,129,32,15,134,32,135,15,33,10,97,136,248,33,12,101,138,193,32,8,130,128,132,215,32,9, + 131,191,132,9,33,20,117,133,31,141,204,132,63,33,4,98,130,46,33,5,103,131,204,38,5,100,101,108,116,97,7,134,75,33,4,122,130,24,32,3,130,3,33,5,116,132,210,131,76,33,5,107,132,210,32, + 108,133,210,38,110,117,2,120,105,7,111,65,73,5,37,3,114,104,111,6,115,131,204,33,49,5,132,6,33,3,116,130,211,134,119,33,3,112,130,207,32,99,130,3,130,134,38,5,111,109,101,103,97,12, + 65,91,11,32,15,142,158,32,12,134,83,132,187,32,12,134,28,132,12,32,10,132,60,132,10,41,9,97,102,105,105,49,48,48,50,51,135,9,33,53,49,136,9,32,50,136,9,137,29,32,52,136,19,32,53,136, + 9,32,54,136,9,32,55,136,9,32,56,136,9,32,57,135,9,33,54,48,136,9,136,99,32,54,135,99,33,49,52,136,79,32,49,136,69,32,49,136,69,32,49,136,69,32,50,136,69,32,50,136,69,32,50,136,169, + 32,50,136,159,32,50,136,79,32,50,136,159,32,50,136,89,32,50,136,89,32,50,136,89,32,51,136,89,32,51,136,89,32,51,136,89,32,51,65,3,8,32,51,136,99,32,51,136,99,32,51,136,99,32,51,136, + 99,32,51,136,99,32,51,136,99,32,52,136,99,32,52,136,99,32,52,136,99,32,52,136,99,32,52,136,99,65,23,9,32,52,136,99,32,52,136,99,32,52,136,99,32,52,136,99,32,54,136,149,32,54,136,49, + 32,54,136,49,32,54,136,49,32,54,136,49,32,55,136,149,32,55,136,139,32,55,136,139,32,55,136,139,32,55,136,89,32,55,136,89,32,55,136,89,32,55,136,89,32,55,136,89,32,56,136,89,32,56,136, + 239,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,56,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136,99,32,57,136, + 99,32,57,136,99,32,57,136,99,32,55,137,69,135,99,33,49,48,135,99,33,49,48,135,29,33,49,48,66,187,8,32,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49,48,135,99,33,49, + 48,135,199,33,49,48,136,99,32,49,136,99,137,179,32,53,137,219,41,56,6,87,103,114,97,118,101,6,119,133,6,36,87,97,99,117,116,130,13,132,6,33,9,87,68,149,7,33,9,119,135,9,33,6,89,133, + 40,32,121,132,6,39,7,117,110,105,50,48,49,48,134,7,62,49,10,102,105,103,117,114,101,100,97,115,104,9,97,102,105,105,48,48,50,48,56,13,117,110,100,101,114,115,99,111,130,24,42,98,108, + 13,113,117,111,116,101,114,101,118,130,18,37,101,100,6,109,105,110,131,112,47,115,101,99,111,110,100,9,101,120,99,108,97,109,100,98,108,133,80,33,51,69,133,7,50,55,70,4,108,105,114, + 97,6,112,101,115,101,116,97,4,69,117,114,111,132,94,34,54,49,50,66,171,6,130,9,65,187,6,8,35,54,49,51,53,50,5,117,50,49,50,54,9,101,115,116,105,109,97,116,101,100,9,111,110,101,101, + 105,103,104,116,104,12,116,104,114,101,134,11,36,115,11,102,105,118,135,11,33,12,115,130,146,32,110,133,36,43,115,9,97,114,114,111,119,108,101,102,116,7,132,9,34,117,112,10,132,7,32, + 114,131,67,133,28,35,100,111,119,110,133,9,34,98,111,116,130,237,131,48,36,117,112,100,110,12,132,40,131,9,34,98,115,101,130,135,51,50,48,54,10,111,114,116,104,111,103,111,110,97,108, + 12,105,110,116,101,114,130,237,8,36,116,105,111,110,11,101,113,117,105,118,97,108,101,110,99,101,5,104,111,117,115,101,13,114,101,118,108,111,103,105,99,97,108,110,111,116,10,131,44, + 37,103,114,97,108,116,112,136,10,38,98,116,8,83,70,49,48,131,0,131,8,132,9,130,8,32,48,136,8,32,51,134,26,33,48,50,135,8,32,52,135,8,32,56,135,8,32,57,135,8,32,54,135,8,32,55,135,8, + 32,53,134,8,32,52,135,71,32,50,135,62,33,53,49,134,26,32,53,135,89,32,51,135,71,32,50,135,17,32,50,135,35,32,50,135,71,132,7,32,48,130,161,32,52,135,44,32,51,135,134,32,50,136,8,135, + 125,32,50,135,143,32,51,136,8,135,26,32,52,135,98,32,49,136,116,32,48,134,143,32,50,135,170,32,52,136,44,135,89,33,52,49,134,35,32,52,136,215,135,89,132,214,131,152,32,53,136,224,136, + 71,132,17,42,7,117,112,98,108,111,99,107,7,100,110,132,7,32,5,132,5,34,7,108,102,133,7,33,114,116,133,7,39,108,116,115,104,97,100,101,5,132,5,34,7,100,107,132,7,54,9,102,105,108,108, + 101,100,98,111,120,6,72,50,50,48,55,51,6,72,49,56,53,52,133,6,34,53,49,10,133,30,43,114,101,99,116,7,116,114,105,97,103,117,112,133,7,32,114,134,15,33,100,110,133,15,40,108,102,6,99, + 105,114,99,108,101,132,63,39,51,51,9,105,110,118,98,117,130,90,32,116,131,9,133,26,36,10,111,112,101,110,134,20,41,115,109,105,108,101,102,97,99,101,12,130,40,136,12,43,3,115,117,110, + 6,102,101,109,97,108,101,4,131,4,34,5,115,112,130,177,40,4,99,108,117,98,5,104,101,97,130,116,42,100,105,97,109,111,110,100,11,109,117,115,66,123,6,33,101,14,138,11,67,144,6,39,70, + 48,48,49,7,117,110,105,130,7,32,50,134,7,39,53,6,109,105,100,100,111,116,134,14,32,52,67,175,6,135,7,32,53,134,15,32,55,134,7,41,56,8,103,108,121,112,104,53,55,49,135,8,32,50,135,8, + 32,51,135,8,32,52,135,8,32,53,135,8,32,54,135,8,32,55,135,8,136,71,32,57,134,17,33,56,48,135,8,33,49,0,131,0,46,3,0,8,0,2,0,17,0,1,255,255,0,3,0,1,130,18,32,12,130,3,32,22,130,3,32, + 2,130,13,34,1,2,162,130,5,32,4,132,13,130,4,132,31,8,32,10,0,76,0,78,0,4,68,70,76,84,0,26,99,121,114,108,0,36,103,114,101,107,0,46,108,97,116,110,0,56,0,4,131,40,130,77,32,0,158,9, + 137,79,34,84,0,98,140,79,32,38,132,79,32,50,132,79,32,62,136,69,32,1,130,48,32,4,134,91,155,11,36,1,107,101,114,110,130,213,32,0,132,173,37,1,0,4,0,2,0,131,11,36,8,0,1,15,112,130,13, + 8,32,0,0,105,0,220,1,6,1,12,1,50,1,64,1,94,1,112,1,130,1,204,2,2,2,52,2,114,2,124,2,138,2,148,130,3,8,60,158,2,196,2,202,3,28,3,38,3,84,3,118,3,144,3,166,3,228,3,254,4,20,4,46,4,56, + 4,190,5,44,5,58,3,28,5,100,5,186,5,204,6,22,6,28,6,82,6,136,5,186,6,178,6,216,6,230,5,186,7,16,130,23,32,186,130,7,8,128,62,7,84,7,90,7,96,7,166,7,224,8,54,8,168,8,194,8,204,8,246, + 9,24,9,46,9,60,9,98,9,144,9,242,10,48,10,174,11,72,11,106,11,136,11,146,11,156,11,166,11,224,12,14,12,64,12,82,12,144,12,210,12,252,13,6,13,44,13,62,13,108,13,150,13,160,13,174,13, + 208,13,242,14,4,14,46,14,112,14,142,14,180,14,198,14,212,14,222,15,0,15,30,15,40,15,70,15,76,15,90,0,10,0,36,255,143,0,55,255,219,0,60,255,219,1,86,255,143,1,95,130,3,32,98,130,3,32, + 105,130,3,32,113,130,19,32,114,130,3,32,120,130,31,40,1,0,20,255,104,0,9,0,3,132,47,34,104,0,57,130,13,34,58,255,180,130,55,34,104,0,89,130,31,32,90,130,3,36,92,255,219,2,10,130,23, + 38,3,0,15,255,29,0,17,130,3,131,93,32,7,130,51,32,180,130,99,135,51,32,104,132,51,34,92,255,180,130,43,34,143,0,4,130,29,38,219,0,15,254,248,0,17,130,3,32,36,130,61,32,4,132,143,32, + 57,130,79,32,58,133,151,33,0,18,133,35,130,79,32,16,130,125,131,87,32,29,130,11,32,30,132,95,34,104,0,50,130,37,32,68,130,11,32,70,130,3,32,72,130,3,32,76,130,149,32,82,130,7,32,85, + 130,7,32,86,130,7,32,88,130,7,32,90,130,55,32,92,130,3,32,13,130,153,33,68,0,133,69,34,68,0,29,130,25,32,30,130,3,131,117,32,68,130,121,32,72,130,33,32,76,130,77,32,82,130,7,131,61, + 131,57,130,167,33,0,12,130,53,32,143,130,53,32,219,130,211,32,143,130,53,34,219,0,30,130,37,32,36,130,57,32,68,130,3,32,72,132,49,34,219,0,85,130,7,32,88,130,3,36,92,255,238,0,15,136, + 213,34,16,255,68,132,217,32,29,130,83,35,30,255,123,0,137,107,33,68,0,133,169,34,68,0,83,130,123,32,84,130,39,32,88,130,35,32,89,130,3,42,2,0,73,255,219,2,10,0,37,0,3,132,121,34,17, + 255,143,130,13,34,76,0,2,130,13,32,104,130,131,32,104,132,9,32,143,132,141,38,9,1,102,255,213,1,109,130,3,36,113,255,104,1,114,130,3,36,115,255,197,1,120,130,7,36,128,255,219,1,138, + 130,3,32,148,130,147,32,1,130,25,40,190,0,20,1,94,0,170,1,95,130,27,32,98,130,3,36,102,255,141,1,105,130,7,32,109,130,7,32,115,130,3,36,118,255,158,1,123,130,15,40,124,255,180,1,126, + 255,70,1,132,130,11,32,134,130,11,32,135,130,7,32,137,130,3,32,140,130,19,32,144,130,3,32,147,130,3,40,151,0,98,1,153,255,70,0,2,130,87,32,209,130,109,34,209,0,11,130,241,32,143,163, + 139,33,2,10,130,237,32,8,130,201,32,31,130,191,32,31,130,145,32,164,130,145,36,68,1,98,255,68,130,141,42,68,1,134,255,168,1,151,0,88,0,6,142,79,32,137,132,219,32,120,130,59,32,5,130, + 47,32,219,130,47,32,219,130,47,32,219,130,21,32,190,130,127,34,190,0,15,130,123,44,193,1,109,255,193,1,115,255,143,1,121,255,231,130,195,34,231,1,129,130,7,32,131,130,3,32,133,130, + 3,32,139,130,3,32,140,130,3,32,144,130,3,32,147,130,3,32,150,130,3,32,153,130,3,34,155,255,231,144,109,65,73,5,139,109,32,213,140,109,131,157,40,219,0,15,254,250,0,17,254,250,65,81, + 8,32,105,130,157,42,2,1,141,255,158,1,145,255,158,0,33,130,193,130,35,32,255,132,231,33,0,29,130,7,33,30,255,131,239,32,188,136,47,33,102,255,131,195,32,104,130,181,32,219,130,181, + 34,219,1,118,130,15,32,121,130,35,32,122,130,3,34,125,255,78,130,193,34,31,1,128,130,7,32,130,130,15,40,132,255,106,1,134,255,180,1,137,130,7,32,138,130,225,32,140,130,19,32,144,130, + 3,36,146,255,80,1,147,130,7,32,148,130,19,32,149,130,27,36,151,0,188,1,152,130,51,32,153,130,19,36,154,255,78,0,27,133,133,130,169,34,16,255,70,131,173,130,137,34,143,0,30,130,45,32, + 94,130,41,66,11,39,32,128,130,211,66,15,29,34,121,1,153,130,95,32,3,130,219,32,197,65,147,8,36,10,1,121,255,178,130,197,34,178,1,129,130,7,36,133,255,217,1,140,130,7,32,144,130,3,32, + 147,130,3,32,150,130,3,32,153,130,3,36,155,255,178,0,21,131,165,66,157,80,34,4,1,136,130,115,36,141,255,227,1,145,130,3,36,148,255,201,0,18,130,145,36,119,1,123,255,219,130,149,36, + 119,1,128,255,170,130,153,34,180,1,132,130,15,32,133,130,225,32,134,130,7,32,135,130,3,32,138,130,23,36,140,255,119,1,141,130,7,32,144,130,7,32,145,130,7,32,147,130,7,32,150,130,3, + 32,153,130,3,36,155,255,119,0,1,131,91,33,0,13,66,105,28,32,143,66,109,22,131,53,32,225,130,129,32,225,130,125,38,225,1,139,255,225,1,140,130,3,36,143,255,209,1,144,130,7,36,146,255, + 207,1,147,130,133,32,150,130,11,32,153,130,3,32,154,130,15,36,155,255,225,0,10,130,107,32,201,130,53,32,201,130,53,36,201,1,131,255,201,130,57,32,201,130,57,34,201,1,143,130,11,32, + 144,130,3,32,147,130,3,32,153,130,229,32,9,130,41,32,227,130,41,32,227,130,37,32,227,130,33,32,227,130,33,32,227,130,91,32,227,130,87,42,227,1,150,255,227,1,155,255,227,0,3,65,29,11, + 132,93,133,51,32,129,130,31,32,131,130,3,32,140,130,3,32,143,130,3,32,144,130,3,32,147,130,3,135,55,32,11,144,135,32,140,130,119,139,131,32,150,133,135,130,101,40,201,0,5,0,15,255, + 6,0,17,130,3,48,108,255,119,0,123,255,119,2,6,255,211,0,1,2,10,255,96,132,5,52,119,0,17,1,174,0,68,1,177,255,233,1,181,0,45,1,184,255,211,1,185,130,11,32,187,130,7,44,188,255,96,1, + 189,255,166,1,190,255,188,1,193,130,11,32,199,130,19,36,202,0,23,1,220,130,7,32,221,130,35,32,222,130,11,34,231,0,45,130,75,36,141,0,14,1,170,130,21,131,69,32,184,132,61,36,233,1,188, + 255,164,130,61,32,209,130,61,34,233,1,191,130,27,32,193,130,15,32,196,130,73,32,199,130,31,32,201,130,3,32,213,130,3,32,221,130,139,32,21,130,57,34,188,1,174,130,33,32,176,132,65,34, + 188,1,181,130,25,32,184,130,41,32,187,130,3,34,188,255,119,130,69,32,188,132,131,32,191,130,139,133,69,34,141,1,201,130,27,32,206,130,39,32,214,130,3,32,220,130,11,131,143,32,223,130, + 11,32,225,130,11,36,233,255,233,0,28,143,247,130,101,32,119,130,101,32,119,130,233,32,211,130,97,36,141,1,182,255,209,130,237,34,141,1,187,130,151,131,77,36,202,255,141,1,204,130,3, + 32,206,130,113,32,207,130,3,32,210,130,11,32,213,130,3,32,214,130,3,32,215,130,3,32,216,130,19,32,218,130,7,32,221,130,7,32,229,130,7,32,230,130,3,32,232,130,3,32,233,65,83,6,36,6, + 1,189,0,23,130,167,42,211,1,193,255,186,1,209,0,68,1,216,130,15,36,221,0,45,0,2,132,115,32,219,130,149,32,10,130,9,32,233,130,117,32,211,130,117,34,233,1,188,130,31,36,189,0,45,1,196, + 130,3,32,202,130,11,36,207,255,231,1,216,130,195,32,221,130,41,32,8,65,5,6,32,233,133,41,35,255,211,1,189,130,25,32,190,130,3,32,193,130,11,32,201,130,33,32,5,134,75,133,33,133,123, + 34,186,0,3,130,129,34,233,1,203,132,121,34,23,0,9,132,13,32,193,130,53,132,95,130,21,131,147,32,219,133,29,33,1,225,130,23,38,231,0,23,0,11,1,170,130,83,32,174,65,129,6,32,181,130, + 21,32,189,130,11,34,191,255,164,130,201,34,211,1,201,130,11,32,206,130,3,32,213,130,23,32,223,130,119,38,24,0,15,254,125,0,17,130,3,36,29,255,211,0,30,130,3,34,123,255,141,65,93,8, + 32,176,130,37,32,177,130,45,32,181,130,19,32,182,130,11,32,184,130,11,32,187,130,7,66,13,5,32,211,132,143,131,89,131,85,42,202,255,188,1,206,255,96,1,207,255,166,130,247,34,166,1,231, + 130,43,36,233,255,188,0,15,136,143,32,177,130,57,32,181,130,37,135,73,32,188,130,11,32,189,130,3,32,191,130,93,32,193,130,7,36,196,255,186,1,199,134,221,34,208,0,45,131,209,33,0,31, + 72,253,8,36,108,255,166,0,123,130,91,32,170,130,41,32,174,130,3,32,176,130,247,133,81,34,211,1,184,130,221,32,190,130,19,133,135,34,164,1,204,130,39,32,207,130,85,32,210,130,7,32,212, + 130,3,32,213,130,31,32,214,132,151,34,96,1,217,130,7,32,218,130,27,32,219,130,3,32,221,130,3,32,223,130,15,32,227,130,3,32,229,130,3,32,230,130,3,32,232,130,3,46,233,255,141,2,6,255, + 211,0,38,0,15,254,240,0,17,130,3,65,29,7,133,133,32,164,65,33,6,33,164,1,65,29,5,32,188,130,129,66,213,5,32,199,130,245,32,201,130,3,32,203,130,3,32,204,130,93,32,205,130,121,65,21, + 5,34,119,1,208,130,161,32,209,132,149,34,164,1,211,130,11,32,212,130,27,36,213,255,119,1,214,130,7,32,215,130,3,32,216,130,11,32,217,130,7,32,218,130,3,32,219,130,11,32,223,130,7,32, + 224,130,3,32,226,130,3,32,227,130,3,32,232,130,3,66,159,5,34,233,0,8,65,85,6,34,188,1,181,130,73,32,188,130,85,32,189,65,225,8,38,186,1,213,255,188,0,7,132,155,67,121,7,32,190,130, + 37,34,199,255,186,66,145,6,34,211,0,2,130,177,36,211,1,202,0,45,130,9,32,202,66,217,8,38,201,255,188,2,10,255,119,67,255,6,66,67,5,32,188,130,71,32,233,130,101,34,186,1,182,130,211, + 66,1,5,37,211,1,188,255,51,1,66,83,5,33,96,1,68,3,5,32,164,130,57,36,96,0,11,1,174,130,105,34,176,255,231,134,53,32,188,130,37,32,186,66,117,6,34,188,1,208,130,105,130,155,130,241, + 38,233,1,233,255,233,0,12,68,45,6,34,166,1,176,130,91,32,181,130,193,68,111,9,32,141,134,95,34,188,1,206,130,23,65,193,5,38,233,0,4,1,209,255,233,68,179,8,40,225,255,211,0,15,1,202, + 255,209,132,35,32,207,130,25,32,208,130,3,32,209,130,75,133,47,34,211,1,219,130,15,32,221,130,15,32,222,130,7,32,223,130,153,32,225,130,3,32,228,130,3,32,231,130,15,32,233,130,61,32, + 16,130,61,34,233,1,203,130,13,32,206,130,3,137,65,34,233,1,213,130,85,32,214,130,19,32,216,130,3,131,69,69,39,5,33,211,1,131,73,32,225,130,145,131,69,32,233,130,195,32,10,68,155,7, + 130,73,32,211,134,135,32,211,132,165,32,213,130,119,32,216,130,3,32,219,130,3,131,41,34,2,1,228,130,9,36,231,0,23,0,9,134,113,33,211,1,137,175,32,188,130,213,34,188,1,221,132,167,33, + 211,1,130,167,130,235,67,249,6,130,13,38,233,1,228,0,45,0,11,136,55,131,169,32,209,69,119,6,135,161,131,59,133,157,32,188,131,105,39,0,10,1,202,0,45,1,203,130,3,36,207,0,23,1,209,130, + 3,32,213,68,51,10,32,220,130,11,32,221,130,3,131,143,34,2,1,216,130,9,36,225,255,211,0,3,132,97,131,89,130,27,33,0,8,130,207,135,163,33,233,1,131,207,65,5,5,33,233,1,69,157,5,32,211, + 132,33,32,209,134,237,32,186,65,151,8,134,29,32,1,131,245,34,4,1,208,134,117,68,161,7,32,10,67,211,7,33,1,202,130,193,36,206,255,188,1,207,130,7,34,208,0,68,132,97,136,205,35,0,23, + 0,16,130,41,38,51,0,17,255,51,0,123,130,67,131,45,32,203,130,7,137,49,32,23,132,49,65,165,5,34,231,1,218,65,169,6,32,222,130,7,65,223,5,34,233,0,7,65,49,8,139,189,130,233,132,155,32, + 9,65,253,8,65,79,7,65,237,9,32,233,65,233,6,34,211,0,4,132,159,32,209,66,11,9,33,0,3,132,17,131,43,32,221,130,165,32,2,130,247,37,96,1,225,255,119,0,65,47,5,32,207,130,163,65,155,5, + 34,211,1,216,71,97,6,32,223,130,61,33,233,255,131,143,33,206,255,65,81,5,131,143,70,239,5,32,211,65,77,8,32,2,136,239,32,7,70,241,8,68,121,9,58,96,0,123,255,96,2,6,255,211,0,1,2,9, + 255,219,0,3,0,3,255,180,0,86,255,219,2,10,130,13,38,5,1,157,255,96,1,166,130,3,32,188,130,3,69,79,5,36,188,0,1,0,105,130,39,62,20,0,36,0,41,0,47,0,51,0,53,0,55,0,57,0,58,0,60,0,73, + 0,85,0,89,0,90,0,92,1,86,98,85,6,8,38,95,1,97,1,98,1,102,1,104,1,105,1,109,1,111,1,112,1,113,1,114,1,115,1,117,1,118,1,120,1,129,1,131,1,133,1,135,1,136,98,9,8,48,145,1,147,1,148,1, + 150,1,153,1,155,1,158,1,164,1,165,97,227,11,35,1,176,1,177,97,219,6,32,184,97,215,14,34,195,1,196,97,209,6,97,207,15,97,203,5,32,216,97,199,14,32,227,97,191,6,44,246,1,248,2,9,2,10, + 2,15,0,0,0,1,130,3,36,0,196,219,148,215,131,7,43,191,26,255,128,0,0,0,0,197,144,204,214,5,250,149,45,189,209, +}; + diff --git a/cmake-build/src/projectMSDL.properties b/cmake-build/src/projectMSDL.properties new file mode 100644 index 00000000..b3418f35 --- /dev/null +++ b/cmake-build/src/projectMSDL.properties @@ -0,0 +1,158 @@ +### Application window settings + +# If set to true, the application will start in fullscreen mode +window.fullscreen = false + +# If set to true, the application windows will have no window decorations if the OS supports it. +# This will possibly make the window immovable. +window.borderless = false + +# Set the monitor to initially display the window on. +# 0 will use system defaults for placement, 1 and above select a specific monitor. +# If the number is too large, that last available monitor is used. +window.monitor = 0 + +# Two fullscreen modes are supported: +# - windowed: Uses a borderless window, filling the current monitor. +# Does not change the current resolution. +# - exclusive: Sets the resolution to window.fullscreen.width/height and runs in exclusive mode, +# like a game. +window.fullscreen.exclusiveMode = false + +# Only used if fullscreen mode is "exclusive" +# If any value is set to 0, the nearest available fullscreen resolution for the current window size is used. +window.fullscreen.width = 0 +window.fullscreen.height = 0 + +# Window size if not in fullscreen +window.width = 1920 +window.height = 1080 + +# Override system default window position +window.overridePosition = false + +# If overridePosition is true, the window will be placed at these coordinates. +# Note this will include any window decoration, to the actual window contents might be offset to the bottom-right. +window.left = 0 +window.top = 0 + +# Wait for vertical sync interval before displaying the next frame. +# This will limit max FPS to the vertical sync frequency but prevents tearing. +window.waitForVerticalSync = true + +# Tries to use adaptive vertical sync if waitForVerticalSync is enabled. +# When using a monitor capable of adaptive sync, setting projectM.fps to 0 gives the best results. +window.adaptiveVerticalSync = true + +# If true, displays the current preset name (and locked state) in the window title. +# If false, the window title is fixed to "projectM". +window.displayPresetNameInTitle = true + +# User-defined scaling factor for UI/font size. Values will be clamped to a range from 0.1 up to 3.0 (10% and 300%, respectively). +# Useful if the automatically determined UI size is either to small or too large. +window.uiScale = 1.0 + +### projectM settings + +# Default path where projectMSDL will search for presets and textures. The directory will be searched recursively. +# To add additional preset paths, add them as shown in the examples below. +projectM.presetPath = ${application.dir}/../Resources/Presets +#projectM.presetPath.1 = /another/preset/path +#projectM.presetPath.2 = /yet/another/preset/path + +# Default path where projectMSDL will search for additional textures. The directory will be searched recursively. +# To add additional texture paths, add them as shown in the examples below. +projectM.texturePath = ${application.dir}/../Resources/Textures +#projectM.texturePath.1 = /another/texture/path +#projectM.texturePath.2 = /yet/another/texture/path + +# If true, displays the built-in projectM logo preset on startup. +projectM.enableSplash = false + +# Preset display duration in seconds. If the time has passed, a soft cut is done to the next preset. +projectM.displayDuration = 30 + +# If enabled, presets are selected randomly from the current playlist. Otherwise, they are played in order. +projectM.shuffleEnabled = true + +# If enabled, the current/initial preset can only be changed manually. +projectM.presetLocked = false + +# Target FPS, usually 60. +projectM.fps = 60 + +# Per-pixel mesh size. This is the grid in which "per-pixel" code is executed, once per cell. +# Do not set this value too high, as it severely impacts performance. On low-end hardware, set this to a small +# value, e.g. 48x32. This does *NOT* affect the actual render/shader resolution! +projectM.meshX = 96 +projectM.meshY = 54 + +# Transition time in seconds for soft cuts +projectM.transitionDuration = 3 + +# Hard cuts are immediate presets transitions on an intensive beat. +# If enabled, after "hardCutDuration" seconds have passed and an intensive beat is detected, +# a hard cut is performed. "hardCutDuration" should be set lower than "displayDuration" to have an effect. +projectM.hardCutsEnabled = false +projectM.hardCutDuration = 20 + +# Controls aspect ration correction in presets. Not all presets use aspect ratio, so this setting only has an effect +# on presets using the aspect ration actively. +projectM.aspectCorrectionEnabled = true + + +### Logging settings + +# For detailed information on how to configure logging, please refer to the POCO documentation: +# https://docs.pocoproject.org/current/Poco.Util.LoggingConfigurator.html + +# Set log level to debug for all components +#logging.loggers.root.level = debug + + + +### Logging configuration + +# Verbose log format, includes process/thread ID, source etc. +# See https://docs.pocoproject.org/current/Poco.PatternFormatter.html for available placeholders. +# The "times" property can be either set to "local" (default) or "UTC". +logging.formatters.verbose.class = PatternFormatter +logging.formatters.verbose.pattern = %Y-%m-%dT%h:%M:%S.%iZ [%P][%I] %p: [%s] %t +logging.formatters.verbose.times = local + +# Simple log format, only date/time and the message +logging.formatters.simple.class = PatternFormatter +logging.formatters.simple.pattern = %Y-%m-%dT%h:%M:%SZ %t +logging.formatters.simple.times = local + +# Default file log, creates a new one if it reaches 1 MiB and keeps a single old log. +# See https://docs.pocoproject.org/current/Poco.FileChannel.html for all possible options. +logging.channels.file.class = FileChannel +logging.channels.file.path = ${system.configHomeDir}/projectM/${application.baseName}.log +logging.channels.file.rotation = 1M +logging.channels.file.archive = number +logging.channels.file.compress = false +logging.channels.file.purgeCount = 1 +logging.channels.file.flush = false +logging.channels.file.formatter = simple + +# Console logging. Only available on UNIX platforms and inside a Windows debugging session. +logging.channels.console.class = ConsoleChannel +logging.channels.console.formatter = simple + +# Duplicates log messages to both console and file channels. +logging.channels.split.class = SplitterChannel +logging.channels.split.channel = console,file + +# Memory queue for async logging to improve performance. +logging.channels.async.class = AsyncChannel +logging.channels.async.channel = split + +# Default logging settings. +logging.loggers.root.level = information +logging.loggers.root.channel = async + +# You can configure log levels, channels etc. for each message source (logger) individually. +# See https://docs.pocoproject.org/current/Poco.Util.LoggingConfigurator.html for details. +# Example: +# logging.loggers.AudioCapture.level = debug diff --git a/src/ProjectMWrapper.cpp b/src/ProjectMWrapper.cpp index 75894f12..096ed603 100644 --- a/src/ProjectMWrapper.cpp +++ b/src/ProjectMWrapper.cpp @@ -12,6 +12,10 @@ #include #include +#include +#include +#include +#include const char* ProjectMWrapper::name() const { @@ -213,6 +217,275 @@ void ProjectMWrapper::PresetFileNameToClipboard() const projectm_playlist_free_string(presetName); } +void ProjectMWrapper::FavoriteCurrentPreset() +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("No playlist available to favorite preset.")); + return; + } + + auto pos = projectm_playlist_get_position(_playlist); + auto presetNameC = projectm_playlist_item(_playlist, pos); + if (!presetNameC) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("No preset selected.")); + return; + } + + std::string srcPath(presetNameC); + projectm_playlist_free_string(presetNameC); + + try + { + std::filesystem::path src(srcPath); + if (!std::filesystem::exists(src)) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Preset file not found.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Preset file not found: " << srcPath << "\n"; + return; + } + + // Fixed test favorites directory from user request + std::filesystem::path favDir("/Users/entropist/projectS/presets-omg"); + std::error_code ec; + std::filesystem::create_directories(favDir, ec); + if (ec) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Failed to create favorites directory.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Failed to create favorites dir: " << favDir.string() << " ec=" << ec.message() << "\n"; + return; + } + + std::filesystem::path dest = favDir / src.filename(); + if (std::filesystem::exists(dest)) + { + // append timestamp to avoid overwrite + auto now = std::chrono::system_clock::now(); + auto t = std::chrono::system_clock::to_time_t(now); + std::tm tm; +#ifdef _WIN32 + localtime_s(&tm, &t); +#else + localtime_r(&t, &tm); +#endif + std::ostringstream ss; + ss << std::put_time(&tm, "%Y%m%d%H%M%S"); + std::string stem = dest.stem().string() + "-" + ss.str(); + dest = dest.parent_path() / (stem + dest.extension().string()); + } + + std::filesystem::copy_file(src, dest, std::filesystem::copy_options::overwrite_existing, ec); + if (ec) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Failed to favorite preset.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Failed to copy " << srcPath << " -> " << dest.string() << " ec=" << ec.message() << "\n"; + return; + } + + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification(Poco::format("Favorited preset: %s", dest.string()))); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Favorited: " << srcPath << " -> " << dest.string() << "\n"; + } + catch (const std::exception& ex) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification(Poco::format("Error favoriting preset: %s", ex.what()))); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Exception favoriting " << srcPath << " : " << ex.what() << "\n"; + } +} + +void ProjectMWrapper::DeleteCurrentPreset() +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("No playlist available to delete preset.")); + return; + } + + auto pos = projectm_playlist_get_position(_playlist); + auto presetNameC = projectm_playlist_item(_playlist, pos); + if (!presetNameC) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("No preset selected.")); + return; + } + + std::string srcPath(presetNameC); + projectm_playlist_free_string(presetNameC); + + try + { + std::filesystem::path src(srcPath); + if (!std::filesystem::exists(src)) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Preset file not found.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Preset file not found for delete: " << srcPath << "\n"; + return; + } + + // Move to next preset first (as requested) + projectm_playlist_play_next(_playlist, true); + + // On macOS the user's trash is located at $HOME/.Trash. Use that to emulate 'move to Trash'. + const char* home = std::getenv("HOME"); + std::filesystem::path trashDir; + if (home && std::strlen(home) > 0) + { + trashDir = std::filesystem::path(home) / ".Trash"; + } + else + { + // fallback to a local .trash folder in the projectS dir + trashDir = std::filesystem::path("/Users/entropist/projectS/.trash"); + } + + std::error_code ec; + std::filesystem::create_directories(trashDir, ec); + if (ec) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Failed to create trash folder.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Failed to create trash dir: " << trashDir.string() << " ec=" << ec.message() << "\n"; + return; + } + + std::filesystem::path dest = trashDir / src.filename(); + if (std::filesystem::exists(dest)) + { + // append timestamp to avoid overwrite + auto now = std::chrono::system_clock::now(); + auto t = std::chrono::system_clock::to_time_t(now); + std::tm tm; +#ifdef _WIN32 + localtime_s(&tm, &t); +#else + localtime_r(&t, &tm); +#endif + std::ostringstream ss; + ss << std::put_time(&tm, "%Y%m%d%H%M%S"); + std::string stem = dest.stem().string() + "-" + ss.str(); + dest = dest.parent_path() / (stem + dest.extension().string()); + } + + std::filesystem::rename(src, dest, ec); + if (ec) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Failed to move preset to trash.")); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Failed to move " << srcPath << " -> " << dest.string() << " ec=" << ec.message() << "\n"; + return; + } + + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification(Poco::format("Deleted preset: %s", dest.string()))); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Deleted: " << srcPath << " -> " << dest.string() << "\n"; + } + catch (const std::exception& ex) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification(Poco::format("Error deleting preset: %s", ex.what()))); + std::ofstream ofs("/Users/entropist/projectM-favorites.log", std::ios::app); + ofs << "[" << std::time(nullptr) << "] Exception deleting " << srcPath << " : " << ex.what() << "\n"; + } +} + +void ProjectMWrapper::AddPresetPath(const std::string& path) +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Playlist not initialized.")); + return; + } + + Poco::File file(path); + if (!file.exists() || !file.isDirectory()) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Invalid preset folder path.")); + return; + } + + projectm_playlist_add_path(_playlist, path.c_str(), true, false); + projectm_playlist_sort(_playlist, 0, projectm_playlist_size(_playlist), SORT_PREDICATE_FILENAME_ONLY, SORT_ORDER_ASCENDING); +} + +void ProjectMWrapper::AddPresetFile(const std::string& path) +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Playlist not initialized.")); + return; + } + + Poco::File file(path); + if (!file.exists() || file.isDirectory()) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Invalid preset file path.")); + return; + } + + projectm_playlist_add_preset(_playlist, path.c_str(), false); + projectm_playlist_sort(_playlist, 0, projectm_playlist_size(_playlist), SORT_PREDICATE_FILENAME_ONLY, SORT_ORDER_ASCENDING); +} + +void ProjectMWrapper::PlayPresetFile(const std::string& path) +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Playlist not initialized.")); + return; + } + + Poco::File file(path); + if (!file.exists() || file.isDirectory()) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Invalid preset file path.")); + return; + } + + // Add the preset to the end of the playlist + uint32_t currentSize = projectm_playlist_size(_playlist); + projectm_playlist_add_preset(_playlist, path.c_str(), false); + + // Immediately play the newly added preset + if (projectm_playlist_size(_playlist) > currentSize) + { + projectm_playlist_set_position(_playlist, currentSize, true); + } +} + +void ProjectMWrapper::LoadPresetPath(const std::string& path) +{ + if (!_playlist) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Playlist not initialized.")); + return; + } + + Poco::File file(path); + if (!file.exists() || !file.isDirectory()) + { + Poco::NotificationCenter::defaultCenter().postNotification(new DisplayToastNotification("Invalid preset folder path.")); + return; + } + + // Clear the current playlist + projectm_playlist_clear(_playlist); + + // Add the new folder + projectm_playlist_add_path(_playlist, path.c_str(), true, false); + projectm_playlist_sort(_playlist, 0, projectm_playlist_size(_playlist), SORT_PREDICATE_FILENAME_ONLY, SORT_ORDER_ASCENDING); + + // Display the first preset + if (projectm_playlist_size(_playlist) > 0) + { + projectm_playlist_set_position(_playlist, 0, true); + } +} + void ProjectMWrapper::PresetSwitchedEvent(bool isHardCut, unsigned int index, void* context) { auto that = reinterpret_cast(context); diff --git a/src/ProjectMWrapper.h b/src/ProjectMWrapper.h index 3493dc41..65c28f05 100644 --- a/src/ProjectMWrapper.h +++ b/src/ProjectMWrapper.h @@ -80,6 +80,41 @@ class ProjectMWrapper : public Poco::Util::Subsystem */ void PresetFileNameToClipboard() const; + /** + * Favorites the current preset by copying the preset file into the favorites folder. + * For now the favorites folder is a fixed test path: /Users/entropist/projectS/presets-omg + */ + void FavoriteCurrentPreset(); + + /** + * Deletes (moves to system trash) the current preset after advancing to the next preset. + */ + void DeleteCurrentPreset(); + + /** + * Adds a preset folder path to the end of the current playlist. + * @param path The folder path to add. + */ + void AddPresetPath(const std::string& path); + + /** + * Adds a single preset file to the playlist. + * @param path The file path to add. + */ + void AddPresetFile(const std::string& path); + + /** + * Loads and immediately displays a single preset file. + * @param path The file path to load and display. + */ + void PlayPresetFile(const std::string& path); + + /** + * Clears the playlist and loads a single preset folder as the primary source. + * @param path The folder path to load. + */ + void LoadPresetPath(const std::string& path); + private: /** * @brief projectM callback. Called whenever a preset is switched. diff --git a/src/RenderLoop.cpp b/src/RenderLoop.cpp index 7d428e0f..f63fad23 100644 --- a/src/RenderLoop.cpp +++ b/src/RenderLoop.cpp @@ -282,18 +282,29 @@ void RenderLoop::KeyEvent(const SDL_KeyboardEvent& event, bool down) } break; -#ifdef _DEBUG case SDLK_d: - // Write next rendered frame to file - projectm_write_debug_image_on_next_frame(_projectMHandle, nullptr); - break; + if (modifierPressed) + { +#ifdef _DEBUG + // Write next rendered frame to file + projectm_write_debug_image_on_next_frame(_projectMHandle, nullptr); #endif + } + else + { + _projectMWrapper.DeleteCurrentPreset(); + } + break; case SDLK_f: if (modifierPressed) { _sdlRenderingWindow.ToggleFullscreen(); } + else + { + _projectMWrapper.FavoriteCurrentPreset(); + } break; case SDLK_i: diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index a2c72ee3..2155785d 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -29,6 +29,8 @@ add_library(ProjectMSDL-GUI STATIC HelpWindow.h MainMenu.cpp MainMenu.h + PresetBrowser.cpp + PresetBrowser.h PresetSelection.cpp PresetSelection.h ProjectMGUI.cpp diff --git a/src/gui/MainMenu.cpp b/src/gui/MainMenu.cpp index 02afba65..41a9cd32 100644 --- a/src/gui/MainMenu.cpp +++ b/src/gui/MainMenu.cpp @@ -37,6 +37,13 @@ void MainMenu::Draw() ImGui::Separator(); + if (ImGui::MenuItem("Browse & Load Presets...")) + { + _gui.ShowPresetBrowser(); + } + + ImGui::Separator(); + if (ImGui::MenuItem("Quit projectM", "Ctrl+q")) { _notificationCenter.postNotification(new QuitNotification); @@ -84,6 +91,16 @@ void MainMenu::Draw() _projectMWrapper.PresetFileNameToClipboard(); } + if (ImGui::MenuItem("Favorite Current Preset", "f")) + { + _projectMWrapper.FavoriteCurrentPreset(); + } + + if (ImGui::MenuItem("Delete Current Preset", "d")) + { + _projectMWrapper.DeleteCurrentPreset(); + } + ImGui::EndMenu(); } diff --git a/src/gui/PresetBrowser.cpp b/src/gui/PresetBrowser.cpp new file mode 100644 index 00000000..2b0f57b5 --- /dev/null +++ b/src/gui/PresetBrowser.cpp @@ -0,0 +1,131 @@ +#include "gui/PresetBrowser.h" + +#include "ProjectMWrapper.h" + +#include "imgui.h" + +#include +#include +#include + +#include "notifications/DisplayToastNotification.h" + +void PresetBrowser::Show() +{ + _visible = true; +} + +const std::string& PresetBrowser::SelectedFolderPath() const +{ + return _selectedFolderPath; +} + +void PresetBrowser::Draw(ProjectMWrapper& projectMWrapper) +{ + if (!_visible) + { + return; + } + + ImGui::SetNextWindowSize(ImVec2(900, 700), ImGuiCond_FirstUseEver); + if (ImGui::Begin("Preset Browser", &_visible)) + { + // Folder Selection Section + ImGui::Text("Step 1: Select a Preset Folder"); + ImGui::Separator(); + + ImGui::BeginGroup(); + ImGui::Text("Selected Folder: %s", _selectedFolderPath.empty() ? "(none)" : _selectedFolderPath.c_str()); + ImGui::SameLine(); + if (ImGui::Button("Select Folder...##folder")) + { + _browseMode = BrowseMode::Folder; + _folderChooser.Title("Browse Preset Folders"); + _folderChooser.CurrentDirectory(std::getenv("HOME") ? std::getenv("HOME") : "/"); + _folderChooser.Show(); + } + ImGui::EndGroup(); + + // Draw folder chooser in Folder mode + if (_browseMode == BrowseMode::Folder && _folderChooser.Draw()) + { + auto selectedFiles = _folderChooser.SelectedFiles(); + if (!selectedFiles.empty() && selectedFiles[0].isDirectory()) + { + _selectedFolderPath = selectedFiles[0].path(); + poco_information_f1(_logger, "Selected preset folder: %s", _selectedFolderPath); + _browseMode = BrowseMode::Files; // Auto-switch to file browsing mode + } + } + + ImGui::Spacing(); + ImGui::Separator(); + + // File Selection Section (only show if a folder is selected) + if (!_selectedFolderPath.empty()) + { + ImGui::Text("Step 2: Select Individual Presets (optional)"); + ImGui::Separator(); + + ImGui::Text("Browse individual preset files in the selected folder:"); + ImGui::SameLine(); + if (ImGui::Button("Browse Files...##files")) + { + _browseMode = BrowseMode::Files; + _fileChooser.Title("Select Preset Files"); + _fileChooser.CurrentDirectory(_selectedFolderPath); + _fileChooser.AllowedExtensions({"milk", "prjm"}); + _fileChooser.MultiSelect(true); + _fileChooser.Show(); + } + + ImGui::Spacing(); + + // Draw file chooser in Files mode + if (_browseMode == BrowseMode::Files && _fileChooser.Draw()) + { + auto selectedFiles = _fileChooser.SelectedFiles(); + if (!selectedFiles.empty()) + { + // Load the first selected file directly and display it + const auto& firstFile = selectedFiles[0]; + if (!firstFile.isDirectory()) + { + projectMWrapper.PlayPresetFile(firstFile.path()); + std::string fileName = Poco::Path(firstFile.path()).getFileName(); + Poco::NotificationCenter::defaultCenter().postNotification( + new DisplayToastNotification(Poco::format("Now playing: %s", fileName))); + poco_information_f1(_logger, "Playing preset file: %s", firstFile.path()); + } + } + } + + ImGui::Spacing(); + ImGui::Separator(); + ImGui::Text("Step 3: Load Presets"); + ImGui::Separator(); + + ImGui::Spacing(); + if (ImGui::Button("Add Folder to Playlist", ImVec2(200, 0))) + { + projectMWrapper.AddPresetPath(_selectedFolderPath); + Poco::NotificationCenter::defaultCenter().postNotification( + new DisplayToastNotification(Poco::format("Added preset folder: %s", _selectedFolderPath))); + poco_information_f1(_logger, "Added folder to playlist: %s", _selectedFolderPath); + } + ImGui::SameLine(); + if (ImGui::Button("Load Folder as Primary", ImVec2(200, 0))) + { + projectMWrapper.LoadPresetPath(_selectedFolderPath); + Poco::NotificationCenter::defaultCenter().postNotification( + new DisplayToastNotification(Poco::format("Loaded preset folder: %s", _selectedFolderPath))); + poco_information_f1(_logger, "Loaded folder as primary: %s", _selectedFolderPath); + } + } + else + { + ImGui::TextDisabled("(Select a folder first to enable file and loading options)"); + } + } + ImGui::End(); +} diff --git a/src/gui/PresetBrowser.h b/src/gui/PresetBrowser.h new file mode 100644 index 00000000..71bdfc15 --- /dev/null +++ b/src/gui/PresetBrowser.h @@ -0,0 +1,50 @@ +#pragma once + +#include "FileChooser.h" + +#include + +class ProjectMWrapper; + +/** + * @brief Preset folder and file browser window + * + * Allows users to browse and select preset folders and individual preset files to load into the playlist. + */ +class PresetBrowser +{ +public: + enum class BrowseMode { + Folder, //!< Browsing for preset folders + Files //!< Browsing for individual preset files within a folder + }; + + /** + * @brief Creates a new preset browser window. + */ + PresetBrowser() = default; + + /** + * @brief Shows the preset browser window. + */ + void Show(); + + /** + * @brief Draws the preset browser window and processes interactions. + */ + void Draw(ProjectMWrapper& projectMWrapper); + + /** + * @brief Returns the currently selected folder path. + */ + const std::string& SelectedFolderPath() const; + +private: + FileChooser _folderChooser{FileChooser::Mode::Directory}; //!< Directory chooser for folders. + FileChooser _fileChooser{FileChooser::Mode::File}; //!< File chooser for individual preset files. + bool _visible{false}; //!< Window visibility flag. + std::string _selectedFolderPath; //!< Currently selected preset folder path. + BrowseMode _browseMode{BrowseMode::Folder}; //!< Current browsing mode. + + Poco::Logger& _logger{Poco::Logger::get("PresetBrowser")}; //!< The class logger. +}; diff --git a/src/gui/ProjectMGUI.cpp b/src/gui/ProjectMGUI.cpp index 925c8438..62a0ddac 100644 --- a/src/gui/ProjectMGUI.cpp +++ b/src/gui/ProjectMGUI.cpp @@ -164,6 +164,7 @@ void ProjectMGUI::Draw() _settingsWindow.Draw(); _aboutWindow.Draw(); _helpWindow.Draw(); + _presetBrowser.Draw(*_projectMWrapper); } ImGui::Render(); @@ -212,6 +213,11 @@ void ProjectMGUI::ShowHelpWindow() _helpWindow.Show(); } +void ProjectMGUI::ShowPresetBrowser() +{ + _presetBrowser.Show(); +} + float ProjectMGUI::GetScalingFactor() { int windowWidth; diff --git a/src/gui/ProjectMGUI.h b/src/gui/ProjectMGUI.h index aca9d885..e1b4d20a 100644 --- a/src/gui/ProjectMGUI.h +++ b/src/gui/ProjectMGUI.h @@ -3,6 +3,7 @@ #include "AboutWindow.h" #include "HelpWindow.h" #include "MainMenu.h" +#include "PresetBrowser.h" #include "SettingsWindow.h" #include "ToastMessage.h" @@ -104,6 +105,11 @@ class ProjectMGUI : public Poco::Util::Subsystem */ void ShowHelpWindow(); + /** + * @brief Displays the preset browser window. + */ + void ShowPresetBrowser(); + private: float GetScalingFactor(); @@ -131,6 +137,7 @@ class ProjectMGUI : public Poco::Util::Subsystem SettingsWindow _settingsWindow{*this}; //!< The settings window. AboutWindow _aboutWindow{*this}; //!< The about window. HelpWindow _helpWindow; //!< Help window with shortcuts and tips. + PresetBrowser _presetBrowser; //!< Preset browser window. std::unique_ptr _toast; //!< Current toast to be displayed.